Skip to content

Commit 907afbb

Browse files
committed
Upgrade to Byte Buddy 1.17.7
Closes gh-46883
1 parent fc0dc37 commit 907afbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ bom {
153153
releaseNotes("https://github.com/mojohaus/build-helper-maven-plugin/releases/tag/{version}")
154154
}
155155
}
156-
library("Byte Buddy", "1.17.6") {
156+
library("Byte Buddy", "1.17.7") {
157157
group("net.bytebuddy") {
158158
modules = [
159159
"byte-buddy",

0 commit comments

Comments
 (0)