diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-02-20 15:06:33 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-02-20 15:06:41 +0100 |
commit | 1f9feb613ac14cf44289d51d821f479584b3d456 (patch) | |
tree | 3caaf7658774d7d5e34d424ad50b1275d4b95ec3 /pom.xml | |
parent | f4f992cdcbcdad677b92e6dc1606bd670937b919 (diff) | |
download | jgit-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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |