Skip to content

Commit

Permalink
Bump net.bytebuddy:byte-buddy from 1.14.4 to 1.14.5
Browse files Browse the repository at this point in the history
Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.14.4 to 1.14.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.14.4...byte-buddy-1.14.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]>
  • Loading branch information
dependabot[bot] authored and gesellix committed Jun 8, 2023
1 parent c4ec2db commit 1653f21
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.3.0",
"net.bytebuddy:byte-buddy:1.14.4",
"net.bytebuddy:byte-buddy-agent:1.14.4",
"net.bytebuddy:byte-buddy:1.14.5",
"net.bytebuddy:byte-buddy-agent:1.14.5",
"org.apache.commons:commons-compress:1.23.0",
"org.codehaus.groovy:groovy:3.0.17",
"org.jetbrains:annotations:24.0.1",
Expand Down
2 changes: 1 addition & 1 deletion client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ dependencies {

testImplementation("org.junit.platform:junit-platform-launcher:1.9.3")
testImplementation("org.spockframework:spock-core:2.3-groovy-3.0")
testRuntimeOnly("net.bytebuddy:byte-buddy:1.14.4")
testRuntimeOnly("net.bytebuddy:byte-buddy:1.14.5")
testRuntimeOnly("org.objenesis:objenesis:3.3")
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 @@ -57,7 +57,7 @@ dependencies {
runtimeOnly("ch.qos.logback:logback-classic:[1.2,2)!!1.3.6")

testImplementation("org.spockframework:spock-core:2.3-groovy-3.0")
testRuntimeOnly("net.bytebuddy:byte-buddy:1.14.4")
testRuntimeOnly("net.bytebuddy:byte-buddy:1.14.5")
testRuntimeOnly("ch.qos.logback:logback-classic:[1.2,2)!!1.3.5")
}

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 @@ -88,7 +88,7 @@ dependencies {
testImplementation("de.gesellix:docker-registry:2023-05-01T14-06-00")
testImplementation("de.gesellix:testutil:[2022-12-01T01-01-01,)")
testImplementation("org.spockframework:spock-core:2.3-groovy-3.0")
testRuntimeOnly("net.bytebuddy:byte-buddy:1.14.4")
testRuntimeOnly("net.bytebuddy:byte-buddy:1.14.5")
testImplementation("org.apache.commons:commons-lang3:3.12.0")
testRuntimeOnly("ch.qos.logback:logback-classic:[1.2,2)!!1.3.5")
}
Expand Down

0 comments on commit 1653f21

Please sign in to comment.