Skip to content

Commit

Permalink
Update Tools - General (#1630)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 20, 2024
1 parent 57c8e84 commit 27a5f0c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -146,12 +146,12 @@ def versions = [
springboot : '2.7.18',
jackson : '2.17.2',
junitjupiter : '5.11.3',
lombok : '1.18.28'
lombok : '1.18.36'
]

dependencies {

api group: 'com.google.guava', name: 'guava', version: '32.1.1-jre'
api group: 'com.google.guava', name: 'guava', version: '32.1.3-jre'
api group: 'org.apache.commons', name: 'commons-lang3', version: '3.12.0'

implementation group: 'org.springframework.boot', name: 'spring-boot', version: versions.springboot
Expand Down Expand Up @@ -216,7 +216,7 @@ dependencies {
}
implementation group: 'org.apache.commons', name: 'commons-text', version: '1.10.0'

implementation group: 'commons-io', name: 'commons-io', version: '2.16.1'
implementation group: 'commons-io', name: 'commons-io', version: '2.17.0'

implementation group: 'javax.validation', name: 'validation-api', version: '2.0.1.Final'

Expand All @@ -225,7 +225,7 @@ dependencies {
implementation group: 'org.projectlombok', name: 'lombok', version: versions.lombok
annotationProcessor group: 'org.projectlombok', name: 'lombok', version: versions.lombok

implementation group: 'org.yaml', name: 'snakeyaml', version: '2.0'
implementation group: 'org.yaml', name: 'snakeyaml', version: '2.3'

testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test', version: versions.springboot
testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-aop', version: versions.springboot
Expand Down Expand Up @@ -257,6 +257,6 @@ dependencies {

// CVE-2023-2976, CVE-2020-8908
checkstyle group: 'com.puppycrawl.tools', name: 'checkstyle', version: checkstyle.toolVersion
checkstyle group: 'com.google.guava', name: 'guava', version: '32.1.1-jre'
checkstyle group: 'com.google.guava', name: 'guava', version: '32.1.3-jre'
}

0 comments on commit 27a5f0c

Please sign in to comment.