Skip to content

Commit 1653f21

Browse files
dependabot[bot]gesellix
authored andcommitted
Bump net.bytebuddy:byte-buddy from 1.14.4 to 1.14.5
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]>
1 parent c4ec2db commit 1653f21

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.3.0",
11-
"net.bytebuddy:byte-buddy:1.14.4",
12-
"net.bytebuddy:byte-buddy-agent:1.14.4",
11+
"net.bytebuddy:byte-buddy:1.14.5",
12+
"net.bytebuddy:byte-buddy-agent:1.14.5",
1313
"org.apache.commons:commons-compress:1.23.0",
1414
"org.codehaus.groovy:groovy:3.0.17",
1515
"org.jetbrains:annotations:24.0.1",

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

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

integration-test/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ dependencies {
8888
testImplementation("de.gesellix:docker-registry:2023-05-01T14-06-00")
8989
testImplementation("de.gesellix:testutil:[2022-12-01T01-01-01,)")
9090
testImplementation("org.spockframework:spock-core:2.3-groovy-3.0")
91-
testRuntimeOnly("net.bytebuddy:byte-buddy:1.14.4")
91+
testRuntimeOnly("net.bytebuddy:byte-buddy:1.14.5")
9292
testImplementation("org.apache.commons:commons-lang3:3.12.0")
9393
testRuntimeOnly("ch.qos.logback:logback-classic:[1.2,2)!!1.3.5")
9494
}

0 commit comments

Comments
 (0)