Skip to content

Commit

Permalink
Bump checkstyle and slf4j
Browse files Browse the repository at this point in the history
  • Loading branch information
eleventy7 committed Dec 4, 2022
1 parent d913687 commit a20e837
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ allprojects {
}

dependencies {
implementation group: 'org.slf4j', name: 'slf4j-api', version: '2.0.4'
implementation group: 'org.slf4j', name: 'slf4j-api', version: '2.0.5'
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.4.5'
checkstyle group: 'com.puppycrawl.tools', name: 'checkstyle', version: '10.4'
checkstyle group: 'com.puppycrawl.tools', name: 'checkstyle', version: '10.5.0'
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.9.1'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.9.1'
}
Expand All @@ -77,7 +77,7 @@ allprojects {
checkstyle {
configFile = "${rootDir}/config/checks.xml" as File
configProperties = ["suppressionFile": "${rootDir}/config/suppressions.xml"]
toolVersion = '10.4'
toolVersion = '10.5.0'
}
}

Expand Down

0 comments on commit a20e837

Please sign in to comment.