Skip to content

Commit

Permalink
Bump preferred dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix authored Jan 12, 2024
1 parent 1e19baf commit e1560f2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions client-groovy4/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies {
implementation("org.slf4j:slf4j-api") {
version {
strictly("[1.7,3)")
prefer("2.0.9")
prefer("2.0.11")
}
}
implementation("com.squareup.okhttp3:mockwebserver") {
Expand Down Expand Up @@ -68,7 +68,7 @@ dependencies {
implementation(it) {
version {
strictly("[1.6,1.10)")
prefer("1.9.21")
prefer("1.9.22")
}
}
}
Expand All @@ -79,7 +79,7 @@ dependencies {
implementation(it) {
version {
strictly("[4,)")
prefer("4.0.16")
prefer("4.0.17")
}
}
}
Expand Down Expand Up @@ -110,7 +110,7 @@ dependencies {
implementation("com.google.re2j:re2j:1.7")

implementation("org.slf4j:slf4j-api:2.0.11")
testImplementation("ch.qos.logback:logback-classic:[1.2,2)!!1.3.11")
testImplementation("ch.qos.logback:logback-classic:[1.2,2)!!1.3.14")

implementation("com.squareup.okio:okio:3.7.0")
api("com.squareup.okhttp3:okhttp:4.12.0")
Expand Down
8 changes: 4 additions & 4 deletions client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies {
implementation("org.slf4j:slf4j-api") {
version {
strictly("[1.7,3)")
prefer("2.0.9")
prefer("2.0.11")
}
}
implementation("com.squareup.okhttp3:mockwebserver") {
Expand Down Expand Up @@ -68,7 +68,7 @@ dependencies {
implementation(it) {
version {
strictly("[1.6,1.10)")
prefer("1.9.21")
prefer("1.9.22")
}
}
}
Expand All @@ -79,7 +79,7 @@ dependencies {
implementation(it) {
version {
strictly("[3,4)")
prefer("3.0.19")
prefer("3.0.20")
}
}
}
Expand Down Expand Up @@ -110,7 +110,7 @@ dependencies {
implementation("com.google.re2j:re2j:1.7")

implementation("org.slf4j:slf4j-api:2.0.11")
testImplementation("ch.qos.logback:logback-classic:[1.2,2)!!1.3.11")
testImplementation("ch.qos.logback:logback-classic:[1.2,2)!!1.3.14")

implementation("com.squareup.okio:okio:3.7.0")
api("com.squareup.okhttp3:okhttp:4.12.0")
Expand Down
12 changes: 6 additions & 6 deletions explore/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies {
implementation("org.slf4j:slf4j-api") {
version {
strictly("[1.7,3)")
prefer("2.0.9")
prefer("2.0.11")
}
}
implementation("com.squareup.okio:okio") {
Expand All @@ -33,7 +33,7 @@ dependencies {
implementation(it) {
version {
strictly("[1.6,1.10)")
prefer("1.9.21")
prefer("1.9.22")
}
}
}
Expand All @@ -44,7 +44,7 @@ dependencies {
implementation(it) {
version {
strictly("[3,4)")
prefer("3.0.19")
prefer("3.0.20")
}
}
}
Expand All @@ -55,7 +55,7 @@ dependencies {
implementation(it) {
version {
strictly("[4,)")
prefer("4.0.16")
prefer("4.0.17")
}
}
}
Expand All @@ -67,12 +67,12 @@ dependencies {
testImplementation("org.apache.commons:commons-compress:1.25.0")

implementation("org.slf4j:slf4j-api:2.0.11")
runtimeOnly("ch.qos.logback:logback-classic:[1.2,2)!!1.3.11")
runtimeOnly("ch.qos.logback:logback-classic:[1.2,2)!!1.3.14")

// testImplementation("org.spockframework:spock-core:2.3-groovy-3.0")
testImplementation("org.spockframework:spock-core:2.3-groovy-4.0")
testRuntimeOnly("net.bytebuddy:byte-buddy:1.14.11")
testRuntimeOnly("ch.qos.logback:logback-classic:[1.2,2)!!1.3.11")
testRuntimeOnly("ch.qos.logback:logback-classic:[1.2,2)!!1.3.14")
}

tasks {
Expand Down

0 comments on commit e1560f2

Please sign in to comment.