Skip to content

Commit eb963e8

Browse files
committed
FINERACT-2181: Update all non-major dependencies
1 parent 47e8674 commit eb963e8

File tree

9 files changed

+111
-111
lines changed

9 files changed

+111
-111
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.5
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:

build.gradle

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -101,22 +101,22 @@ plugins {
101101
id 'org.nosphere.apache.rat' version '0.8.1' apply false
102102
id 'com.github.hierynomus.license' version '0.16.1' apply false
103103
id 'com.github.jk1.dependency-license-report' version '2.9' apply false
104-
id 'org.zeroturnaround.gradle.jrebel' version '1.2.0' apply false
105-
id 'org.springframework.boot' version '3.5.5' apply false
106-
id 'net.ltgt.errorprone' version '4.1.0' apply false
107-
id 'io.swagger.core.v3.swagger-gradle-plugin' version '2.2.23' apply false
108-
id 'com.gorylenko.gradle-git-properties' version '2.4.2' apply false
104+
id 'org.zeroturnaround.gradle.jrebel' version '1.2.2' apply false
105+
id 'org.springframework.boot' version '3.5.8' apply false
106+
id 'net.ltgt.errorprone' version '4.3.0' apply false
107+
id 'io.swagger.core.v3.swagger-gradle-plugin' version '2.2.40' apply false
108+
id 'com.gorylenko.gradle-git-properties' version '2.5.3' apply false
109109
id 'org.asciidoctor.jvm.convert' version '4.0.5' apply false
110110
id 'org.asciidoctor.jvm.pdf' version '4.0.5' apply false
111-
id 'com.google.cloud.tools.jib' version '3.4.5' apply false
112-
id 'org.sonarqube' version '6.0.1.5171'
113-
id 'com.github.andygoossens.modernizer' version '1.10.0' apply false
114-
id 'com.github.spotbugs' version '6.0.26' apply false
115-
id 'se.thinkcode.cucumber-runner' version '0.0.11' apply false
111+
id 'com.google.cloud.tools.jib' version '3.5.1' apply false
112+
id 'org.sonarqube' version '6.3.1.5724'
113+
id 'com.github.andygoossens.modernizer' version '1.12.0' apply false
114+
id 'com.github.spotbugs' version '6.4.5' apply false
115+
id 'se.thinkcode.cucumber-runner' version '0.0.12' apply false
116116
id "com.github.davidmc24.gradle.plugin.avro-base" version "1.9.1" apply false
117-
id 'org.openapi.generator' version '7.8.0' apply false
118-
id 'com.gradleup.shadow' version '8.3.5' apply false
119-
id 'me.champeau.jmh' version '0.7.1' apply false
117+
id 'org.openapi.generator' version '7.17.0' apply false
118+
id 'com.gradleup.shadow' version '8.3.9' apply false
119+
id 'me.champeau.jmh' version '0.7.3' apply false
120120
}
121121

122122
apply from: "${rootDir}/buildSrc/src/main/groovy/org.apache.fineract.release.gradle"

buildSrc/src/main/groovy/org.apache.fineract.dependencies.gradle

Lines changed: 91 additions & 91 deletions
Large diffs are not rendered by default.

fineract-e2e-tests-runner/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919

2020
plugins {
21-
id 'se.thinkcode.cucumber-runner' version '0.0.11'
21+
id 'se.thinkcode.cucumber-runner' version '0.0.12'
2222
id 'io.qameta.allure' version '2.12.0'
2323
}
2424

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
plugins {
2121
id 'com.gradle.develocity' version '3.18.2'
22-
id 'com.gradle.common-custom-user-data-gradle-plugin' version '2.0.2'
22+
id 'com.gradle.common-custom-user-data-gradle-plugin' version '2.4.0'
2323
}
2424

2525
def isCI = System.getenv('JENKINS_URL') != null

0 commit comments

Comments
 (0)