Skip to content

Commit

Permalink
Bump checkstyle from 10.3.4 to 10.4
Browse files Browse the repository at this point in the history
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 10.3.4 to 10.4.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](checkstyle/checkstyle@checkstyle-10.3.4...checkstyle-10.4)

---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 31, 2022
1 parent 3b3c2ad commit b4b048d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ dependencies {
implementation 'io.github.hakky54:sslcontext-kickstart:7.4.7'

compileOnly group: 'org.immutables', name: 'value', version: '2.9.2'
compileOnly group: 'com.puppycrawl.tools', name: 'checkstyle', version: '10.3.4'
compileOnly group: 'com.puppycrawl.tools', name: 'checkstyle', version: '10.4'
compileOnly 'org.projectlombok:lombok:1.18.24'
annotationProcessor 'org.projectlombok:lombok:1.18.24'

Expand Down

0 comments on commit b4b048d

Please sign in to comment.