Skip to content

Commit

Permalink
fix: backend/vkt/pom.xml & backend/pom.xml to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-io[bot] authored Feb 16, 2025
1 parent a7e82b6 commit 5db8a4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
<dependency>
<groupId>net.minidev</groupId>
<artifactId>json-smart</artifactId>
<version>2.5.1</version>
<version>2.5.2</version>
</dependency>
<!-- CAS -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion backend/vkt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-resolver-dns-native-macos</artifactId>
<version>4.1.115.Final</version>
<version>4.1.118.Final</version>
<classifier>osx-aarch_64</classifier>
<scope>runtime</scope>
</dependency>
Expand Down

0 comments on commit 5db8a4c

Please sign in to comment.