From 219eecda2328e818486c553b14e3f8ebb48302be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 21:09:31 +0000 Subject: [PATCH 1/2] Bump com.puppycrawl.tools:checkstyle from 10.20.0 to 10.20.1 Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 10.20.0 to 10.20.1. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.20.0...checkstyle-10.20.1) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a9c8ca94ed..b8c8bbfbf0 100644 --- a/pom.xml +++ b/pom.xml @@ -100,7 +100,7 @@ com.puppycrawl.tools checkstyle - 10.20.0 + 10.20.1 From 0f02f1b2aee0ca3e5b26174636d1c4ace42030d4 Mon Sep 17 00:00:00 2001 From: Joel Uckelman Date: Thu, 7 Nov 2024 21:49:58 +0000 Subject: [PATCH 2/2] Updated change log. --- CHANGES | 2 +- dist/notes/data.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 6cb3128090..256d210d4b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,10 +1,10 @@ 3.7.15 - 7 November 2024 +* 13681: Upgraded checkstyle to 10.20.1 * 13678: Upgraded byte-buddy to 1.15.10 * 13677: Upgraded maven-javadoc-plugin to 3.11.1 * 13676: Upgraded manen-surfire-plugin to 3.5.2 * 13669: Upgraded asciidoctor-maven-plugin to 3.1.0 -* 13668: Upgraded checkstyle to 10.20.0 * 13664: Upgraded bundled Java to 21.0.5 (32-bit Windows), 23.0.1 (all others) * 13660: Upgraded maven-pmd-plugin to 3.26.0 * 13659: Upgraded httpclient5 to 5.4.1 diff --git a/dist/notes/data.json b/dist/notes/data.json index edd247dcdc..a04e7309ca 100644 --- a/dist/notes/data.json +++ b/dist/notes/data.json @@ -24,11 +24,11 @@ { "num": 13558, "desc": "Update logback configuration to prevent messages to console" } ], "other_improvements": [ + { "num": 13681, "desc": "Upgraded checkstyle to 10.20.1" }, { "num": 13678, "desc": "Upgraded byte-buddy to 1.15.10" }, { "num": 13677, "desc": "Upgraded maven-javadoc-plugin to 3.11.1" }, { "num": 13676, "desc": "Upgraded manen-surfire-plugin to 3.5.2" }, { "num": 13669, "desc": "Upgraded asciidoctor-maven-plugin to 3.1.0" }, - { "num": 13668, "desc": "Upgraded checkstyle to 10.20.0" }, { "num": 13664, "desc": "Upgraded bundled Java to 21.0.5 (32-bit Windows), 23.0.1 (all others)" }, { "num": 13660, "desc": "Upgraded maven-pmd-plugin to 3.26.0" }, { "num": 13659, "desc": "Upgraded httpclient5 to 5.4.1" },