Skip to content

Commit 2b9e5cd

Browse files
committed
fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-7569538
1 parent ffbe0a7 commit 2b9e5cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
<dependency>
102102
<groupId>org.springdoc</groupId>
103103
<artifactId>springdoc-openapi-ui</artifactId>
104-
<version>1.5.8</version>
104+
<version>1.7.0</version>
105105
</dependency>
106106

107107
<dependency>

0 commit comments

Comments
 (0)