|
21 | 21 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
22 | 22 | <vault.version>6.2.0</vault.version> |
23 | 23 | <aws-java-sdk.version>2.30.31</aws-java-sdk.version> |
24 | | - <versions-maven-plugin.version>2.16.2</versions-maven-plugin.version> |
25 | | - <maven-enforcer-plugin.version>3.4.1</maven-enforcer-plugin.version> |
26 | | - <maven-source-plugin.version>3.3.0</maven-source-plugin.version> |
27 | | - <build-helper-maven-plugin.version>3.5.0</build-helper-maven-plugin.version> |
28 | | - <maven-release-plugin.version>3.0.1</maven-release-plugin.version> |
29 | | - <awaitility.version>4.2.0</awaitility.version> |
| 24 | + <versions-maven-plugin.version>2.18.0</versions-maven-plugin.version> |
| 25 | + <maven-enforcer-plugin.version>3.5.0</maven-enforcer-plugin.version> |
| 26 | + <maven-source-plugin.version>3.3.1</maven-source-plugin.version> |
| 27 | + <build-helper-maven-plugin.version>3.6.0</build-helper-maven-plugin.version> |
| 28 | + <maven-release-plugin.version>3.1.1</maven-release-plugin.version> |
| 29 | + <awaitility.version>4.3.0</awaitility.version> |
30 | 30 | <junit.version>4.13.2</junit.version> |
31 | | - <wiremock.version>3.4.2</wiremock.version> |
32 | | - <mockito.version>5.11.0</mockito.version> |
33 | | - <commons-lang3.version>3.14.0</commons-lang3.version> |
| 31 | + <wiremock.version>3.12.1</wiremock.version> |
| 32 | + <mockito.version>5.16.0</mockito.version> |
34 | 33 | <folio-spring-base.version>9.0.0</folio-spring-base.version> |
35 | | - <folio-tls-utils.version>1.5.7</folio-tls-utils.version> |
| 34 | + <folio-tls-utils.version>2.1.1</folio-tls-utils.version> |
36 | 35 | </properties> |
37 | 36 |
|
38 | 37 | <dependencyManagement> |
39 | 38 | <dependencies> |
40 | 39 | <dependency> |
41 | 40 | <groupId>com.fasterxml.jackson</groupId> |
42 | 41 | <artifactId>jackson-bom</artifactId> |
43 | | - <version>2.16.1</version> |
| 42 | + <version>2.18.3</version> |
44 | 43 | <scope>import</scope> |
45 | 44 | <type>pom</type> |
46 | 45 | </dependency> |
47 | 46 | <dependency> |
48 | 47 | <groupId>org.apache.logging.log4j</groupId> |
49 | 48 | <artifactId>log4j-bom</artifactId> |
50 | | - <version>2.23.0</version> |
| 49 | + <version>2.24.3</version> |
51 | 50 | <scope>import</scope> |
52 | 51 | <type>pom</type> |
53 | 52 | </dependency> |
|
97 | 96 | <artifactId>jackson-dataformat-xml</artifactId> |
98 | 97 | </dependency> |
99 | 98 | <!-- Other dependencies --> |
100 | | - <dependency> |
101 | | - <groupId>org.apache.commons</groupId> |
102 | | - <artifactId>commons-lang3</artifactId> |
103 | | - <version>${commons-lang3.version}</version> |
104 | | - </dependency> |
105 | 99 | <dependency> |
106 | 100 | <groupId>org.folio</groupId> |
107 | 101 | <artifactId>folio-tls-utils</artifactId> |
|
139 | 133 | <plugin> |
140 | 134 | <groupId>org.apache.maven.plugins</groupId> |
141 | 135 | <artifactId>maven-compiler-plugin</artifactId> |
142 | | - <version>3.12.1</version> |
| 136 | + <version>3.14.0</version> |
143 | 137 | <configuration> |
144 | 138 | <release>${java.version}</release> |
145 | 139 | </configuration> |
|
218 | 212 |
|
219 | 213 | <plugin> |
220 | 214 | <artifactId>maven-javadoc-plugin</artifactId> |
221 | | - <version>3.6.3</version> |
| 215 | + <version>3.11.2</version> |
222 | 216 | <executions> |
223 | 217 | <execution> |
224 | 218 | <id>attach-javadocs</id> |
|
232 | 226 |
|
233 | 227 | <plugin> |
234 | 228 | <artifactId>maven-deploy-plugin</artifactId> |
235 | | - <version>3.1.1</version> |
| 229 | + <version>3.1.4</version> |
236 | 230 | <executions> |
237 | 231 | <execution> |
238 | 232 | <id>deploy</id> |
|
0 commit comments