Skip to content

Commit

Permalink
[CVE-2023-2976] Upgrade Checkstyle version from 9.3 to 10.12.1
Browse files Browse the repository at this point in the history
Signed-off-by: Khushboo Rajput <[email protected]>
  • Loading branch information
khushbr committed Jul 10, 2023
1 parent 8670984 commit 1b9a1cb
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ plugins {
}

checkstyle {
toolVersion = '10.3.3'
toolVersion = '10.12.1'
configFile file("checkstyle/checkstyle.xml")
}

Expand Down Expand Up @@ -299,9 +299,6 @@ dependencies {
}
}

implementation("com.google.guava:guava:${guavaVersion}") {
force = 'true'
}
implementation 'org.jooq:jooq:3.10.8'
implementation 'org.apache.commons:commons-lang3:3.9'
implementation 'org.bouncycastle:bcprov-jdk15to18:1.74'
Expand All @@ -312,6 +309,11 @@ dependencies {
implementation "com.fasterxml.jackson.module:jackson-module-paranamer:${jacksonVersion}"
implementation(group: 'org.apache.logging.log4j', name: 'log4j-api', version: "${log4jVersion}")
implementation(group: 'org.apache.logging.log4j', name: 'log4j-core', version: "${log4jVersion}")
implementation("com.google.guava:guava:${guavaVersion}") {
version {
strictly "${guavaVersion}"
}
}
implementation(group: 'com.google.errorprone', name: 'error_prone_annotations') {
version {
strictly "2.9.0"
Expand Down

0 comments on commit 1b9a1cb

Please sign in to comment.