Skip to content

Commit f2ada88

Browse files
committed
pom.xml
1 parent 37229ae commit f2ada88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<jface.version>3.22.200</jface.version> <!-- Last version compatible with JRE 8 -->
4949
<lombok.version>1.18.30</lombok.version>
5050
<picocli.version>4.7.5</picocli.version>
51-
<slf4j.version>2.0.11</slf4j.version>
51+
<slf4j.version>2.0.12</slf4j.version>
5252
<windows.build.finalName>EarthquakeBulletin</windows.build.finalName>
5353
<linux.build.finalName>${project.artifactId}</linux.build.finalName>
5454
<mac.build.finalName>EarthquakeBulletin</mac.build.finalName>
@@ -197,7 +197,7 @@
197197
<dependency>
198198
<groupId>org.junit.jupiter</groupId>
199199
<artifactId>junit-jupiter</artifactId>
200-
<version>5.10.1</version>
200+
<version>5.10.2</version>
201201
<scope>test</scope>
202202
</dependency>
203203
<dependency>

0 commit comments

Comments
 (0)