Skip to content

Commit

Permalink
fix: projects/spring-cloud-netflix/pom.xml to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORK-6597980
  • Loading branch information
snyk-bot committed May 31, 2024
1 parent 2e0b8e0 commit 0d9ac43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/spring-cloud-netflix/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<fuzzedLibaryVersion>4.0.0-SNAPSHOT</fuzzedLibaryVersion>
<fuzzedLibaryVersion>4.1.2</fuzzedLibaryVersion>
<exec.mainClass>org.springframework.cloud.netflix.eureka.config.HostnameBasedUrlRandomizerFuzzer</exec.mainClass>
</properties>

Expand Down

0 comments on commit 0d9ac43

Please sign in to comment.