Skip to content

Commit 29f441c

Browse files
committed
* Bump org.apache.maven.plugins:maven-dependency-plugin from 3.8.1 to 3.9.0
* Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.6.1 to 3.6.2 * Bump org.junit.jupiter:junit-jupiter from 5.13.4 to 5.14.0 * Bump io.reactivex.rxjava3:rxjava from 3.1.11 to 3.1.12 * Bump org.apache.maven.plugins:maven-compiler-plugin from 3.14.0 to 3.14.1 * Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.2 to 3.12.0 * Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.3 to 3.5.4 * Bump njord.version from 0.8.3 to 0.8.4 Signed-off-by: Simone Bordet <[email protected]>
1 parent 2ba8888 commit 29f441c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@
5858
<properties>
5959
<jetty-version>10.0.26</jetty-version>
6060
<njord.autoPublish>true</njord.autoPublish>
61-
<njord.version>0.8.3</njord.version>
61+
<njord.version>0.8.4</njord.version>
6262
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
6363
<reactivestreams-version>1.0.4</reactivestreams-version>
64-
<rxjava-version>3.1.11</rxjava-version>
64+
<rxjava-version>3.1.12</rxjava-version>
6565
<slf4j-version>2.0.17</slf4j-version>
6666
<spring-version>5.3.39</spring-version>
6767
</properties>
@@ -128,7 +128,7 @@
128128
<dependency>
129129
<groupId>org.junit.jupiter</groupId>
130130
<artifactId>junit-jupiter</artifactId>
131-
<version>5.13.4</version>
131+
<version>5.14.0</version>
132132
<scope>test</scope>
133133
</dependency>
134134
<dependency>
@@ -182,7 +182,7 @@
182182
</plugin>
183183
<plugin>
184184
<artifactId>maven-compiler-plugin</artifactId>
185-
<version>3.14.0</version>
185+
<version>3.14.1</version>
186186
<configuration>
187187
<source>11</source>
188188
<target>11</target>
@@ -191,15 +191,15 @@
191191
</plugin>
192192
<plugin>
193193
<artifactId>maven-dependency-plugin</artifactId>
194-
<version>3.8.1</version>
194+
<version>3.9.0</version>
195195
</plugin>
196196
<plugin>
197197
<artifactId>maven-deploy-plugin</artifactId>
198198
<version>3.1.4</version>
199199
</plugin>
200200
<plugin>
201201
<artifactId>maven-enforcer-plugin</artifactId>
202-
<version>3.6.1</version>
202+
<version>3.6.2</version>
203203
</plugin>
204204
<plugin>
205205
<artifactId>maven-gpg-plugin</artifactId>
@@ -215,7 +215,7 @@
215215
</plugin>
216216
<plugin>
217217
<artifactId>maven-javadoc-plugin</artifactId>
218-
<version>3.11.2</version>
218+
<version>3.12.0</version>
219219
<configuration>
220220
<source>8</source>
221221
<additionalOptions>
@@ -249,7 +249,7 @@
249249
</plugin>
250250
<plugin>
251251
<artifactId>maven-surefire-plugin</artifactId>
252-
<version>3.5.3</version>
252+
<version>3.5.4</version>
253253
<configuration>
254254
<excludedGroups>external</excludedGroups>
255255
</configuration>

0 commit comments

Comments
 (0)