Skip to content

Commit 4203bfa

Browse files
committed
Upgrade to Byte Buddy 1.15.5
Closes gh-42759
1 parent 7be305d commit 4203bfa

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
@@ -135,7 +135,7 @@ bom {
135135
releaseNotes("https://github.com/mojohaus/build-helper-maven-plugin/releases/tag/{version}")
136136
}
137137
}
138-
library("Byte Buddy", "1.15.4") {
138+
library("Byte Buddy", "1.15.5") {
139139
group("net.bytebuddy") {
140140
modules = [
141141
"byte-buddy",

0 commit comments

Comments
 (0)