Skip to content

Commit 902a408

Browse files
committed
fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGSPRINGFRAMEWORKBOOT-5564390
1 parent 37ab0a4 commit 902a408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<dependency>
7070
<groupId>org.springdoc</groupId>
7171
<artifactId>springdoc-openapi-ui</artifactId>
72-
<version>1.2.33</version>
72+
<version>1.3.8</version>
7373
</dependency>
7474
<dependency>
7575
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)