Skip to content

Commit

Permalink
Bump net.bytebuddy:byte-buddy from 1.16.0 to 1.16.1 (#808)
Browse files Browse the repository at this point in the history
Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.16.0 to 1.16.1.
- [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.16.0...byte-buddy-1.16.1)

---
updated-dependencies:
- dependency-name: net.bytebuddy:byte-buddy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent 0c12410 commit 63276a8
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ plugins {

val dependencyVersions = listOf(
"com.squareup.okio:okio-jvm:3.10.2",
"net.bytebuddy:byte-buddy:1.16.0",
"net.bytebuddy:byte-buddy-agent:1.16.0",
"net.bytebuddy:byte-buddy:1.16.1",
"net.bytebuddy:byte-buddy-agent:1.16.1",
"org.apache.commons:commons-compress:1.27.1",
"org.apache.commons:commons-lang3:3.17.0",
"org.bouncycastle:bcpkix-jdk18on:1.80",
Expand Down
2 changes: 1 addition & 1 deletion client-groovy4/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ dependencies {

testImplementation("org.junit.platform:junit-platform-launcher:1.11.4")
testImplementation("org.spockframework:spock-core:2.3-groovy-4.0")
testRuntimeOnly("net.bytebuddy:byte-buddy:1.16.0")
testRuntimeOnly("net.bytebuddy:byte-buddy:1.16.1")
testRuntimeOnly("org.objenesis:objenesis:3.4")
testImplementation("io.github.joke:spock-mockable:2.3.0")

Expand Down
2 changes: 1 addition & 1 deletion client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ dependencies {

testImplementation("org.junit.platform:junit-platform-launcher:1.11.4")
testImplementation("org.spockframework:spock-core:2.3-groovy-3.0")
testRuntimeOnly("net.bytebuddy:byte-buddy:1.16.0")
testRuntimeOnly("net.bytebuddy:byte-buddy:1.16.1")
testRuntimeOnly("org.objenesis:objenesis:3.4")
testImplementation("io.github.joke:spock-mockable:2.3.0")

Expand Down
2 changes: 1 addition & 1 deletion explore/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dependencies {

// 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.16.0")
testRuntimeOnly("net.bytebuddy:byte-buddy:1.16.1")
testRuntimeOnly("ch.qos.logback:logback-classic:${libs.versions.logbackVersionrange.get()}!!${libs.versions.logback.get()}")
}

Expand Down
2 changes: 1 addition & 1 deletion integration-test/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ dependencies {
testImplementation("de.gesellix:testutil:[2025-01-01T01-01-01,)")
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.16.0")
testRuntimeOnly("net.bytebuddy:byte-buddy:1.16.1")
testImplementation("org.apache.commons:commons-lang3:3.17.0")
testRuntimeOnly("ch.qos.logback:logback-classic:${libs.versions.logbackVersionrange.get()}!!${libs.versions.logback.get()}")
}
Expand Down

0 comments on commit 63276a8

Please sign in to comment.