Skip to content

Commit 532bd47

Browse files
Bump net.bytebuddy:byte-buddy from 1.17.7 to 1.18.3
Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.17.7 to 1.18.3. - [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.7...byte-buddy-1.18.3) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-version: 1.18.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6fbcae9 commit 532bd47

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ subprojects {
6060
}
6161

6262
testRuntimeOnly "org.junit.platform:junit-platform-launcher"
63-
testRuntimeOnly "net.bytebuddy:byte-buddy:1.17.7"
63+
testRuntimeOnly "net.bytebuddy:byte-buddy:1.18.3"
6464
// allows Spock to mock classes (in addition to interfaces)
6565
testRuntimeOnly "org.objenesis:objenesis:3.4"
6666
// Allow Spock to mock classes with constructor arguments

cj-btc-cli/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ testing {
4141
exclude module: "groovy-all"
4242
}
4343

44-
runtimeOnly "net.bytebuddy:byte-buddy:1.17.7"
44+
runtimeOnly "net.bytebuddy:byte-buddy:1.18.3"
4545
// allows Spock to mock classes (in addition to interfaces)
4646
runtimeOnly "org.objenesis:objenesis:3.4"
4747
// Allow Spock to mock classes with constructor arguments

cj-btc-jsonrpc-integ-test/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ testing {
2020
transitive = false
2121
}
2222

23-
runtimeOnly "net.bytebuddy:byte-buddy:1.17.7" // Allows Spock to mock classes (in addition to interfaces)
23+
runtimeOnly "net.bytebuddy:byte-buddy:1.18.3" // Allows Spock to mock classes (in addition to interfaces)
2424
runtimeOnly "org.objenesis:objenesis:3.4" // Allows Spock to mock classes with constructor arguments
2525
runtimeOnly "org.slf4j:slf4j-jdk14:${slf4jVersion}" // Runtime implementation of slf4j
2626
}

0 commit comments

Comments
 (0)