Skip to content

Commit

Permalink
Fix typo in the version (#167)
Browse files Browse the repository at this point in the history
Somehow a typo lurked into my previous fix.
  • Loading branch information
BoykoAlex authored Feb 7, 2022
1 parent 68f3823 commit 4ded662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ dependencies {
implementation("org.openrewrite:rewrite-maven:${rewriteVersion}")

// for locating list of released Spring Boot versions
implementation("com.squareup.okhttp3:okhttp:4+")
implementation("com.squareup.okhttp3:okhttp:4.+")

// eliminates "unknown enum constant DeprecationLevel.WARNING" warnings from the build log
// see https://github.com/gradle/kotlin-dsl-samples/issues/1301 for why (okhttp is leaking parts of kotlin stdlib)
Expand Down

0 comments on commit 4ded662

Please sign in to comment.