Skip to content

Commit f8d6384

Browse files
committed
Upgrade to Byte Buddy 1.14.19
Closes gh-41893
1 parent 85c5c94 commit f8d6384

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
@@ -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.14.18") {
139+
library("Byte Buddy", "1.14.19") {
140140
group("net.bytebuddy") {
141141
modules = [
142142
"byte-buddy",

0 commit comments

Comments
 (0)