Skip to content

Commit 10bb9da

Browse files
committed
updated dependencies
1 parent 3acb2e5 commit 10bb9da

File tree

2 files changed

+17
-7
lines changed

2 files changed

+17
-7
lines changed

jbbp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>org.apache.commons</groupId>
3939
<artifactId>commons-lang3</artifactId>
40-
<version>3.17.0</version>
40+
<version>3.18.0</version>
4141
<scope>test</scope>
4242
</dependency>
4343
<dependency>

pom.xml

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<maven.compiler.release>11</maven.compiler.release>
2626
<maven.compiler.source>11</maven.compiler.source>
2727
<maven.compiler.target>11</maven.compiler.target>
28-
<junit5.version>5.11.4</junit5.version>
28+
<junit5.version>5.13.3</junit5.version>
2929
<junit4.version>4.13.2</junit4.version>
3030
<commonsio.version>2.17.0</commonsio.version>
3131
<jmh.version>1.36</jmh.version>
@@ -96,6 +96,11 @@
9696
<artifactId>junit-jupiter-params</artifactId>
9797
<version>${junit5.version}</version>
9898
</dependency>
99+
<dependency>
100+
<groupId>org.junit.platform</groupId>
101+
<artifactId>junit-platform-launcher</artifactId>
102+
<version>1.13.4</version>
103+
</dependency>
99104
<dependency>
100105
<groupId>commons-io</groupId>
101106
<artifactId>commons-io</artifactId>
@@ -104,12 +109,12 @@
104109
<dependency>
105110
<groupId>commons-codec</groupId>
106111
<artifactId>commons-codec</artifactId>
107-
<version>1.17.2</version>
112+
<version>1.18.0</version>
108113
</dependency>
109114
<dependency>
110115
<groupId>net.minidev</groupId>
111116
<artifactId>json-smart</artifactId>
112-
<version>2.5.1</version>
117+
<version>2.5.2</version>
113118
</dependency>
114119
<dependency>
115120
<groupId>org.codehaus.mojo</groupId>
@@ -135,6 +140,11 @@
135140
<artifactId>junit-jupiter-params</artifactId>
136141
<scope>test</scope>
137142
</dependency>
143+
<dependency>
144+
<groupId>org.junit.platform</groupId>
145+
<artifactId>junit-platform-launcher</artifactId>
146+
<scope>test</scope>
147+
</dependency>
138148
</dependencies>
139149

140150
<profiles>
@@ -232,12 +242,12 @@
232242
<plugin>
233243
<groupId>org.apache.maven.plugins</groupId>
234244
<artifactId>maven-compiler-plugin</artifactId>
235-
<version>3.13.0</version>
245+
<version>3.14.0</version>
236246
</plugin>
237247
<plugin>
238248
<groupId>org.apache.maven.plugins</groupId>
239249
<artifactId>maven-surefire-plugin</artifactId>
240-
<version>3.5.2</version>
250+
<version>3.5.3</version>
241251
</plugin>
242252
</plugins>
243253
</pluginManagement>
@@ -307,7 +317,7 @@
307317
<dependency>
308318
<groupId>org.codehaus.mojo</groupId>
309319
<artifactId>extra-enforcer-rules</artifactId>
310-
<version>1.9.0</version>
320+
<version>1.10.0</version>
311321
</dependency>
312322
</dependencies>
313323
</plugin>

0 commit comments

Comments
 (0)