Skip to content

Commit

Permalink
pom.xml
Browse files Browse the repository at this point in the history
albertus82 committed Feb 17, 2024
1 parent 37229ae commit f2ada88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -48,7 +48,7 @@
<jface.version>3.22.200</jface.version> <!-- Last version compatible with JRE 8 -->
<lombok.version>1.18.30</lombok.version>
<picocli.version>4.7.5</picocli.version>
<slf4j.version>2.0.11</slf4j.version>
<slf4j.version>2.0.12</slf4j.version>
<windows.build.finalName>EarthquakeBulletin</windows.build.finalName>
<linux.build.finalName>${project.artifactId}</linux.build.finalName>
<mac.build.finalName>EarthquakeBulletin</mac.build.finalName>
@@ -197,7 +197,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.10.1</version>
<version>5.10.2</version>
<scope>test</scope>
</dependency>
<dependency>

0 comments on commit f2ada88

Please sign in to comment.