Skip to content

Commit 84ec8a5

Browse files
Bump the test-dependencies group with 2 updates (#295)
Bumps the test-dependencies group with 2 updates: [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) and [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco). Updates `com.puppycrawl.tools:checkstyle` from 10.22.0 to 10.23.0 - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](checkstyle/checkstyle@checkstyle-10.22.0...checkstyle-10.23.0) Updates `org.jacoco:jacoco-maven-plugin` from 0.8.12 to 0.8.13 - [Release notes](https://github.com/jacoco/jacoco/releases) - [Commits](jacoco/jacoco@v0.8.12...v0.8.13) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-version: 10.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: test-dependencies - dependency-name: org.jacoco:jacoco-maven-plugin dependency-version: 0.8.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: test-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d847e61 commit 84ec8a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@
4242
<java.minimum.version>1.9</java.minimum.version>
4343

4444
<!-- Plugin versions -->
45-
<checkstyle.version>10.22.0</checkstyle.version>
45+
<checkstyle.version>10.23.0</checkstyle.version>
4646
<checkstyle-plugin.version>3.6.0</checkstyle-plugin.version>
4747
<compiler-plugin.version>3.14.0</compiler-plugin.version>
4848
<gpg-plugin.version>3.2.7</gpg-plugin.version>
49-
<jacoco.version>0.8.12</jacoco.version>
49+
<jacoco.version>0.8.13</jacoco.version>
5050
<javadoc-plugin.version>3.11.2</javadoc-plugin.version>
5151
<nexus-plugin.version>1.7.0</nexus-plugin.version>
5252
<release-plugin.version>3.1.1</release-plugin.version>

0 commit comments

Comments
 (0)