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 31ce83abf86dc90cdf48eae0674663da436a96c1
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<maven-release-plugin.version>2.5.3</maven-release-plugin.version>
<validation-version>2.0.1.Final</validation-version>
<json-version>20250107</json-version>
<spring-web-version>6.2.2</spring-web-version>
<spring-web-version>6.2.10</spring-web-version>
<org.apache.commons-text>1.13.0</org.apache.commons-text>
</properties>

Expand Down
Loading