Skip to content

Commit 2995524

Browse files
committed
update dependencies
1 parent bbf4911 commit 2995524

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

code-assert-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
<dependency>
9393
<groupId>junit</groupId>
9494
<artifactId>junit</artifactId>
95-
<version>4.12</version>
95+
<version>4.13.1</version>
9696
<scope>provided</scope>
9797
</dependency>
9898
<dependency>

code-assert-gui/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<dependency>
2020
<groupId>org.springframework.boot</groupId>
2121
<artifactId>spring-boot-dependencies</artifactId>
22-
<version>2.3.2.RELEASE</version>
22+
<version>2.4.0</version>
2323
<type>pom</type>
2424
<scope>import</scope>
2525
</dependency>

code-assert/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
<dependency>
172172
<groupId>junit</groupId>
173173
<artifactId>junit</artifactId>
174-
<version>4.12</version>
174+
<version>4.13.1</version>
175175
<scope>provided</scope>
176176
</dependency>
177177
<dependency>

0 commit comments

Comments
 (0)