Skip to content

Commit 6bf5e91

Browse files
committed
Merge branch 'update-from-template'
2 parents 4da843e + 152b055 commit 6bf5e91

File tree

2 files changed

+4
-4
lines changed
  • openapi-client-maven-template-demo
  • openapi-client-maven-template

2 files changed

+4
-4
lines changed

openapi-client-maven-template-demo/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<plugin>
6868
<groupId>org.apache.maven.plugins</groupId>
6969
<artifactId>maven-assembly-plugin</artifactId>
70-
<version>3.6.0</version>
70+
<version>3.7.0</version>
7171
<configuration>
7272
<archive>
7373
<manifest>
@@ -107,7 +107,7 @@
107107
<dependency>
108108
<groupId>com.puppycrawl.tools</groupId>
109109
<artifactId>checkstyle</artifactId>
110-
<version>10.14.0</version>
110+
<version>10.14.1</version>
111111
</dependency>
112112
</dependencies>
113113
<configuration>

openapi-client-maven-template/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@
244244
<plugin>
245245
<groupId>org.apache.maven.plugins</groupId>
246246
<artifactId>maven-gpg-plugin</artifactId>
247-
<version>3.1.0</version>
247+
<version>3.2.0</version>
248248
<executions>
249249
<execution>
250250
<id>sign-artifacts</id>
@@ -419,7 +419,7 @@
419419
<dependency>
420420
<groupId>com.puppycrawl.tools</groupId>
421421
<artifactId>checkstyle</artifactId>
422-
<version>10.14.0</version>
422+
<version>10.14.1</version>
423423
</dependency>
424424
</dependencies>
425425
<configuration>

0 commit comments

Comments
 (0)