From 6b24b5ecda7ec6c7a2016fc0ae892c0a7e6b65bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Sep 2023 12:29:06 +0300 Subject: [PATCH] Build(deps): Bump com.puppycrawl.tools:checkstyle from 9.2.1 to 10.12.3 (#359) * Build(deps): Bump com.puppycrawl.tools:checkstyle from 9.2.1 to 10.12.3 Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 9.2.1 to 10.12.3. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-9.2.1...checkstyle-10.12.3) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * Use JDK 17 in CodeQL Analysis --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Denis Kokorin --- .github/workflows/codeql-analysis.yml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index b1732a18..c62690d8 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -45,7 +45,7 @@ jobs: - uses: actions/setup-java@v3 with: distribution: 'adopt' - java-version: 8 + java-version: 17 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/pom.xml b/pom.xml index e8fbe0c9..fe97d6f5 100644 --- a/pom.xml +++ b/pom.xml @@ -251,7 +251,7 @@ com.puppycrawl.tools checkstyle - 9.2.1 + 10.12.3