Skip to content

Commit

Permalink
Bump Okio and JUnit dependency constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Aug 16, 2023
1 parent 293a1c6 commit aae581d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ dependencies {
implementation(it) {
version {
strictly("[3,4)")
prefer("3.4.0")
prefer("3.5.0")
}
}
}
Expand Down Expand Up @@ -86,11 +86,12 @@ val dependencyVersions = listOf(
"net.bytebuddy:byte-buddy:1.14.6",
"net.bytebuddy:byte-buddy-agent:1.14.6",
"org.jetbrains:annotations:24.0.1",
"org.opentest4j:opentest4j:1.3.0",
)

val dependencyGroupVersions = mapOf(
"org.junit.jupiter" to "5.9.3",
"org.junit.platform" to "1.9.3",
"org.junit.jupiter" to "5.10.0",
"org.junit.platform" to "1.10.0",
)

configurations.all {
Expand Down

0 comments on commit aae581d

Please sign in to comment.