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] authored Apr 2, 2023
1 parent 5d2f4b0 commit 7059fc2
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gradle:6.9.3-jdk11 AS builder
FROM gradle:6.9.4-jdk11 AS builder

RUN --mount=type=cache,target=/var/cache,sharing=locked \
--mount=type=cache,target=/root/.cache \
Expand Down
40 changes: 20 additions & 20 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ configurations {

dependencies {
compile(
"org.springframework:spring-context:5.3.25",
"org.springframework:spring-web:5.3.25",
"org.springframework:spring-webmvc:5.3.25",
"org.springframework:spring-context:5.3.26",
"org.springframework:spring-web:5.3.26",
"org.springframework:spring-webmvc:5.3.26",
"org.springframework.security:spring-security-config:5.8.2",
"org.springframework.security:spring-security-web:5.8.2",
'com.thetransactioncompany:cors-filter:2.10',
Expand All @@ -127,21 +127,21 @@ dependencies {
'org.postgresql:postgresql:42.5.4',
'com.vladmihalcea:hibernate-types-52:2.21.1',
'com.mchange:c3p0:0.9.5.5',
"org.springframework:spring-aspects:5.3.25",
"org.springframework:spring-orm:5.3.25",
"org.springframework:spring-jdbc:5.3.25",
"org.springframework:spring-tx:5.3.25",
"org.springframework:spring-test:5.3.25",
"org.springframework:spring-aspects:5.3.26",
"org.springframework:spring-orm:5.3.26",
"org.springframework:spring-jdbc:5.3.26",
"org.springframework:spring-tx:5.3.26",
"org.springframework:spring-test:5.3.26",
"org.springframework.retry:spring-retry:1.3.4",
)
metrics(
"io.dropwizard.metrics:metrics-core:4.2.17",
"io.dropwizard.metrics:metrics-servlet:4.2.17",
"io.dropwizard.metrics:metrics-httpclient:4.2.17",
"io.dropwizard.metrics:metrics-servlets:4.2.17",
"io.dropwizard.metrics:metrics-jvm:4.2.17",
"io.dropwizard.metrics:metrics-jmx:4.2.17",
"io.dropwizard.metrics:metrics-logback:4.2.17",
"io.dropwizard.metrics:metrics-core:4.2.18",
"io.dropwizard.metrics:metrics-servlet:4.2.18",
"io.dropwizard.metrics:metrics-httpclient:4.2.18",
"io.dropwizard.metrics:metrics-servlets:4.2.18",
"io.dropwizard.metrics:metrics-jvm:4.2.18",
"io.dropwizard.metrics:metrics-jmx:4.2.18",
"io.dropwizard.metrics:metrics-logback:4.2.18",
)
geotools(
"org.geotools:gt-epsg-hsql:28.2",
Expand All @@ -164,11 +164,11 @@ dependencies {
compile fileTree(dir: "$projectDir/libs", include: '*.jar')
compile(
'com.google.guava:guava:31.1-jre',
"org.slf4j:slf4j-api:2.0.6",
"org.slf4j:jcl-over-slf4j:2.0.6",
"org.slf4j:jul-to-slf4j:2.0.6",
"ch.qos.logback:logback-classic:1.4.5",
"ch.qos.logback:logback-access:1.4.5",
"org.slf4j:slf4j-api:2.0.7",
"org.slf4j:jcl-over-slf4j:2.0.7",
"org.slf4j:jul-to-slf4j:2.0.7",
"ch.qos.logback:logback-classic:1.4.6",
"ch.qos.logback:logback-access:1.4.6",
'org.json:json:20230227',
'org.yaml:snakeyaml:2.0',
'com.github.spullara.cli-parser:cli-parser:1.1.6',
Expand Down
2 changes: 1 addition & 1 deletion docs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repositories {
dependencies {
compile project(':core')
compile "org.codehaus.groovy:groovy-all:3.0.17",
"org.springframework:spring-test:5.3.25",
"org.springframework:spring-test:5.3.26",
'org.ccil.cowan.tagsoup:tagsoup:1.2.1',
'com.samskivert:jmustache:1.15'
}
Expand Down

0 comments on commit 7059fc2

Please sign in to comment.