aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2023-05-01 17:32:28 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2023-05-01 18:13:49 +0200
commit18cb13c4ef4bcdf3210e932bd9fbb602ddf234fc (patch)
tree318ccee878aed76ffb2618bac5b6d73a2d28201e /pom.xml
parentf3cb30f835430f379070849f580ee45c44c97ad3 (diff)
downloadjgit-18cb13c4ef4bcdf3210e932bd9fbb602ddf234fc.tar.gz
jgit-18cb13c4ef4bcdf3210e932bd9fbb602ddf234fc.zip
Update assertj-core to 3.24.2
and consume it directly from Maven Central. Add the bundle to the jgit p2 repository. Change-Id: I95f07a6d3ea645c4f56350d4b0facbaa84988440
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 060e8b1068..b25b3bf40d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -178,7 +178,7 @@
<maven-compiler-plugin-version>3.10.1</maven-compiler-plugin-version>
<plexus-compiler-version>2.13.0</plexus-compiler-version>
<hamcrest-version>2.2</hamcrest-version>
- <assertj-version>3.20.2</assertj-version>
+ <assertj-version>3.24.2</assertj-version>
<!-- Properties to enable jacoco code coverage analysis -->
<sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>