aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-05-08 09:07:11 +0000
committerrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-05-08 09:14:02 +0000
commit24e15da0a0403a9bb33b5394095b998c796e781e (patch)
tree1629794ecc7874270dda40d6201225c12221ad81
parentf873010ac73492d52d0bdcc4e91c3f39873a55e6 (diff)
downloadjavaparser-upstream-master.tar.gz
fix(deps): update byte-buddy.version to v1.14.15upstream-master
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index f2bd475d9..a6d616ae5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -147,7 +147,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
- <byte-buddy.version>1.14.14</byte-buddy.version>
+ <byte-buddy.version>1.14.15</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-04-04T00:00:00Z</build.timestamp>
<!-- Maven Plugins -->