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 99ed8f3 commit 9ec859e
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 @@ -51,7 +51,7 @@

<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>
<lombok-version>1.18.24</lombok-version>
<osgi-ds-version>1.3.0</osgi-ds-version>

Expand All @@ -62,15 +62,15 @@
<!--suppress UnresolvedMavenProperty -->
<logback-test-config>${maven.multiModuleProjectDirectory}/logback-test.xml</logback-test-config>

<surefire-version>3.0.0-M7</surefire-version>
<surefire-version>3.5.1</surefire-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

0 comments on commit 9ec859e

Please sign in to comment.