Skip to content

Commit

Permalink
fix(deps): update byte-buddy.version to v1.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 29, 2024
1 parent bd41bab commit 2acfc58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
<byte-buddy.version>1.15.0</byte-buddy.version>
<byte-buddy.version>1.15.1</byte-buddy.version>
<argLine>-javaagent:'${settings.localRepository}/net/bytebuddy/byte-buddy-agent/${byte-buddy.version}/byte-buddy-agent-${byte-buddy.version}.jar'</argLine>
<build.timestamp>2024-06-21T00:00:00Z</build.timestamp>
<!-- Maven Plugins -->
Expand Down

0 comments on commit 2acfc58

Please sign in to comment.