Skip to content

Commit

Permalink
fix: eperusteet-ylops-service/pom.xml to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-io[bot] authored Dec 29, 2024
1 parent 2776519 commit 26e60ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions eperusteet-ylops-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<metrics.version>4.2.18</metrics.version>
<org.apache.tomcat.version>9.0.90</org.apache.tomcat.version>
<org.apache.tomcat.version>9.0.98</org.apache.tomcat.version>
<pdfbox.version>2.0.29</pdfbox.version>
<postgresql.version>42.5.5</postgresql.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -437,12 +437,12 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.13</version>
<version>1.5.13</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<version>1.2.13</version>
<version>1.5.13</version>
</dependency>
<dependency>
<groupId>com.codepoetics</groupId>
Expand Down

0 comments on commit 26e60ee

Please sign in to comment.