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 Jul 1, 2024
1 parent 2d95bb6 commit b77f10a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ allprojects {
group = 'org.mapfish.print'
version = '1.0.0'
ext.junitVersion = "4.13.2"
ext.groovyVersion = "3.0.21"
ext.groovyVersion = "3.0.22"
ext.spotbugsVersion = '4.8.5'
ext.jasperreportVersion = "6.20.6"

Expand Down
6 changes: 3 additions & 3 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,12 @@ configurations {
}

ext {
springVersion = '5.3.36'
springVersion = '5.3.37'
}

dependencies {
def slf4jVersion = '1.7.36'
def metricsVersion = '4.2.25'
def metricsVersion = '4.2.26'
def geotoolsVersion = '24.7'
def logbackVersion = '1.4.14'

Expand Down Expand Up @@ -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.734',
'com.amazonaws:aws-java-sdk-s3:1.12.753',
'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 b77f10a

Please sign in to comment.