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 Oct 24, 2024
1 parent 138a536 commit d6ded08
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -118,16 +118,16 @@ ext {

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

compile(
"org.springframework:spring-context:$springVersion",
"org.springframework:spring-web:$springVersion",
"org.springframework:spring-webmvc:$springVersion",
"org.springframework.security:spring-security-config:5.7.12",
"org.springframework.security:spring-security-web:5.7.12",
"org.springframework.security:spring-security-config:5.7.13",
"org.springframework.security:spring-security-web:5.7.13",
'com.thetransactioncompany:cors-filter:2.9.1',
// Hibernate & Postgres
'org.hibernate:hibernate-core:5.4.33',
Expand Down Expand Up @@ -186,7 +186,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.772',
'com.amazonaws:aws-java-sdk-s3:1.12.777',
'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 d6ded08

Please sign in to comment.