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
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORK-11958848
  • Loading branch information
snyk-bot committed Aug 19, 2025
commit 7f236c86f21595766bd07e6507a5da590132fce1
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<properties>
<java-version>1.8</java-version>
<org.springframework-version>5.0.4.RELEASE</org.springframework-version>
<org.springframework-version>6.2.10</org.springframework-version>
<org.aspectj-version>1.8.1</org.aspectj-version>
</properties>

Expand All @@ -31,7 +31,7 @@
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-web</artifactId>
<version>5.0.0.RELEASE</version>
<version>6.4.9</version>
</dependency>

<!-- AspectJ -->
Expand Down