Skip to content

Commit b0767e0

Browse files
committed
Merge remote-tracking branch 'origin/update-from-template' into develop
2 parents c179d38 + b1b8bf9 commit b0767e0

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

client/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
<plugin>
104104
<groupId>org.apache.maven.plugins</groupId>
105105
<artifactId>maven-project-info-reports-plugin</artifactId>
106-
<version>3.8.0</version>
106+
<version>3.9.0</version>
107107
</plugin>
108108
</plugins>
109109
</pluginManagement>
@@ -140,7 +140,7 @@
140140
<plugin>
141141
<groupId>org.apache.maven.plugins</groupId>
142142
<artifactId>maven-compiler-plugin</artifactId>
143-
<version>3.13.0</version>
143+
<version>3.14.0</version>
144144
<configuration>
145145
<release>${maven.compiler.release}</release>
146146
<compilerArgs>
@@ -190,7 +190,7 @@
190190
<plugin>
191191
<groupId>org.codehaus.mojo</groupId>
192192
<artifactId>flatten-maven-plugin</artifactId>
193-
<version>1.6.0</version>
193+
<version>1.7.0</version>
194194
<configuration>
195195
<flattenMode>ossrh</flattenMode>
196196
</configuration>
@@ -255,7 +255,7 @@
255255
<dependency>
256256
<groupId>com.puppycrawl.tools</groupId>
257257
<artifactId>checkstyle</artifactId>
258-
<version>10.21.2</version>
258+
<version>10.21.3</version>
259259
</dependency>
260260
</dependencies>
261261
<configuration>
@@ -292,12 +292,12 @@
292292
<dependency>
293293
<groupId>net.sourceforge.pmd</groupId>
294294
<artifactId>pmd-core</artifactId>
295-
<version>7.10.0</version>
295+
<version>7.11.0</version>
296296
</dependency>
297297
<dependency>
298298
<groupId>net.sourceforge.pmd</groupId>
299299
<artifactId>pmd-java</artifactId>
300-
<version>7.10.0</version>
300+
<version>7.11.0</version>
301301
</dependency>
302302
</dependencies>
303303
</plugin>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<dependency>
6969
<groupId>com.puppycrawl.tools</groupId>
7070
<artifactId>checkstyle</artifactId>
71-
<version>10.21.2</version>
71+
<version>10.21.3</version>
7272
</dependency>
7373
</dependencies>
7474
<configuration>
@@ -105,12 +105,12 @@
105105
<dependency>
106106
<groupId>net.sourceforge.pmd</groupId>
107107
<artifactId>pmd-core</artifactId>
108-
<version>7.10.0</version>
108+
<version>7.11.0</version>
109109
</dependency>
110110
<dependency>
111111
<groupId>net.sourceforge.pmd</groupId>
112112
<artifactId>pmd-java</artifactId>
113-
<version>7.10.0</version>
113+
<version>7.11.0</version>
114114
</dependency>
115115
</dependencies>
116116
</plugin>

0 commit comments

Comments
 (0)