aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2024-02-20 15:06:33 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2024-02-20 15:06:41 +0100
commit1f9feb613ac14cf44289d51d821f479584b3d456 (patch)
tree3caaf7658774d7d5e34d424ad50b1275d4b95ec3 /pom.xml
parentf4f992cdcbcdad677b92e6dc1606bd670937b919 (diff)
downloadjgit-1f9feb613ac14cf44289d51d821f479584b3d456.tar.gz
jgit-1f9feb613ac14cf44289d51d821f479584b3d456.zip
Update byte-buddy to 1.14.12
Change-Id: Idc56efd1ee6d9d1e039ccfffd5e16803b727f6dc
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 f07f985c02..91adcb3f89 100644
--- a/pom.xml
+++ b/pom.xml
@@ -148,7 +148,7 @@
<hamcrest-version>2.2</hamcrest-version>
<assertj-version>3.24.2</assertj-version>
<jna-version>5.14.0</jna-version>
- <byte-buddy-version>1.14.10</byte-buddy-version>
+ <byte-buddy-version>1.14.12</byte-buddy-version>
<!-- Properties to enable jacoco code coverage analysis -->
<sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>