Skip to content

Commit b0169b9

Browse files
committed
Upgrade to Byte Buddy 1.15.10
Closes gh-43097
1 parent 37718c6 commit b0169b9

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
@@ -136,7 +136,7 @@ bom {
136136
releaseNotes("https://github.com/mojohaus/build-helper-maven-plugin/releases/tag/{version}")
137137
}
138138
}
139-
library("Byte Buddy", "1.15.7") {
139+
library("Byte Buddy", "1.15.10") {
140140
group("net.bytebuddy") {
141141
modules = [
142142
"byte-buddy",

0 commit comments

Comments
 (0)