Skip to content

Commit 761d37a

Browse files
authored
VERTXLIB-54: Dependencies for Quesnelia: vertx 4.5.3, etc (#85)
* Bump vertx version to 4.5.3 * Bump Okapi version to 5.3.0-SNAPSHOT * Update lib and plugins versions
1 parent 0b04528 commit 761d37a

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

pom.xml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
</licenses>
3030
<properties>
3131
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
32-
<okapi.version>5.1.2</okapi.version>
33-
<vertx.version>4.4.6</vertx.version>
32+
<okapi.version>5.3.0-SNAPSHOT</okapi.version>
33+
<vertx.version>4.5.3</vertx.version>
3434
</properties>
3535
<modules>
3636
<module>core</module>
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>org.apache.logging.log4j</groupId>
4444
<artifactId>log4j-bom</artifactId>
45-
<version>2.20.0</version>
45+
<version>2.22.1</version>
4646
<type>pom</type>
4747
<scope>import</scope>
4848
</dependency>
@@ -81,12 +81,12 @@
8181
<dependency>
8282
<groupId>io.rest-assured</groupId>
8383
<artifactId>rest-assured</artifactId>
84-
<version>5.3.2</version>
84+
<version>5.4.0</version>
8585
</dependency>
8686
<dependency>
8787
<groupId>org.junit</groupId>
8888
<artifactId>junit-bom</artifactId>
89-
<version>5.9.3</version>
89+
<version>5.10.2</version>
9090
<type>pom</type>
9191
<scope>import</scope>
9292
</dependency>
@@ -98,12 +98,12 @@
9898
<dependency>
9999
<groupId>org.mockito</groupId>
100100
<artifactId>mockito-core</artifactId>
101-
<version>5.5.0</version>
101+
<version>5.10.0</version>
102102
</dependency>
103103
<dependency>
104104
<groupId>org.testcontainers</groupId>
105105
<artifactId>testcontainers-bom</artifactId>
106-
<version>1.19.1</version>
106+
<version>1.19.5</version>
107107
<type>pom</type>
108108
<scope>import</scope>
109109
</dependency>
@@ -127,7 +127,7 @@
127127
<plugins>
128128
<plugin>
129129
<artifactId>maven-compiler-plugin</artifactId>
130-
<version>3.11.0</version>
130+
<version>3.12.1</version>
131131
<configuration>
132132
<release>17</release>
133133
<encoding>UTF-8</encoding>
@@ -154,12 +154,12 @@
154154
<plugin>
155155
<groupId>org.apache.maven.plugins</groupId>
156156
<artifactId>maven-surefire-plugin</artifactId>
157-
<version>3.1.2</version>
157+
<version>3.2.5</version>
158158
</plugin>
159159
<plugin>
160160
<groupId>org.apache.maven.plugins</groupId>
161161
<artifactId>maven-failsafe-plugin</artifactId>
162-
<version>3.1.2</version>
162+
<version>3.2.5</version>
163163
<executions>
164164
<execution>
165165
<goals>
@@ -172,7 +172,7 @@
172172
<plugin>
173173
<groupId>org.apache.maven.plugins</groupId>
174174
<artifactId>maven-shade-plugin</artifactId>
175-
<version>3.5.1</version>
175+
<version>3.5.2</version>
176176
<configuration>
177177
<createDependencyReducedPom>false</createDependencyReducedPom>
178178
</configuration>
@@ -194,7 +194,7 @@
194194
<plugin>
195195
<!-- *-javadoc.jar for https://repository.folio.org -->
196196
<artifactId>maven-javadoc-plugin</artifactId>
197-
<version>3.6.0</version>
197+
<version>3.6.3</version>
198198
<executions>
199199
<execution>
200200
<id>attach-javadocs</id>
@@ -232,7 +232,7 @@
232232
<plugin>
233233
<groupId>org.apache.maven.plugins</groupId>
234234
<artifactId>maven-checkstyle-plugin</artifactId>
235-
<version>3.3.0</version>
235+
<version>3.3.1</version>
236236
<configuration>
237237
<configLocation>google_checks.xml</configLocation>
238238
<encoding>UTF-8</encoding>

0 commit comments

Comments
 (0)