Skip to content

Commit fe01e07

Browse files
committed
chore: update maven dependencies
1 parent f490b59 commit fe01e07

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1313
<maven.compiler.source>17</maven.compiler.source>
1414
<maven.compiler.target>17</maven.compiler.target>
15-
<assertj.version>3.23.1</assertj.version>
15+
<assertj.version>3.25.3</assertj.version>
1616
</properties>
1717

1818
<dependencyManagement>
1919
<dependencies>
2020
<dependency>
2121
<groupId>org.junit</groupId>
2222
<artifactId>junit-bom</artifactId>
23-
<version>5.8.2</version>
23+
<version>5.10.2</version>
2424
<type>pom</type>
2525
<scope>import</scope>
2626
</dependency>
@@ -31,7 +31,7 @@
3131
<dependency>
3232
<groupId>org.junit.jupiter</groupId>
3333
<artifactId>junit-jupiter</artifactId>
34-
<version>5.9.0</version>
34+
<version>5.10.2</version>
3535
<scope>test</scope>
3636
</dependency>
3737
<dependency>
@@ -44,18 +44,18 @@
4444
<dependency>
4545
<groupId>org.junit.jupiter</groupId>
4646
<artifactId>junit-jupiter-api</artifactId>
47-
<version>5.9.0</version>
47+
<version>5.10.2</version>
4848
<scope>test</scope>
4949
</dependency>
5050
<dependency>
5151
<groupId>org.apache.commons</groupId>
5252
<artifactId>commons-lang3</artifactId>
53-
<version>3.12.0</version>
53+
<version>3.14.0</version>
5454
</dependency>
5555
<dependency>
5656
<groupId>org.apache.commons</groupId>
5757
<artifactId>commons-collections4</artifactId>
58-
<version>4.4</version>
58+
<version>4.5.0-M1</version>
5959
</dependency>
6060
</dependencies>
6161

0 commit comments

Comments
 (0)