Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: pom.xml to reduce vulnerabilities
  • Loading branch information
snyk-bot committed Aug 20, 2025
commit 10f14b510ba9722ab834a473e2eddeecd9893be1
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-netflix-eureka-client</artifactId>
<version>1.4.0.RELEASE</version>
<version>4.1.6</version>
</dependency>

<!-- 生成uuid -->
Expand All @@ -153,13 +153,13 @@
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-web</artifactId>
<version>4.2.12.RELEASE</version>
<version>6.4.9</version>
</dependency>

<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-config</artifactId>
<version>4.2.12.RELEASE</version>
<version>6.4.9</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -316,7 +316,7 @@
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons</artifactId>
<version>1.13.11.RELEASE</version>
<version>3.4.9</version>
</dependency>

<dependency>
Expand Down