Skip to content

Commit

Permalink
Fixing dependencies [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
robertcsakany committed Nov 4, 2024
1 parent e04e5a1 commit 713dd70
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,14 @@
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<slf4j-version>2.0.16</slf4j-version>
<lombok-version>1.18.24</lombok-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.5.1</surefire-version>
<jackson-version>2.15.2</jackson-version>
<jackson-version>2.17.2</jackson-version>

<!-- Code Quality-->
<sonar-maven-plugin-version>3.9.1.2184</sonar-maven-plugin-version>
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 713dd70

Please sign in to comment.