Skip to content

Commit eccb569

Browse files
committed
fix: Part-1 Spring Boot Basic Fund Projects/SpringBootSourceCode/SpringWebJar/pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-7569538 - https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARS-7444596 - https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARS-7444620
1 parent c54ae76 commit eccb569

File tree

1 file changed

+1
-1
lines changed
  • Part-1 Spring Boot Basic Fund Projects/SpringBootSourceCode/SpringWebJar

1 file changed

+1
-1
lines changed

Part-1 Spring Boot Basic Fund Projects/SpringBootSourceCode/SpringWebJar/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>org.webjars</groupId>
5454
<artifactId>bootstrap</artifactId>
55-
<version>3.3.7-1</version>
55+
<version>4.0.0</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>org.webjars</groupId>

0 commit comments

Comments
 (0)