Skip to content

Commit 77158e6

Browse files
build(deps): bump checkstyle from 9.3 to 10.3.2
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 9.3 to 10.3.2. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](checkstyle/checkstyle@checkstyle-9.3...checkstyle-10.3.2) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 48e33b0 commit 77158e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sdk1/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
<properties>
124124
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
125125
<sqlite4java.version>1.0.392</sqlite4java.version>
126-
<checkstyle.version>9.3</checkstyle.version>
126+
<checkstyle.version>10.3.2</checkstyle.version>
127127
<maven-checkstyle-plugin.version>3.1.2</maven-checkstyle-plugin.version>
128128
<jacoco-maven-plugin.version>0.8.7</jacoco-maven-plugin.version>
129129
<maven-source-plugin.version>3.0.1</maven-source-plugin.version>
@@ -283,7 +283,7 @@
283283
<plugin>
284284
<groupId>org.apache.maven.plugins</groupId>
285285
<artifactId>maven-compiler-plugin</artifactId>
286-
<version>3.9.0</version>
286+
<version>3.10.1</version>
287287
<configuration>
288288
<source>1.8</source>
289289
<target>1.8</target>
@@ -428,7 +428,7 @@
428428
<plugin>
429429
<groupId>org.apache.maven.plugins</groupId>
430430
<artifactId>maven-deploy-plugin</artifactId>
431-
<version>2.8.2</version>
431+
<version>3.0.0</version>
432432
<configuration>
433433
<skip>false</skip>
434434
</configuration>

0 commit comments

Comments
 (0)