Skip to content

Commit 3b342ac

Browse files
Bump net.bytebuddy:byte-buddy from 1.15.3 to 1.15.5
Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.15.3 to 1.15.5. - [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.15.3...byte-buddy-1.15.5) --- 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]>
1 parent c3c6c6e commit 3b342ac

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.9.1",
11-
"net.bytebuddy:byte-buddy:1.15.3",
12-
"net.bytebuddy:byte-buddy-agent:1.15.3",
11+
"net.bytebuddy:byte-buddy:1.15.5",
12+
"net.bytebuddy:byte-buddy-agent:1.15.5",
1313
"org.apache.commons:commons-compress:1.27.1",
1414
"org.apache.commons:commons-lang3:3.17.0",
1515
"org.codehaus.groovy:groovy:3.0.22",

client-groovy4/build.gradle.kts

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

125125
testImplementation("org.junit.platform:junit-platform-launcher:1.11.1")
126126
testImplementation("org.spockframework:spock-core:2.3-groovy-4.0")
127-
testRuntimeOnly("net.bytebuddy:byte-buddy:1.15.3")
127+
testRuntimeOnly("net.bytebuddy:byte-buddy:1.15.5")
128128
testRuntimeOnly("org.objenesis:objenesis:3.4")
129129
testImplementation("io.github.joke:spock-mockable:2.3.0")
130130

client/build.gradle.kts

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

125125
testImplementation("org.junit.platform:junit-platform-launcher:1.11.1")
126126
testImplementation("org.spockframework:spock-core:2.3-groovy-3.0")
127-
testRuntimeOnly("net.bytebuddy:byte-buddy:1.15.3")
127+
testRuntimeOnly("net.bytebuddy:byte-buddy:1.15.5")
128128
testRuntimeOnly("org.objenesis:objenesis:3.4")
129129
testImplementation("io.github.joke:spock-mockable:2.3.0")
130130

explore/build.gradle.kts

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

7272
// testImplementation("org.spockframework:spock-core:2.3-groovy-3.0")
7373
testImplementation("org.spockframework:spock-core:2.3-groovy-4.0")
74-
testRuntimeOnly("net.bytebuddy:byte-buddy:1.15.3")
74+
testRuntimeOnly("net.bytebuddy:byte-buddy:1.15.5")
7575
testRuntimeOnly("ch.qos.logback:logback-classic:[1.2,2)!!1.3.14")
7676
}
7777

integration-test/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ dependencies {
9090
testImplementation("de.gesellix:testutil:[2024-01-01T01-01-01,)")
9191
testImplementation("org.spockframework:spock-core:2.3-groovy-3.0")
9292
// testImplementation("org.spockframework:spock-core:2.3-groovy-4.0")
93-
testRuntimeOnly("net.bytebuddy:byte-buddy:1.15.3")
93+
testRuntimeOnly("net.bytebuddy:byte-buddy:1.15.5")
9494
testImplementation("org.apache.commons:commons-lang3:3.17.0")
9595
testRuntimeOnly("ch.qos.logback:logback-classic:[1.2,2)!!1.3.14")
9696
}

0 commit comments

Comments
 (0)