diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-12-09 23:58:25 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-12-22 23:20:40 +0100 |
commit | 3cefca094084a171e26cf46fcf97a6ae64db8434 (patch) | |
tree | 3e476c9da01cd0854a104b5dbe1f9e9489a08f21 /pom.xml | |
parent | a00afad545f22603da2d24dd3d9ffc368f30fba2 (diff) | |
download | jgit-3cefca094084a171e26cf46fcf97a6ae64db8434.tar.gz jgit-3cefca094084a171e26cf46fcf97a6ae64db8434.zip |
Add 4.31 target platform and update orbit to 4.31
and update bytebuddy to 1.14.10.
Change-Id: I145776a31d806f7e6dcc90263650109b3eb19067
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.13.0</jna-version> - <byte-buddy-version>1.14.9</byte-buddy-version> + <byte-buddy-version>1.14.10</byte-buddy-version> <!-- Properties to enable jacoco code coverage analysis --> <sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin> |