Skip to content

Commit

Permalink
Update all patch versions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 2, 2024
1 parent 71c1111 commit bf06ba2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ ext {

dependencies {
def slf4jVersion = '1.7.36'
def metricsVersion = '4.2.26'
def metricsVersion = '4.2.27'
def geotoolsVersion = '27.5'
def logbackVersion = '1.4.14'

Expand Down Expand Up @@ -173,7 +173,7 @@ dependencies {
)
compile fileTree(dir: "$projectDir/libs", include: '*.jar')
compile(
'com.google.guava:guava:32.0.0-jre',
'com.google.guava:guava:32.0.1-jre',
"org.slf4j:slf4j-api:${slf4jVersion}",
"org.slf4j:jcl-over-slf4j:${slf4jVersion}",
"org.slf4j:jul-to-slf4j:${slf4jVersion}",
Expand All @@ -184,7 +184,7 @@ dependencies {
'com.github.spullara.cli-parser:cli-parser:1.1.6',
'org.apache.httpcomponents:httpclient:4.5.14',
'com.sun.mail:javax.mail:1.6.2',
'com.amazonaws:aws-java-sdk-s3:1.12.767',
'com.amazonaws:aws-java-sdk-s3:1.12.770',
'com.adobe.xmp:xmpcore:6.1.11',
'io.sentry:sentry-logback:6.25.2',
'net.logstash.logback:logstash-logback-encoder:7.1.1',
Expand Down

0 comments on commit bf06ba2

Please sign in to comment.