Skip to content

Commit 9481ae0

Browse files
committed
fixed some other dependencies
1 parent b8a2f23 commit 9481ae0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
<plugin>
174174
<groupId>org.apache.maven.plugins</groupId>
175175
<artifactId>maven-source-plugin</artifactId>
176-
<version>3.0.1</version>
176+
<version>3.3.1</version>
177177
<executions>
178178
<execution>
179179
<id>attach-sources</id>
@@ -203,7 +203,7 @@
203203
<plugin>
204204
<groupId>org.apache.maven.plugins</groupId>
205205
<artifactId>maven-pmd-plugin</artifactId>
206-
<version>3.8</version>
206+
<version>3.25.0</version>
207207
</plugin>
208208
<plugin>
209209
<groupId>org.codehaus.mojo</groupId>
@@ -315,7 +315,7 @@
315315
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
316316
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
317317
<java.version>11</java.version>
318-
<swagger-annotations-version>1.6.3</swagger-annotations-version>
318+
<swagger-annotations-version>1.6.14</swagger-annotations-version>
319319
<google-api-client-version>2.7.0</google-api-client-version>
320320
<jersey-common-version>2.25.1</jersey-common-version>
321321
<jackson-version>2.18.0</jackson-version>

0 commit comments

Comments
 (0)