Skip to content

Commit 708e87f

Browse files
Update all patch/minor versions (#3934)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3602e46 commit 708e87f

2 files changed

Lines changed: 25 additions & 25 deletions

File tree

core/build.gradle

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -127,25 +127,25 @@ configurations {
127127

128128
dependencies {
129129
implementation(
130-
'org.springframework:spring-context:7.0.1',
131-
'org.springframework:spring-core:7.0.1',
132-
'org.springframework:spring-web:7.0.1',
133-
'org.springframework:spring-webmvc:7.0.1',
134-
'org.springframework:spring-aspects:7.0.1',
135-
'org.springframework:spring-orm:7.0.1',
136-
'org.springframework:spring-jdbc:7.0.1',
137-
'org.springframework:spring-tx:7.0.1',
138-
'org.springframework:spring-test:7.0.1',
139-
'org.springframework.security:spring-security-config:7.0.1',
140-
'org.springframework.security:spring-security-web:7.0.1',
130+
'org.springframework:spring-context:7.0.3',
131+
'org.springframework:spring-core:7.0.3',
132+
'org.springframework:spring-web:7.0.3',
133+
'org.springframework:spring-webmvc:7.0.3',
134+
'org.springframework:spring-aspects:7.0.3',
135+
'org.springframework:spring-orm:7.0.3',
136+
'org.springframework:spring-jdbc:7.0.3',
137+
'org.springframework:spring-tx:7.0.3',
138+
'org.springframework:spring-test:7.0.3',
139+
'org.springframework.security:spring-security-config:7.0.2',
140+
'org.springframework.security:spring-security-web:7.0.2',
141141
'com.thetransactioncompany:cors-filter:3.1',
142-
'org.hibernate:hibernate-core:6.6.38.Final',
143-
'org.postgresql:postgresql:42.7.8',
144-
'io.hypersistence:hypersistence-utils-hibernate-63:3.13.2',
142+
'org.hibernate:hibernate-core:6.6.41.Final',
143+
'org.postgresql:postgresql:42.7.9',
144+
'io.hypersistence:hypersistence-utils-hibernate-63:3.14.1',
145145
'com.mchange:c3p0:0.11.2',
146146
'javax.media:jai-core:1.1.3',
147147
'jakarta.annotation:jakarta.annotation-api:3.0.0',
148-
'jakarta.persistence:jakarta.persistence-api:3.0.0',
148+
'jakarta.persistence:jakarta.persistence-api:3.2.0',
149149
'jakarta.servlet:jakarta.servlet-api:6.1.0'
150150
)
151151
metrics(
@@ -167,7 +167,7 @@ dependencies {
167167
'org.geotools:gt-svg:34.1',
168168
'org.geotools:gt-cql:34.1',
169169
)
170-
implementation "org.apache.httpcomponents.client5:httpclient5:5.4.4"
170+
implementation "org.apache.httpcomponents.client5:httpclient5:5.6"
171171
jasper(
172172
'ar.com.fdvs:DynamicJasper:5.3.9',
173173
'com.itextpdf:itextpdf:5.5.13.4',
@@ -183,14 +183,14 @@ dependencies {
183183
'org.slf4j:slf4j-api:2.0.17',
184184
'org.slf4j:jcl-over-slf4j:2.0.17',
185185
'org.slf4j:jul-to-slf4j:2.0.17',
186-
'ch.qos.logback:logback-classic:1.5.23',
187-
'ch.qos.logback:logback-access:1.5.23',
186+
'ch.qos.logback:logback-classic:1.5.25',
187+
'ch.qos.logback:logback-access:1.5.25',
188188
'org.json:json:20250517',
189189
'org.yaml:snakeyaml:2.5',
190190
'com.github.spullara.cli-parser:cli-parser:1.1.6',
191191
'com.sun.mail:javax.mail:1.6.2',
192192
'com.amazonaws:aws-java-sdk-s3:1.12.797',
193-
'io.sentry:sentry-logback:8.29.0',
193+
'io.sentry:sentry-logback:8.30.0',
194194
// For JSON logs
195195
'net.logstash.logback:logstash-logback-encoder:9.0',
196196
// For PDF/A
@@ -214,8 +214,8 @@ dependencies {
214214
testImplementation (
215215
'de.saly:javamail-mock2-fullmock:0.5-beta4',
216216
'com.h2database:h2:2.4.240',
217-
'org.junit.jupiter:junit-jupiter:6.0.1',
218-
'org.junit.jupiter:junit-jupiter-api:6.0.1',
217+
'org.junit.jupiter:junit-jupiter:6.0.2',
218+
'org.junit.jupiter:junit-jupiter-api:6.0.2',
219219
)
220220
}
221221

docs/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ dependencies {
2020
implementation (
2121
'org.apache.groovy:groovy-xml:5.0.3',
2222
'org.apache.groovy:groovy-json:5.0.3',
23-
"org.springframework:spring-test:7.0.1",
23+
"org.springframework:spring-test:7.0.3",
2424
'org.ccil.cowan.tagsoup:tagsoup:1.2.1',
2525
'com.samskivert:jmustache:1.16',
2626
'com.google.guava:guava:33.5.0-jre',
2727
'commons-io:commons-io:2.21.0',
28-
"org.springframework:spring-beans:7.0.1",
29-
"org.springframework:spring-web:7.0.1",
30-
"org.springframework:spring-context:7.0.1",
28+
"org.springframework:spring-beans:7.0.3",
29+
"org.springframework:spring-web:7.0.3",
30+
"org.springframework:spring-context:7.0.3",
3131
)
3232
}
3333

0 commit comments

Comments
 (0)