Skip to content

Commit 21ca146

Browse files
committed
Upgrading Swagger UI, maven-dependency-plugin and maven-enforcer-plugin
1 parent 963a145 commit 21ca146

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ under the License.
450450
<h2.version>2.3.232</h2.version>
451451

452452
<swagger-core.version>2.2.38</swagger-core.version>
453-
<swagger-ui.version>5.28.1</swagger-ui.version>
453+
<swagger-ui.version>5.29.2</swagger-ui.version>
454454

455455
<jquery-slimscroll.version>1.3.8</jquery-slimscroll.version>
456456
<jquery-cookie.version>1.4.1-1</jquery-cookie.version>
@@ -1627,7 +1627,7 @@ under the License.
16271627
<plugin>
16281628
<groupId>org.apache.maven.plugins</groupId>
16291629
<artifactId>maven-dependency-plugin</artifactId>
1630-
<version>3.8.1</version>
1630+
<version>3.9.0</version>
16311631
<configuration>
16321632
<outputDirectory>${bundles.directory}</outputDirectory>
16331633
<artifactItems>
@@ -1856,7 +1856,7 @@ under the License.
18561856
<plugin>
18571857
<groupId>org.apache.maven.plugins</groupId>
18581858
<artifactId>maven-enforcer-plugin</artifactId>
1859-
<version>3.6.1</version>
1859+
<version>3.6.2</version>
18601860
<executions>
18611861
<execution>
18621862
<id>default-cli</id>

0 commit comments

Comments
 (0)