Skip to content

Commit 0f921d6

Browse files
committed
update dependencies
1 parent de1fb4f commit 0f921d6

File tree

11 files changed

+352
-417
lines changed

11 files changed

+352
-417
lines changed

.mvn/wrapper/MavenWrapperDownloader.java

Lines changed: 0 additions & 117 deletions
This file was deleted.

.mvn/wrapper/maven-wrapper.jar

11.6 KB
Binary file not shown.

.mvn/wrapper/maven-wrapper.properties

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,18 @@
1-
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.4/apache-maven-3.8.4-bin.zip
2-
wrapperUrl=https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.5.3/maven-wrapper-0.5.6.jar
1+
# Licensed to the Apache Software Foundation (ASF) under one
2+
# or more contributor license agreements. See the NOTICE file
3+
# distributed with this work for additional information
4+
# regarding copyright ownership. The ASF licenses this file
5+
# to you under the Apache License, Version 2.0 (the
6+
# "License"); you may not use this file except in compliance
7+
# with the License. You may obtain a copy of the License at
8+
#
9+
# http://www.apache.org/licenses/LICENSE-2.0
10+
#
11+
# Unless required by applicable law or agreed to in writing,
12+
# software distributed under the License is distributed on an
13+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14+
# KIND, either express or implied. See the License for the
15+
# specific language governing permissions and limitations
16+
# under the License.
17+
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.5/apache-maven-3.9.5-bin.zip
18+
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar

modules/swagger-annotations/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
</plugin>
8181
<plugin>
8282
<artifactId>maven-resources-plugin</artifactId>
83-
<version>3.1.0</version>
83+
<version>3.3.1</version>
8484
<executions>
8585
<execution>
8686
<id>copy-resources</id>

modules/swagger-eclipse-transformer-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<description>swagger-eclipse-transformer-maven-plugin</description>
1414
<packaging>maven-plugin</packaging>
1515
<properties>
16-
<maven.target.version>3.8.4</maven.target.version>
16+
<maven.target.version>3.9.5</maven.target.version>
1717
<eclipse.transformer.version>0.20</eclipse.transformer.version>
1818
<maven-test-harness.version>3.3.0</maven-test-harness.version>
1919
<shrinkwrap.version>1.2.6</shrinkwrap.version>

modules/swagger-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@
290290
</dependencies>
291291
<properties>
292292
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
293-
<maven.version>3.8.4</maven.version>
293+
<maven.version>3.9.5</maven.version>
294294
<junit.version>4.13.2</junit.version>
295295
<wiremock-jetty-version>9.4.53.v20231009</wiremock-jetty-version>
296296
<commons-compress-version>1.24.0</commons-compress-version>

modules/swagger-project-jakarta/modules/swagger-maven-plugin-jakarta/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
</plugin>
3838
<plugin>
3939
<artifactId>maven-resources-plugin</artifactId>
40-
<version>3.2.0</version>
40+
<version>3.3.1</version>
4141
<executions>
4242
<execution>
4343
<id>copy-resources</id>
@@ -175,6 +175,6 @@
175175

176176
<properties>
177177
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
178-
<maven.version>3.8.4</maven.version>
178+
<maven.version>3.9.5</maven.version>
179179
</properties>
180180
</project>

modules/swagger-project-jakarta/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
<plugin>
133133
<groupId>org.apache.maven.plugins</groupId>
134134
<artifactId>maven-javadoc-plugin</artifactId>
135-
<version>3.5.0</version>
135+
<version>3.6.2</version>
136136
<configuration>
137137
<aggregate>true</aggregate>
138138
<source>1.8</source>
@@ -173,7 +173,7 @@
173173
</plugin>
174174
<plugin>
175175
<artifactId>maven-resources-plugin</artifactId>
176-
<version>3.2.0</version>
176+
<version>3.3.1</version>
177177
<executions>
178178
<execution>
179179
<id>copy-resources</id>
@@ -202,7 +202,7 @@
202202
<plugin>
203203
<groupId>org.sonatype.plugins</groupId>
204204
<artifactId>nexus-staging-maven-plugin</artifactId>
205-
<version>1.6.8</version>
205+
<version>1.6.13</version>
206206
<extensions>true</extensions>
207207
<configuration>
208208
<serverId>ossrh</serverId>
@@ -335,7 +335,7 @@
335335
<plugin>
336336
<groupId>org.apache.maven.plugins</groupId>
337337
<artifactId>maven-javadoc-plugin</artifactId>
338-
<version>3.5.0</version>
338+
<version>3.6.2</version>
339339
<configuration>
340340
<aggregate>true</aggregate>
341341
<source>1.8</source>
@@ -600,7 +600,7 @@
600600
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
601601
<sonatypeOssDistMgmtSnapshotsUrl>https://oss.sonatype.org/content/repositories/snapshots/</sonatypeOssDistMgmtSnapshotsUrl>
602602

603-
<maven.version>3.8.4</maven.version>
603+
<maven.version>3.9.5</maven.version>
604604
<commons-compress-version>1.21</commons-compress-version>
605605
</properties>
606606
</project>

0 commit comments

Comments
 (0)