From c24df873d5368a9bed1d18291d8741b09573297b Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Wed, 15 Jul 2026 08:42:31 +0000
Subject: [PATCH] chore(release): release 13.8.0
---
.release-please-manifest.json | 2 +-
CHANGELOG.md | 7 +++++++
src/it/resources/integration-test-project/pom.xml | 2 +-
.../failIfConfigurationToReuseDoesNotExist/pom.xml | 2 +-
.../findConfigurationToReuse/pom.xml | 2 +-
.../writeConfigurationToWorkingDir/pom.xml | 2 +-
6 files changed, 12 insertions(+), 5 deletions(-)
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index c6631505..c9031c19 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "13.7.0"
+ ".": "13.8.0"
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 13074488..a0aabba1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [13.8.0](https://github.com/checkstyle/sonar-checkstyle/compare/checkstyle-sonar-plugin-13.7.0...checkstyle-sonar-plugin-13.8.0) (2026-07-15)
+
+
+### Features
+
+* update checkstyle to 13.8.0 ([6df5204](https://github.com/checkstyle/sonar-checkstyle/commit/6df5204bb0c1a578f1dfd9c43cb152ac692e1f66))
+
## [13.7.0](https://github.com/checkstyle/sonar-checkstyle/compare/checkstyle-sonar-plugin-13.4.1...checkstyle-sonar-plugin-13.7.0) (2026-07-05)
diff --git a/src/it/resources/integration-test-project/pom.xml b/src/it/resources/integration-test-project/pom.xml
index 827dadb6..46539661 100644
--- a/src/it/resources/integration-test-project/pom.xml
+++ b/src/it/resources/integration-test-project/pom.xml
@@ -4,7 +4,7 @@
com.puppycrows.tools
checkstyle
- 13.7.0
+ 13.8.0
integration-test-project
diff --git a/src/test/resources/org/sonar/plugins/checkstyle/CheckstyleConfigurationTest/failIfConfigurationToReuseDoesNotExist/pom.xml b/src/test/resources/org/sonar/plugins/checkstyle/CheckstyleConfigurationTest/failIfConfigurationToReuseDoesNotExist/pom.xml
index 765ee17c..4f9c5b51 100644
--- a/src/test/resources/org/sonar/plugins/checkstyle/CheckstyleConfigurationTest/failIfConfigurationToReuseDoesNotExist/pom.xml
+++ b/src/test/resources/org/sonar/plugins/checkstyle/CheckstyleConfigurationTest/failIfConfigurationToReuseDoesNotExist/pom.xml
@@ -3,7 +3,7 @@
fake.group
fake.artifactId
jar
- 13.7.0
+ 13.8.0
true
diff --git a/src/test/resources/org/sonar/plugins/checkstyle/CheckstyleConfigurationTest/findConfigurationToReuse/pom.xml b/src/test/resources/org/sonar/plugins/checkstyle/CheckstyleConfigurationTest/findConfigurationToReuse/pom.xml
index 0669be12..a00ef782 100644
--- a/src/test/resources/org/sonar/plugins/checkstyle/CheckstyleConfigurationTest/findConfigurationToReuse/pom.xml
+++ b/src/test/resources/org/sonar/plugins/checkstyle/CheckstyleConfigurationTest/findConfigurationToReuse/pom.xml
@@ -3,7 +3,7 @@
fake.group
fake.artifactId
jar
- 13.7.0
+ 13.8.0
true
diff --git a/src/test/resources/org/sonar/plugins/checkstyle/CheckstyleConfigurationTest/writeConfigurationToWorkingDir/pom.xml b/src/test/resources/org/sonar/plugins/checkstyle/CheckstyleConfigurationTest/writeConfigurationToWorkingDir/pom.xml
index 623b2f91..2f41dfb6 100644
--- a/src/test/resources/org/sonar/plugins/checkstyle/CheckstyleConfigurationTest/writeConfigurationToWorkingDir/pom.xml
+++ b/src/test/resources/org/sonar/plugins/checkstyle/CheckstyleConfigurationTest/writeConfigurationToWorkingDir/pom.xml
@@ -3,5 +3,5 @@
fake.group
fake.artifactId
jar
- 13.7.0
+ 13.8.0