From 6e2fb3d5e7ab7df868b57d9ada3c51ef05cdd000 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 22:20:03 +0000 Subject: [PATCH 1/2] chore(deps): bump com.puppycrawl.tools:checkstyle in /ddk-parent Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 10.26.1 to 11.0.0. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.26.1...checkstyle-11.0.0) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-version: 11.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- ddk-parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ddk-parent/pom.xml b/ddk-parent/pom.xml index a47654d5f6..b1aa89a845 100644 --- a/ddk-parent/pom.xml +++ b/ddk-parent/pom.xml @@ -47,7 +47,7 @@ 3.6.0 - 10.26.1 + 11.0.0 3.5.0 3.1.4 4.9.3.2 From 24b5b967b9b5ab7ade2bd14aa94bce89f1f09159 Mon Sep 17 00:00:00 2001 From: rubenporras <43636626+rubenporras@users.noreply.github.com> Date: Wed, 27 Aug 2025 10:58:08 +0200 Subject: [PATCH 2/2] Force CR LF in text files --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..0c441a28a2 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +text eol=crlf \ No newline at end of file