Skip to content

Commit

Permalink
Bump net.bytebuddy:byte-buddy from 1.14.13 to 1.14.16
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.13 to 1.14.16.
- [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.14.16)

---
updated-dependencies:
- dependency-name: net.bytebuddy:byte-buddy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 22, 2024
1 parent b1da91d commit 8ecb296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ subprojects {
testCompileOnly 'org.projectlombok:lombok:1.18.32'
testImplementation 'org.apache.groovy:groovy:4.0.21'
testImplementation 'org.spockframework:spock-core:2.4-M4-groovy-4.0'
testRuntimeOnly "net.bytebuddy:byte-buddy:1.14.13"
testRuntimeOnly "net.bytebuddy:byte-buddy:1.14.16"
testAnnotationProcessor 'org.projectlombok:lombok:1.18.32'

}
Expand Down

0 comments on commit 8ecb296

Please sign in to comment.