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 18, 2024
1 parent 0542c33 commit 7ed920a
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 @@ -113,7 +113,7 @@ configurations {
}

ext {
springVersion = '5.3.32'
springVersion = '5.3.33'
}

dependencies {
Expand All @@ -131,7 +131,7 @@ dependencies {
'com.thetransactioncompany:cors-filter:2.9.1',
// Hibernate & Postgres
'org.hibernate:hibernate-core:5.4.33',
'org.postgresql:postgresql:42.4.4',
'org.postgresql:postgresql:42.4.5',
'com.vladmihalcea:hibernate-types-52:2.17.3',
'com.mchange:c3p0:0.9.5.5',
"org.springframework:spring-orm:$springVersion",
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.670',
'com.amazonaws:aws-java-sdk-s3:1.12.681',
'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 7ed920a

Please sign in to comment.