Skip to content

Commit b227059

Browse files
committed
Upgrade to Byte Buddy 1.17.1
Closes gh-44282
1 parent f5823f3 commit b227059

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
@@ -137,7 +137,7 @@ bom {
137137
releaseNotes("https://github.com/mojohaus/build-helper-maven-plugin/releases/tag/{version}")
138138
}
139139
}
140-
library("Byte Buddy", "1.17.0") {
140+
library("Byte Buddy", "1.17.1") {
141141
group("net.bytebuddy") {
142142
modules = [
143143
"byte-buddy",

0 commit comments

Comments
 (0)