Skip to content

Commit 2acfc58

Browse files
committed
fix(deps): update byte-buddy.version to v1.15.1
1 parent bd41bab commit 2acfc58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
<properties>
148148
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
149149
<java.version>1.8</java.version>
150-
<byte-buddy.version>1.15.0</byte-buddy.version>
150+
<byte-buddy.version>1.15.1</byte-buddy.version>
151151
<argLine>-javaagent:'${settings.localRepository}/net/bytebuddy/byte-buddy-agent/${byte-buddy.version}/byte-buddy-agent-${byte-buddy.version}.jar'</argLine>
152152
<build.timestamp>2024-06-21T00:00:00Z</build.timestamp>
153153
<!-- Maven Plugins -->

0 commit comments

Comments
 (0)