Skip to content

Commit d7410ac

Browse files
committed
Upgrade to Byte Buddy 1.14.15
Closes gh-40720
1 parent bddb128 commit d7410ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ bom {
123123
]
124124
}
125125
}
126-
library("Byte Buddy", "1.14.13") {
126+
library("Byte Buddy", "1.14.15") {
127127
group("net.bytebuddy") {
128128
modules = [
129129
"byte-buddy",

0 commit comments

Comments
 (0)