Skip to content

Commit d8eaaa2

Browse files
committed
Merge remote-tracking branch 'origin/update-from-template' into develop
2 parents d14b1f2 + 68e98c9 commit d8eaaa2

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.config/checkstyle/checkstyle.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
<property name="ignoreFieldDeclaration" value="true"/>
9292
<property name="ignoreHashCodeMethod" value="true"/>
9393
<!-- Defaults + other common constant values (e.g. time) -->
94-
<property name="ignoreNumbers" value="-1, 0, 1, 2, 3, 4, 5, 10, 12, 24, 31, 60, 100, 1000"/>
94+
<property name="ignoreNumbers" value="-1, 0, 1, 2, 3, 4, 5, 8, 10, 12, 16, 24, 25, 31, 32, 50, 60, 64, 100, 128, 200, 256, 500, 512, 1000, 1024, 2000, 2048, 4000, 4096, 8000, 8192"/>
9595
</module>
9696
<module name="MemberName"/>
9797
<module name="MethodLength"/>

client/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
<plugin>
135135
<groupId>org.apache.maven.plugins</groupId>
136136
<artifactId>maven-source-plugin</artifactId>
137-
<version>3.3.1</version>
137+
<version>3.4.0</version>
138138
<executions>
139139
<execution>
140140
<id>attach-sources</id>
@@ -223,7 +223,7 @@
223223
<dependency>
224224
<groupId>com.puppycrawl.tools</groupId>
225225
<artifactId>checkstyle</artifactId>
226-
<version>12.1.2</version>
226+
<version>12.2.0</version>
227227
</dependency>
228228
</dependencies>
229229
<configuration>
@@ -261,12 +261,12 @@
261261
<dependency>
262262
<groupId>net.sourceforge.pmd</groupId>
263263
<artifactId>pmd-core</artifactId>
264-
<version>7.18.0</version>
264+
<version>7.19.0</version>
265265
</dependency>
266266
<dependency>
267267
<groupId>net.sourceforge.pmd</groupId>
268268
<artifactId>pmd-java</artifactId>
269-
<version>7.18.0</version>
269+
<version>7.19.0</version>
270270
</dependency>
271271
</dependencies>
272272
</plugin>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<dependency>
7070
<groupId>com.puppycrawl.tools</groupId>
7171
<artifactId>checkstyle</artifactId>
72-
<version>12.1.2</version>
72+
<version>12.2.0</version>
7373
</dependency>
7474
</dependencies>
7575
<configuration>
@@ -107,12 +107,12 @@
107107
<dependency>
108108
<groupId>net.sourceforge.pmd</groupId>
109109
<artifactId>pmd-core</artifactId>
110-
<version>7.18.0</version>
110+
<version>7.19.0</version>
111111
</dependency>
112112
<dependency>
113113
<groupId>net.sourceforge.pmd</groupId>
114114
<artifactId>pmd-java</artifactId>
115-
<version>7.18.0</version>
115+
<version>7.19.0</version>
116116
</dependency>
117117
</dependencies>
118118
</plugin>

0 commit comments

Comments
 (0)