Skip to content

Commit 5d144ee

Browse files
chncaptionOSCS
andauthored
update io.springfox:springfox-swagger-ui 2.9.2 to 2.10.0 (#522)
Co-authored-by: OSCS <[email protected]>
1 parent 24ff48b commit 5d144ee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.linlinjava</groupId>
55
<artifactId>litemall</artifactId>
@@ -152,7 +152,7 @@
152152
<dependency>
153153
<groupId>io.springfox</groupId>
154154
<artifactId>springfox-swagger-ui</artifactId>
155-
<version>2.9.2</version>
155+
<version>2.10.0</version>
156156
</dependency>
157157

158158
<dependency>
@@ -244,4 +244,4 @@
244244
</plugins>
245245
</build>
246246

247-
</project>
247+
</project>

0 commit comments

Comments
 (0)