Skip to content

Commit 1a46f89

Browse files
committed
Update dependency org.apache.maven.plugins:maven-checkstyle-plugin to v3.4.0
1 parent 7a46626 commit 1a46f89

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<plugin>
4444
<groupId>org.apache.maven.plugins</groupId>
4545
<artifactId>maven-checkstyle-plugin</artifactId>
46-
<version>3.3.1</version>
46+
<version>3.4.0</version>
4747
<configuration>
4848
<skip>true</skip>
4949
</configuration>

spring-data-eclipse-store-benchmark/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
<plugin>
9292
<groupId>org.apache.maven.plugins</groupId>
9393
<artifactId>maven-checkstyle-plugin</artifactId>
94-
<version>3.3.1</version>
94+
<version>3.4.0</version>
9595
<dependencies>
9696
<dependency>
9797
<groupId>com.puppycrawl.tools</groupId>

spring-data-eclipse-store-demo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
<plugin>
9797
<groupId>org.apache.maven.plugins</groupId>
9898
<artifactId>maven-checkstyle-plugin</artifactId>
99-
<version>3.3.1</version>
99+
<version>3.4.0</version>
100100
<dependencies>
101101
<dependency>
102102
<groupId>com.puppycrawl.tools</groupId>

spring-data-eclipse-store-jpa/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
<plugin>
119119
<groupId>org.apache.maven.plugins</groupId>
120120
<artifactId>maven-checkstyle-plugin</artifactId>
121-
<version>3.3.1</version>
121+
<version>3.4.0</version>
122122
<dependencies>
123123
<dependency>
124124
<groupId>com.puppycrawl.tools</groupId>

spring-data-eclipse-store/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@
349349
<plugin>
350350
<groupId>org.apache.maven.plugins</groupId>
351351
<artifactId>maven-checkstyle-plugin</artifactId>
352-
<version>3.3.1</version>
352+
<version>3.4.0</version>
353353
<dependencies>
354354
<dependency>
355355
<groupId>com.puppycrawl.tools</groupId>

0 commit comments

Comments
 (0)