Skip to content

Commit

Permalink
Versions updated
Browse files Browse the repository at this point in the history
  • Loading branch information
robertcsakany committed Nov 2, 2024
1 parent 2ea9204 commit f646d02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
<!--suppress UnresolvedMavenProperty -->
<logback-test-config>${maven.multiModuleProjectDirectory}/logback-test.xml</logback-test-config>

<slf4j-version>2.0.7</slf4j-version>
<slf4j-version>2.0.16</slf4j-version>
<junit-version>5.5.1</junit-version>
<surefire-version>3.0.0-M7</surefire-version>
<surefire-version>3.5.1</surefire-version>

<epsilon-runtime-version>1.5.1.20240414_020123_4ed0f7e3_develop</epsilon-runtime-version>
<antlr-runtime-version>3.2</antlr-runtime-version>
Expand Down Expand Up @@ -85,7 +85,7 @@
<sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
<sonar.language>java</sonar.language>
<sonar.java.source>${java.version}</sonar.java.source>
<jacoco.version>0.8.8</jacoco.version>
<jacoco.version>0.8.12</jacoco.version>

</properties>

Expand Down

0 comments on commit f646d02

Please sign in to comment.