Skip to content

Commit a8bce88

Browse files
committed
FINERACT-2181: Update all non-major dependencies
1 parent 1dfba8e commit a8bce88

13 files changed

+112
-112
lines changed

.github/workflows/build-mariadb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
services:
1919
mariadb:
20-
image: mariadb:11.5.2
20+
image: mariadb:11.8.5
2121
ports:
2222
- 3306:3306
2323
env:

.github/workflows/build-mysql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
services:
1919
mysql:
20-
image: mysql:9.1
20+
image: mysql:9.6
2121
ports:
2222
- 3306:3306
2323
env:

.github/workflows/build-postgresql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
services:
1919
postgresql:
20-
image: postgres:17.4
20+
image: postgres:17.7
2121
ports:
2222
- 5432:5432
2323
env:

.github/workflows/liquibase-only-postgresql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
services:
1414
postgresql:
15-
image: postgres:17.4
15+
image: postgres:17.7
1616
ports:
1717
- 5432:5432
1818
env:

.github/workflows/run-integration-test-sequentially-postgresql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
services:
1616
postgresql:
17-
image: postgres:17.4
17+
image: postgres:17.7
1818
ports:
1919
- 5432:5432
2020
env:

.github/workflows/verify-liquibase-backward-compatibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
services:
1414
postgresql:
15-
image: postgres:17.4
15+
image: postgres:17.7
1616
ports:
1717
- 5432:5432
1818
env:

build.gradle

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -97,28 +97,28 @@ buildscript {
9797

9898
plugins {
9999
id 'me.qoomon.git-versioning' version '6.4.4'
100-
id "org.barfuin.gradle.taskinfo" version "2.2.0"
100+
id "org.barfuin.gradle.taskinfo" version "2.2.1"
101101
id 'com.adarshr.test-logger' version '4.0.0'
102102
id 'com.diffplug.spotless' version '6.25.0' apply false
103103
id 'org.nosphere.apache.rat' version '0.8.1' apply false
104104
id 'com.github.hierynomus.license' version '0.16.1' apply false
105105
id 'com.github.jk1.dependency-license-report' version '2.9' apply false
106-
id 'org.zeroturnaround.gradle.jrebel' version '1.2.0' apply false
107-
id 'org.springframework.boot' version '3.5.6' apply false
108-
id 'net.ltgt.errorprone' version '4.1.0' apply false
109-
id 'io.swagger.core.v3.swagger-gradle-plugin' version '2.2.23' apply false
110-
id 'com.gorylenko.gradle-git-properties' version '2.4.2' apply false
106+
id 'org.zeroturnaround.gradle.jrebel' version '1.2.2' apply false
107+
id 'org.springframework.boot' version '3.5.10' apply false
108+
id 'net.ltgt.errorprone' version '4.4.0' apply false
109+
id 'io.swagger.core.v3.swagger-gradle-plugin' version '2.2.42' apply false
110+
id 'com.gorylenko.gradle-git-properties' version '2.5.4' apply false
111111
id 'org.asciidoctor.jvm.convert' version '4.0.5' apply false
112112
id 'org.asciidoctor.jvm.pdf' version '4.0.5' apply false
113-
id 'com.google.cloud.tools.jib' version '3.4.5' apply false
114-
id 'org.sonarqube' version '6.0.1.5171'
115-
id 'com.github.andygoossens.modernizer' version '1.10.0' apply false
116-
id 'com.github.spotbugs' version '6.0.26' apply false
117-
id 'se.thinkcode.cucumber-runner' version '0.0.11' apply false
113+
id 'com.google.cloud.tools.jib' version '3.5.2' apply false
114+
id 'org.sonarqube' version '6.3.1.5724'
115+
id 'com.github.andygoossens.modernizer' version '1.12.0' apply false
116+
id 'com.github.spotbugs' version '6.4.8' apply false
117+
id 'se.thinkcode.cucumber-runner' version '0.0.12' apply false
118118
id "com.github.davidmc24.gradle.plugin.avro-base" version "1.9.1" apply false
119-
id 'org.openapi.generator' version '7.8.0' apply false
120-
id 'com.gradleup.shadow' version '8.3.5' apply false
121-
id 'me.champeau.jmh' version '0.7.1' apply false
119+
id 'org.openapi.generator' version '7.19.0' apply false
120+
id 'com.gradleup.shadow' version '8.3.9' apply false
121+
id 'me.champeau.jmh' version '0.7.3' apply false
122122
id 'org.cyclonedx.bom' version '3.1.0' apply false
123123
}
124124

buildSrc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ configurations.all {
4545
resolutionStrategy {
4646
dependencySubstitution {
4747
// Substitution is to resolve CVE-2025-12183
48-
substitute module('org.lz4:lz4-java') using module('at.yawk.lz4:lz4-java:1.10.1')
48+
substitute module('org.lz4:lz4-java') using module('at.yawk.lz4:lz4-java:1.10.3')
4949
}
5050
}
5151
}

0 commit comments

Comments
 (0)