Skip to content

Commit 59b8d5f

Browse files
committed
Upgrading Swagger UI, maven-dependency-plugin, openapi-generator-maven-plugin and maven-enforcer-plugin
1 parent 4674e25 commit 59b8d5f

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
@@ -447,7 +447,7 @@ under the License.
447447
<cas-client.version>4.0.4</cas-client.version>
448448

449449
<swagger-core.version>2.2.38</swagger-core.version>
450-
<swagger-ui.version>5.28.1</swagger-ui.version>
450+
<swagger-ui.version>5.29.2</swagger-ui.version>
451451

452452
<jquery-slimscroll.version>1.3.8</jquery-slimscroll.version>
453453
<jquery-cookie.version>1.4.1-1</jquery-cookie.version>
@@ -1603,7 +1603,7 @@ under the License.
16031603
<plugin>
16041604
<groupId>org.apache.maven.plugins</groupId>
16051605
<artifactId>maven-dependency-plugin</artifactId>
1606-
<version>3.8.1</version>
1606+
<version>3.9.0</version>
16071607
<configuration>
16081608
<outputDirectory>${bundles.directory}</outputDirectory>
16091609
<artifactItems>
@@ -1698,7 +1698,7 @@ under the License.
16981698
<plugin>
16991699
<groupId>org.openapitools</groupId>
17001700
<artifactId>openapi-generator-maven-plugin</artifactId>
1701-
<version>7.15.0</version>
1701+
<version>7.16.0</version>
17021702
</plugin>
17031703

17041704
<plugin>
@@ -1854,7 +1854,7 @@ under the License.
18541854
<plugin>
18551855
<groupId>org.apache.maven.plugins</groupId>
18561856
<artifactId>maven-enforcer-plugin</artifactId>
1857-
<version>3.6.1</version>
1857+
<version>3.6.2</version>
18581858
<executions>
18591859
<execution>
18601860
<id>default-cli</id>

0 commit comments

Comments
 (0)