Skip to content

Commit 4079814

Browse files
Bump checkstyle from 8.38 to 8.42
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.38 to 8.42. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](checkstyle/checkstyle@checkstyle-8.38...checkstyle-8.42) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 628ac82 commit 4079814

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bom-internal/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
<dependency>
207207
<groupId>com.puppycrawl.tools</groupId>
208208
<artifactId>checkstyle</artifactId>
209-
<version>8.38</version>
209+
<version>8.42</version>
210210
</dependency>
211211
<dependency>
212212
<groupId>org.apache.maven.plugins</groupId>

build-tools/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<dependency>
6767
<groupId>com.puppycrawl.tools</groupId>
6868
<artifactId>checkstyle</artifactId>
69-
<version>8.38</version>
69+
<version>8.42</version>
7070
</dependency>
7171
</dependencies>
7272

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
<maven.build.timestamp.format>yyyy</maven.build.timestamp.format>
139139
<maven-dependency-plugin.version>3.1.1</maven-dependency-plugin.version>
140140
<maven-gpg-plugin.version>1.6</maven-gpg-plugin.version>
141-
<checkstyle.version>8.38</checkstyle.version>
141+
<checkstyle.version>8.42</checkstyle.version>
142142
<jacoco-maven-plugin.version>0.8.5</jacoco-maven-plugin.version>
143143
<nexus-staging-maven-plugin.version>1.6.8</nexus-staging-maven-plugin.version>
144144
<exec-maven-plugin.version>1.6.0</exec-maven-plugin.version>

0 commit comments

Comments
 (0)