Skip to content

Commit 376cbe5

Browse files
Bump net.bytebuddy:byte-buddy from 1.17.1 to 1.17.2 (#831)
Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.17.1 to 1.17.2. - [Release notes](https://github.com/raphw/byte-buddy/releases) - [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md) - [Commits](raphw/byte-buddy@byte-buddy-1.17.1...byte-buddy-1.17.2) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8a39d80 commit 376cbe5

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ plugins {
88

99
val dependencyVersions = listOf(
1010
"com.squareup.okio:okio-jvm:3.10.2",
11-
"net.bytebuddy:byte-buddy:1.17.1",
12-
"net.bytebuddy:byte-buddy-agent:1.17.1",
11+
"net.bytebuddy:byte-buddy:1.17.2",
12+
"net.bytebuddy:byte-buddy-agent:1.17.2",
1313
"org.apache.commons:commons-compress:1.27.1",
1414
"org.apache.commons:commons-lang3:3.17.0",
1515
"org.bouncycastle:bcpkix-jdk18on:1.80",

client-groovy4/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ dependencies {
104104

105105
testImplementation("org.junit.platform:junit-platform-launcher:1.12.0")
106106
testImplementation("org.spockframework:spock-core:2.3-groovy-4.0")
107-
testRuntimeOnly("net.bytebuddy:byte-buddy:1.17.1")
107+
testRuntimeOnly("net.bytebuddy:byte-buddy:1.17.2")
108108
testRuntimeOnly("org.objenesis:objenesis:3.4")
109109
testImplementation("io.github.joke:spock-mockable:2.3.0")
110110

client/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ dependencies {
104104

105105
testImplementation("org.junit.platform:junit-platform-launcher:1.12.0")
106106
testImplementation("org.spockframework:spock-core:2.3-groovy-3.0")
107-
testRuntimeOnly("net.bytebuddy:byte-buddy:1.17.1")
107+
testRuntimeOnly("net.bytebuddy:byte-buddy:1.17.2")
108108
testRuntimeOnly("org.objenesis:objenesis:3.4")
109109
testImplementation("io.github.joke:spock-mockable:2.3.0")
110110

explore/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ dependencies {
5858

5959
// testImplementation("org.spockframework:spock-core:2.3-groovy-3.0")
6060
testImplementation("org.spockframework:spock-core:2.3-groovy-4.0")
61-
testRuntimeOnly("net.bytebuddy:byte-buddy:1.17.1")
61+
testRuntimeOnly("net.bytebuddy:byte-buddy:1.17.2")
6262
testRuntimeOnly("ch.qos.logback:logback-classic:${libs.versions.logbackVersionrange.get()}!!${libs.versions.logback.get()}")
6363
}
6464

integration-test/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ dependencies {
7777
testImplementation("de.gesellix:testutil:[2025-01-01T01-01-01,)")
7878
testImplementation("org.spockframework:spock-core:2.3-groovy-3.0")
7979
// testImplementation("org.spockframework:spock-core:2.3-groovy-4.0")
80-
testRuntimeOnly("net.bytebuddy:byte-buddy:1.17.1")
80+
testRuntimeOnly("net.bytebuddy:byte-buddy:1.17.2")
8181
testImplementation("org.apache.commons:commons-lang3:3.17.0")
8282
testRuntimeOnly("ch.qos.logback:logback-classic:${libs.versions.logbackVersionrange.get()}!!${libs.versions.logback.get()}")
8383
}

0 commit comments

Comments
 (0)