Skip to content

Commit b00b632

Browse files
committed
Merge branch 'master' into EDGAPIUTL-30-aws2
2 parents 4a40011 + e99dca8 commit b00b632

1 file changed

Lines changed: 14 additions & 20 deletions

File tree

pom.xml

Lines changed: 14 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -21,33 +21,32 @@
2121
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2222
<vault.version>6.2.0</vault.version>
2323
<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>
3030
<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>
3433
<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>
3635
</properties>
3736

3837
<dependencyManagement>
3938
<dependencies>
4039
<dependency>
4140
<groupId>com.fasterxml.jackson</groupId>
4241
<artifactId>jackson-bom</artifactId>
43-
<version>2.16.1</version>
42+
<version>2.18.3</version>
4443
<scope>import</scope>
4544
<type>pom</type>
4645
</dependency>
4746
<dependency>
4847
<groupId>org.apache.logging.log4j</groupId>
4948
<artifactId>log4j-bom</artifactId>
50-
<version>2.23.0</version>
49+
<version>2.24.3</version>
5150
<scope>import</scope>
5251
<type>pom</type>
5352
</dependency>
@@ -97,11 +96,6 @@
9796
<artifactId>jackson-dataformat-xml</artifactId>
9897
</dependency>
9998
<!-- Other dependencies -->
100-
<dependency>
101-
<groupId>org.apache.commons</groupId>
102-
<artifactId>commons-lang3</artifactId>
103-
<version>${commons-lang3.version}</version>
104-
</dependency>
10599
<dependency>
106100
<groupId>org.folio</groupId>
107101
<artifactId>folio-tls-utils</artifactId>
@@ -139,7 +133,7 @@
139133
<plugin>
140134
<groupId>org.apache.maven.plugins</groupId>
141135
<artifactId>maven-compiler-plugin</artifactId>
142-
<version>3.12.1</version>
136+
<version>3.14.0</version>
143137
<configuration>
144138
<release>${java.version}</release>
145139
</configuration>
@@ -218,7 +212,7 @@
218212

219213
<plugin>
220214
<artifactId>maven-javadoc-plugin</artifactId>
221-
<version>3.6.3</version>
215+
<version>3.11.2</version>
222216
<executions>
223217
<execution>
224218
<id>attach-javadocs</id>
@@ -232,7 +226,7 @@
232226

233227
<plugin>
234228
<artifactId>maven-deploy-plugin</artifactId>
235-
<version>3.1.1</version>
229+
<version>3.1.4</version>
236230
<executions>
237231
<execution>
238232
<id>deploy</id>

0 commit comments

Comments
 (0)