Skip to content

Commit 179f031

Browse files
committed
Upgrading Swagger UI, maven-dependency-plugin, openapi-generator-maven-plugin and maven-enforcer-plugin
1 parent bbf03b3 commit 179f031

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>
@@ -1569,7 +1569,7 @@ under the License.
15691569
<plugin>
15701570
<groupId>org.apache.maven.plugins</groupId>
15711571
<artifactId>maven-dependency-plugin</artifactId>
1572-
<version>3.8.1</version>
1572+
<version>3.9.0</version>
15731573
<configuration>
15741574
<outputDirectory>${bundles.directory}</outputDirectory>
15751575
<artifactItems>
@@ -1664,7 +1664,7 @@ under the License.
16641664
<plugin>
16651665
<groupId>org.openapitools</groupId>
16661666
<artifactId>openapi-generator-maven-plugin</artifactId>
1667-
<version>7.15.0</version>
1667+
<version>7.16.0</version>
16681668
</plugin>
16691669

16701670
<plugin>
@@ -1820,7 +1820,7 @@ under the License.
18201820
<plugin>
18211821
<groupId>org.apache.maven.plugins</groupId>
18221822
<artifactId>maven-enforcer-plugin</artifactId>
1823-
<version>3.6.1</version>
1823+
<version>3.6.2</version>
18241824
<executions>
18251825
<execution>
18261826
<id>default-cli</id>

0 commit comments

Comments
 (0)