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 Mar 2, 2023
1 parent 6470a9a commit 4c8425b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.14"
ext.groovyVersion = "3.0.15"
ext.spotbugsVersion = '4.5.3'
ext.jasperreportVersion = "6.20.0"

Expand Down
4 changes: 2 additions & 2 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ dependencies {
"org.springframework.security:spring-security-web:5.5.8",
'com.thetransactioncompany:cors-filter:2.10',
// Hibernate & Postgres
'org.hibernate:hibernate-core:5.6.14.Final',
'org.hibernate:hibernate-core:5.6.15.Final',
'org.postgresql:postgresql:42.4.3',
'com.vladmihalcea:hibernate-types-52:2.17.3',
'com.mchange:c3p0:0.9.5.5',
Expand Down Expand Up @@ -185,7 +185,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.397',
'com.amazonaws:aws-java-sdk-s3:1.12.418',
'com.adobe.xmp:xmpcore:6.1.11',
'io.sentry:sentry-logback:6.0.0',
'net.logstash.logback:logstash-logback-encoder:7.1.1',
Expand Down

0 comments on commit 4c8425b

Please sign in to comment.