Skip to content

Commit

Permalink
JNG-5995 Update eclipse and epsilon (#67)
Browse files Browse the repository at this point in the history
[2024-11-04 01:06:31 +0100] Fixing dependencies 
[2024-11-02 12:22:01 +0100] Versions updated
  • Loading branch information
robertcsakany authored Nov 27, 2024
1 parent 58d4ecb commit f05e3ff
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,22 +52,23 @@

<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<slf4j-version>2.0.7</slf4j-version>
<lombok-version>1.18.24</lombok-version>
<slf4j-version>2.0.16</slf4j-version>
<lombok-version>1.18.34</lombok-version>

<!--suppress UnresolvedMavenProperty -->
<logback-test-config>${maven.multiModuleProjectDirectory}/logback-test.xml</logback-test-config>
<logback-version>1.5.12</logback-version>

<surefire-version>3.0.0</surefire-version>
<jackson-version>2.15.2</jackson-version>
<surefire-version>3.5.1</surefire-version>
<jackson-version>2.17.2</jackson-version>

<!-- Code Quality-->
<sonar-maven-plugin-version>3.9.1.2184</sonar-maven-plugin-version>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<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>

<url>http://github.com/${project-repositoryId}</url>
Expand Down Expand Up @@ -96,7 +97,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.11</version>
<version>${logback-version}</version>
<scope>provided</scope>
</dependency>

Expand Down

0 comments on commit f05e3ff

Please sign in to comment.