Skip to content

Commit 594f398

Browse files
Merge pull request #87 from xdev-software/renovate/org.apache.maven.plugins-maven-checkstyle-plugin-3.x
Update dependency org.apache.maven.plugins:maven-checkstyle-plugin to v3.4.0
2 parents 616dec1 + 1a46f89 commit 594f398

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
@@ -366,7 +366,7 @@
366366
<plugin>
367367
<groupId>org.apache.maven.plugins</groupId>
368368
<artifactId>maven-checkstyle-plugin</artifactId>
369-
<version>3.3.1</version>
369+
<version>3.4.0</version>
370370
<dependencies>
371371
<dependency>
372372
<groupId>com.puppycrawl.tools</groupId>

0 commit comments

Comments
 (0)