Skip to content

Commit

Permalink
chore: removes unnecessarily fixed versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jekutzsche committed May 24, 2022
1 parent 1c161ae commit 2d054f5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions iris-backend-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<scope>runtime</scope>
<version>2.1.212</version><!-- Added to fix current vulnerability until
Spring is adjusted. avd.aquasec.com/nvd/cve-2021-23463 -->
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
Expand All @@ -76,8 +74,6 @@
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-core</artifactId>
<version>8.5.11</version><!-- Added to fix current vulnerability in h2
until Spring is adjusted. avd.aquasec.com/nvd/cve-2021-23463 -->
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down

0 comments on commit 2d054f5

Please sign in to comment.