|
61 | 61 | <maven.compiler.target>${oh.java.version}</maven.compiler.target>
|
62 | 62 | <maven.compiler.compilerVersion>${oh.java.version}</maven.compiler.compilerVersion>
|
63 | 63 | <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> |
67 | 67 | <mockito.version>4.10.0</mockito.version>
|
68 | 68 | <maven.resources.version>3.3.1</maven.resources.version>
|
69 | 69 | <pmd.version>7.9.0</pmd.version>
|
70 | 70 | <checkstyle.version>10.21.1</checkstyle.version>
|
71 | 71 | <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> |
75 | 75 | <maven.plugin.plugin.version>3.8.2</maven.plugin.plugin.version>
|
76 | 76 | <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> |
79 | 79 | <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> |
82 | 82 | <maven.surefire.plugin.version>3.5.2</maven.surefire.plugin.version>
|
83 | 83 | <jetty.server.version>9.4.50.v20221201</jetty.server.version>
|
84 | 84 | <saxon.version>9.1.0.8</saxon.version>
|
|
87 | 87 | <spotless.eclipse.version>4.25</spotless.eclipse.version>
|
88 | 88 | <spotless.eclipse.wtp.version>4.21.0</spotless.eclipse.wtp.version>
|
89 | 89 | <slf4j.version>1.7.36</slf4j.version>
|
90 |
| - <logback.version>1.2.9</logback.version> |
| 90 | + <logback.version>1.2.13</logback.version> |
91 | 91 | <eea.version>2.4.0</eea.version>
|
92 | 92 | <m2e.jdt.annotationpath>target/dependency</m2e.jdt.annotationpath>
|
93 | 93 | </properties>
|
|
130 | 130 | <!-- Required for Checkstyle tests -->
|
131 | 131 | <groupId>com.google.truth</groupId>
|
132 | 132 | <artifactId>truth</artifactId>
|
133 |
| - <version>1.1.3</version> |
| 133 | + <version>1.4.4</version> |
134 | 134 | <scope>test</scope>
|
135 | 135 | </dependency>
|
136 | 136 | <dependency>
|
|
429 | 429 | <dependency>
|
430 | 430 | <groupId>org.codehaus.plexus</groupId>
|
431 | 431 | <artifactId>plexus-compiler-eclipse</artifactId>
|
| 432 | + <!-- cannot go beyond 2.12.1 as long as Java11 is in use --> |
432 | 433 | <version>2.12.1</version>
|
433 | 434 | </dependency>
|
434 | 435 | <dependency>
|
435 | 436 | <groupId>org.eclipse.jdt</groupId>
|
436 | 437 | <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> |
438 | 440 | </dependency>
|
439 | 441 | </dependencies>
|
440 | 442 | </plugin>
|
|
0 commit comments