Skip to content

Commit

Permalink
Build(deps): Bump com.puppycrawl.tools:checkstyle from 9.2.1 to 10.12…
Browse files Browse the repository at this point in the history
….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](checkstyle/checkstyle@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] <[email protected]>

* Use JDK 17 in CodeQL Analysis

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Denis Kokorin <[email protected]>
  • Loading branch information
dependabot[bot] and kokorin authored Sep 9, 2023
1 parent 6bdf528 commit 6b24b5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>9.2.1</version>
<version>10.12.3</version>
</dependency>
</dependencies>
<executions>
Expand Down

0 comments on commit 6b24b5e

Please sign in to comment.