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 a14e965 commit f0a87a1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>

<slf4j-version>2.0.7</slf4j-version>
<slf4j-version>2.0.16</slf4j-version>
<log4j.configuration>log4j.properties</log4j.configuration>
<surefire-version>3.0.0-M5</surefire-version>
<surefire-version>3.5.1</surefire-version>
<ecore-xmi-version>2.2.3</ecore-xmi-version>
<spring-expression-version>5.0.0.RELEASE</spring-expression-version>
<lombok-version>1.18.22</lombok-version>
Expand All @@ -59,7 +59,7 @@
<judo-generator-commons-version>1.0.0.20240923_095240_119ac3cd_develop</judo-generator-commons-version>
<judo-ui-typescript-rest-version>1.0.0.20241018_172421_24e62e7f_bugfix_JNG_5962_aggregation_validation</judo-ui-typescript-rest-version>

<surefire-version>3.0.0-M7</surefire-version>
<surefire-version>3.5.1</surefire-version>
<!--suppress UnresolvedMavenProperty -->
<logback-test-config>${maven.multiModuleProjectDirectory}/logback-test.xml</logback-test-config>

Expand All @@ -69,7 +69,7 @@
<sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
<sonar.language>java</sonar.language>
<sonar.java.source>${maven.compiler.source}</sonar.java.source>
<jacoco.version>0.8.8</jacoco.version>
<jacoco.version>0.8.12</jacoco.version>

<!-- Disable javadoc errors -->
<doclint>none</doclint>
Expand Down

0 comments on commit f0a87a1

Please sign in to comment.