Skip to content

Commit 238cd26

Browse files
holgerfriedrichwborn
authored andcommitted
Upgrade dependencies and plugins
* junit to 5.11.4 * commons-io to 2.18.0 * commons-lang3 to 3.17.0 * maven-plugin-api to 3.9.9 * maven-plugin-annotations 3.15.1 * mojo-executor to 2.4.1 * jsoup to 1.18.3 * jdt-annotations to 2.3.100 * flexmark to 0.64.8 * logback to 1.2.13 * ecj to 3.33.0 * truth to 1.4.4 Signed-off-by: Holger Friedrich <[email protected]>
1 parent ae82c1a commit 238cd26

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

Diff for: pom.xml

+15-13
Original file line numberDiff line numberDiff line change
@@ -61,24 +61,24 @@
6161
<maven.compiler.target>${oh.java.version}</maven.compiler.target>
6262
<maven.compiler.compilerVersion>${oh.java.version}</maven.compiler.compilerVersion>
6363
<maven.eclipse.version>2.10</maven.eclipse.version>
64-
<junit.version>5.9.1</junit.version>
65-
<commons.io.version>2.11.0</commons.io.version>
66-
<commons.lang3.version>3.12.0</commons.lang3.version>
64+
<junit.version>5.11.4</junit.version>
65+
<commons.io.version>2.18.0</commons.io.version>
66+
<commons.lang3.version>3.17.0</commons.lang3.version>
6767
<mockito.version>4.10.0</mockito.version>
6868
<maven.resources.version>3.3.1</maven.resources.version>
6969
<pmd.version>7.9.0</pmd.version>
7070
<checkstyle.version>10.21.1</checkstyle.version>
7171
<spotbugs.version>4.8.6</spotbugs.version>
72-
<maven.core.version>3.6.0</maven.core.version>
73-
<maven.plugin.api.version>3.8.5</maven.plugin.api.version>
74-
<maven.plugin.annotations.version>3.7.0</maven.plugin.annotations.version>
72+
<maven.core.version>3.9.9</maven.core.version>
73+
<maven.plugin.api.version>3.9.9</maven.plugin.api.version>
74+
<maven.plugin.annotations.version>3.15.1</maven.plugin.annotations.version>
7575
<maven.plugin.plugin.version>3.8.2</maven.plugin.plugin.version>
7676
<maven.plugin.compiler.version>3.13.0</maven.plugin.compiler.version>
77-
<mojo.executor.version>2.4.0</mojo.executor.version>
78-
<org.jsoup.version>1.7.1</org.jsoup.version>
77+
<mojo.executor.version>2.4.1</mojo.executor.version>
78+
<org.jsoup.version>1.18.3</org.jsoup.version>
7979
<sat.version>0.17.0</sat.version>
80-
<jdt-annotations.version>2.1.0</jdt-annotations.version>
81-
<flexmark.version>0.64.0</flexmark.version>
80+
<jdt-annotations.version>2.3.100</jdt-annotations.version>
81+
<flexmark.version>0.64.8</flexmark.version>
8282
<maven.surefire.plugin.version>3.5.2</maven.surefire.plugin.version>
8383
<jetty.server.version>9.4.50.v20221201</jetty.server.version>
8484
<saxon.version>9.1.0.8</saxon.version>
@@ -87,7 +87,7 @@
8787
<spotless.eclipse.version>4.25</spotless.eclipse.version>
8888
<spotless.eclipse.wtp.version>4.21.0</spotless.eclipse.wtp.version>
8989
<slf4j.version>1.7.36</slf4j.version>
90-
<logback.version>1.2.9</logback.version>
90+
<logback.version>1.2.13</logback.version>
9191
<eea.version>2.4.0</eea.version>
9292
<m2e.jdt.annotationpath>target/dependency</m2e.jdt.annotationpath>
9393
</properties>
@@ -130,7 +130,7 @@
130130
<!-- Required for Checkstyle tests -->
131131
<groupId>com.google.truth</groupId>
132132
<artifactId>truth</artifactId>
133-
<version>1.1.3</version>
133+
<version>1.4.4</version>
134134
<scope>test</scope>
135135
</dependency>
136136
<dependency>
@@ -429,12 +429,14 @@
429429
<dependency>
430430
<groupId>org.codehaus.plexus</groupId>
431431
<artifactId>plexus-compiler-eclipse</artifactId>
432+
<!-- cannot go beyond 2.12.1 as long as Java11 is in use -->
432433
<version>2.12.1</version>
433434
</dependency>
434435
<dependency>
435436
<groupId>org.eclipse.jdt</groupId>
436437
<artifactId>ecj</artifactId>
437-
<version>3.30.0</version>
438+
<!-- cannot go beyond 3.33.0 as long as Java11 is in use -->
439+
<version>3.33.0</version>
438440
</dependency>
439441
</dependencies>
440442
</plugin>

0 commit comments

Comments
 (0)