Skip to content

Commit 4e70506

Browse files
Bump net.bytebuddy:byte-buddy from 1.14.13 to 1.15.11 (#172)
Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.14.13 to 1.15.11. - [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.13...byte-buddy-1.15.11) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1b192ba commit 4e70506

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ulyp-agent-core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies {
2222
compileOnly group: 'com.google.code.findbugs', name: 'jsr305', version: '3.0.2'
2323

2424
testImplementation group: 'it.unimi.dsi', name: 'fastutil', version: '8.5.12'
25-
testImplementation group: 'net.bytebuddy', name: 'byte-buddy', version: '1.14.13'
25+
testImplementation group: 'net.bytebuddy', name: 'byte-buddy', version: '1.15.11'
2626
testImplementation group: 'org.hamcrest', name: 'hamcrest', version: '2.2'
2727
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.3'
2828
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.1'

ulyp-agent-tests/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies {
3131
testImplementation group: 'javax.annotation', name: 'javax.annotation-api', version: '1.3.2'
3232
testImplementation group: 'org.rocksdb', name: 'rocksdbjni', version: '9.7.3'
3333
testImplementation group: 'org.buildobjects', name: 'jproc', version: '2.8.2'
34-
testImplementation group: 'net.bytebuddy', name: 'byte-buddy', version: '1.15.10'
34+
testImplementation group: 'net.bytebuddy', name: 'byte-buddy', version: '1.15.11'
3535
testImplementation group: 'org.buildobjects', name: 'jproc', version: '2.8.2'
3636
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.3'
3737
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.1'

ulyp-agent/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if (project.hasProperty("customByteBuddy")) {
2727
}
2828
} else {
2929
dependencies {
30-
implementation group: 'net.bytebuddy', name: 'byte-buddy', version: '1.15.10'
30+
implementation group: 'net.bytebuddy', name: 'byte-buddy', version: '1.15.11'
3131
}
3232
}
3333

0 commit comments

Comments
 (0)