Skip to content

Commit ca80c9c

Browse files
Bump byte-buddy-parent from 1.11.1 to 1.11.2 (#7821)
Bumps [byte-buddy-parent](https://github.com/raphw/byte-buddy) from 1.11.1 to 1.11.2. - [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.11.1...byte-buddy-1.11.2) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy-parent dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 194d237 commit ca80c9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ dependencies {
216216
testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.7.2'
217217
testImplementation 'org.junit.platform:junit-platform-launcher:1.7.2'
218218

219-
testImplementation 'net.bytebuddy:byte-buddy-parent:1.11.1'
219+
testImplementation 'net.bytebuddy:byte-buddy-parent:1.11.2'
220220
testRuntimeOnly group: 'org.apache.logging.log4j', name: 'log4j-core', version: '3.0.0-SNAPSHOT'
221221
testRuntimeOnly group: 'org.apache.logging.log4j', name: 'log4j-jul', version: '3.0.0-SNAPSHOT'
222222
testImplementation 'org.mockito:mockito-core:3.11.0'

0 commit comments

Comments
 (0)