aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2024-05-13 01:52:12 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2024-05-13 16:18:06 +0200
commitdbf45058cb45c55c80bd754e7de51c3585f3d4c9 (patch)
tree3c92ef53f75975626fe761ed38b10705b4c66137 /pom.xml
parent127762ba8b25d811fa1bb915b80eccb32e82aebc (diff)
downloadjgit-dbf45058cb45c55c80bd754e7de51c3585f3d4c9.tar.gz
jgit-dbf45058cb45c55c80bd754e7de51c3585f3d4c9.zip
Update byte-buddy to 1.14.15
Change-Id: Ie5192a7c02c60e26c7c76f618b05f24307afcc63
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 8cf58da977..6e4cc33b04 100644
--- a/pom.xml
+++ b/pom.xml
@@ -148,7 +148,7 @@
<hamcrest-version>2.2</hamcrest-version>
<assertj-version>3.25.3</assertj-version>
<jna-version>5.14.0</jna-version>
- <byte-buddy-version>1.14.12</byte-buddy-version>
+ <byte-buddy-version>1.14.15</byte-buddy-version>
<!-- Properties to enable jacoco code coverage analysis -->
<sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>