Skip to content

Commit

Permalink
Merge pull request #4 from hiit-consulting-fr/fix/cve
Browse files Browse the repository at this point in the history
fix(pom): upgrade logback dep
  • Loading branch information
michaelcoll authored Dec 12, 2023
2 parents ca59ea7 + c45506c commit 8d80651
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,24 +69,15 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<!-- Dependency versions -->
<snakeyaml.version>2.2</snakeyaml.version>
<logback.version>1.4.14</logback.version>
<guava.version>32.1.3-jre</guava.version>
<snakeyaml.version>2.2</snakeyaml.version>

<!-- Plugin versions -->
<maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
<maven-source-plugin.version>3.3.0</maven-source-plugin.version>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>${snakeyaml.version}</version>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>

<!-- Spring -->
Expand Down

0 comments on commit 8d80651

Please sign in to comment.