Skip to content

Commit c50f13c

Browse files
committed
Update all non-major dependencies
1 parent 961e6d1 commit c50f13c

8 files changed

+49
-49
lines changed

.github/workflows/build-mariadb.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-24.04
88
services:
99
mariad:
10-
image: mariadb:11.5.2
10+
image: mariadb:11.7.2
1111
ports:
1212
- 3306:3306
1313
env:

.github/workflows/build-mysql.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-24.04
88
services:
99
mariad:
10-
image: mysql:9.1
10+
image: mysql:9.2
1111
ports:
1212
- 3306:3306
1313
env:

build.gradle

+10-10
Original file line numberDiff line numberDiff line change
@@ -96,22 +96,22 @@ plugins {
9696
id 'org.nosphere.apache.rat' version '0.8.1' apply false
9797
id 'com.github.hierynomus.license' version '0.16.1' apply false
9898
id 'com.github.jk1.dependency-license-report' version '2.9' apply false
99-
id 'org.zeroturnaround.gradle.jrebel' version '1.2.0' apply false
100-
id 'org.springframework.boot' version '3.4.3' apply false
99+
id 'org.zeroturnaround.gradle.jrebel' version '1.2.1' apply false
100+
id 'org.springframework.boot' version '3.4.4' apply false
101101
id 'net.ltgt.errorprone' version '4.1.0' apply false
102-
id 'io.swagger.core.v3.swagger-gradle-plugin' version '2.2.23' apply false
103-
id 'com.gorylenko.gradle-git-properties' version '2.4.2' apply false
102+
id 'io.swagger.core.v3.swagger-gradle-plugin' version '2.2.29' apply false
103+
id 'com.gorylenko.gradle-git-properties' version '2.5.0' apply false
104104
id 'org.asciidoctor.jvm.convert' version '3.3.2' apply false
105105
id 'org.asciidoctor.jvm.pdf' version '3.3.2' apply false
106-
id 'com.google.cloud.tools.jib' version '3.4.4' apply false
107-
id 'org.sonarqube' version '6.0.1.5171'
108-
id 'com.github.andygoossens.modernizer' version '1.10.0' apply false
106+
id 'com.google.cloud.tools.jib' version '3.4.5' apply false
107+
id 'org.sonarqube' version '6.1.0.5360'
108+
id 'com.github.andygoossens.modernizer' version '1.11.0' apply false
109109
// TODO: upgrade to 6.0.4
110-
id 'com.github.spotbugs' version '6.0.26' apply false
110+
id 'com.github.spotbugs' version '6.1.7' apply false
111111
id 'se.thinkcode.cucumber-runner' version '0.0.11' apply false
112112
id "com.github.davidmc24.gradle.plugin.avro-base" version "1.9.1" apply false
113-
id 'org.openapi.generator' version '7.8.0' apply false
114-
id 'com.gradleup.shadow' version '8.3.5' apply false
113+
id 'org.openapi.generator' version '7.12.0' apply false
114+
id 'com.gradleup.shadow' version '8.3.6' apply false
115115
}
116116

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

buildSrc/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import static org.slf4j.LoggerFactory.*
2121

2222
plugins {
23-
id 'io.spring.dependency-management' version '1.1.6'
23+
id 'io.spring.dependency-management' version '1.1.7'
2424
id 'groovy'
2525
id 'java-gradle-plugin'
2626
id 'groovy-gradle-plugin'

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

+33-33
Original file line numberDiff line numberDiff line change
@@ -24,52 +24,52 @@ dependencyManagement {
2424
imports {
2525
mavenBom 'com.squareup.okhttp3:okhttp-bom:4.12.0'
2626
mavenBom 'org.slf4j:slf4j-bom:2.0.17'
27-
mavenBom 'io.micrometer:micrometer-bom:1.13.6'
28-
mavenBom 'org.springframework:spring-framework-bom:6.1.14'
29-
mavenBom 'org.springframework.boot:spring-boot-dependencies:3.4.3'
30-
mavenBom 'io.awspring.cloud:spring-cloud-aws-dependencies:3.2.1'
31-
mavenBom 'io.opentelemetry:opentelemetry-bom:1.44.1'
32-
mavenBom 'org.jetbrains.kotlin:kotlin-bom:2.0.21'
33-
mavenBom 'org.junit:junit-bom:5.11.3'
27+
mavenBom 'io.micrometer:micrometer-bom:1.14.5'
28+
mavenBom 'org.springframework:spring-framework-bom:6.2.5'
29+
mavenBom 'org.springframework.boot:spring-boot-dependencies:3.4.4'
30+
mavenBom 'io.awspring.cloud:spring-cloud-aws-dependencies:3.3.0'
31+
mavenBom 'io.opentelemetry:opentelemetry-bom:1.48.0'
32+
mavenBom 'org.jetbrains.kotlin:kotlin-bom:2.1.20'
33+
mavenBom 'org.junit:junit-bom:5.12.1'
3434
mavenBom 'com.fasterxml.jackson:jackson-bom:2.18.3'
35-
mavenBom 'io.cucumber:cucumber-bom:7.20.1'
35+
mavenBom 'io.cucumber:cucumber-bom:7.21.1'
3636
mavenBom 'io.netty:netty-bom:4.1.119.Final'
37-
mavenBom 'org.mockito:mockito-bom:5.14.2'
38-
mavenBom 'software.amazon.awssdk:bom:2.29.9'
39-
mavenBom 'io.github.resilience4j:resilience4j-bom:2.2.0'
37+
mavenBom 'org.mockito:mockito-bom:5.16.1'
38+
mavenBom 'software.amazon.awssdk:bom:2.31.8'
39+
mavenBom 'io.github.resilience4j:resilience4j-bom:2.3.0'
4040
}
4141

4242
dependencies {
4343
// We use fixed versions, instead of inheriting them from the Spring BOM, to be able to be on more recent ones.
4444
// We do not use :+ to get the latest available version available on Maven Central, as that could suddenly break things.
4545
// We use the Renovate Bot to automatically propose Pull Requests (PRs) when upgrades for all of these versions are available.
4646

47-
dependency 'ch.qos.logback:logback-core:1.5.17'
48-
dependency 'ch.qos.logback:logback-classic:1.5.17'
47+
dependency 'ch.qos.logback:logback-core:1.5.18'
48+
dependency 'ch.qos.logback:logback-classic:1.5.18'
4949
dependency 'ch.qos.logback.contrib:logback-json-classic:0.1.5'
5050
dependency 'ch.qos.logback.contrib:logback-jackson:0.1.5'
5151
dependency 'org.codehaus.janino:janino:3.1.12'
5252

5353

5454
dependency 'org.eclipse.persistence:org.eclipse.persistence.jpa:4.0.2'
5555
dependency 'com.google.guava:guava:32.0.0-jre'
56-
dependency 'com.google.code.gson:gson:2.11.0'
57-
dependency 'com.google.googlejavaformat:google-java-format:1.24.0'
56+
dependency 'com.google.code.gson:gson:2.12.1'
57+
dependency 'com.google.googlejavaformat:google-java-format:1.25.2'
5858
dependency 'org.apache.commons:commons-collections4:4.4'
59-
dependency ('software.amazon.msk:aws-msk-iam-auth:2.2.0') {
59+
dependency ('software.amazon.msk:aws-msk-iam-auth:2.3.1') {
6060
exclude 'commons-logging:commons-logging:'
6161
}
6262
dependency ('org.apache.commons:commons-email:1.6.0') {
6363
exclude 'com.sun.mail:javax.mail'
6464
exclude 'javax.activation:activation'
6565
}
66-
dependency 'commons-io:commons-io:2.17.0'
66+
dependency 'commons-io:commons-io:2.18.0'
6767
dependency 'com.github.librepdf:openpdf:2.0.3'
6868
dependency ('org.mnode.ical4j:ical4j:3.2.19') {
6969
exclude 'com.sun.mail:javax.mail'
7070
exclude 'org.codehaus.groovy:groovy'
7171
}
72-
dependency 'org.apache.commons:commons-csv:1.12.0'
72+
dependency 'org.apache.commons:commons-csv:1.14.0'
7373
dependency 'org.quartz-scheduler:quartz:2.5.0'
7474
dependency 'org.ehcache:ehcache:3.10.8'
7575
dependency 'com.github.spullara.mustache.java:compiler:0.9.14'
@@ -121,9 +121,9 @@ dependencyManagement {
121121
dependency 'joda-time:joda-time:2.13.1'
122122

123123
dependency 'io.github.classgraph:classgraph:4.8.179'
124-
dependency 'org.awaitility:awaitility:4.2.2'
124+
dependency 'org.awaitility:awaitility:4.3.0'
125125
// TODO: upgrade to 4.8.3
126-
dependency 'com.github.spotbugs:spotbugs-annotations:4.8.6'
126+
dependency 'com.github.spotbugs:spotbugs-annotations:4.9.3'
127127
dependency 'javax.cache:cache-api:1.1.1'
128128
dependency 'org.mock-server:mockserver-junit-jupiter:5.15.0'
129129
dependency 'org.webjars:webjars-locator-core:0.59'
@@ -150,26 +150,26 @@ dependencyManagement {
150150
dependency "org.apache.oltu.oauth2:org.apache.oltu.oauth2.httpclient4:1.0.1"
151151
dependency "io.gsonfire:gson-fire:1.9.0"
152152
dependency "com.google.code.findbugs:jsr305:3.0.2"
153-
dependency "commons-codec:commons-codec:1.17.1"
153+
dependency "commons-codec:commons-codec:1.18.0"
154154
dependency "org.projectlombok:lombok:1.18.36"
155155

156-
dependency 'org.bouncycastle:bcpkix-jdk15to18:1.79'
157-
dependency 'org.bouncycastle:bcprov-jdk15to18:1.79'
156+
dependency 'org.bouncycastle:bcpkix-jdk15to18:1.80'
157+
dependency 'org.bouncycastle:bcprov-jdk15to18:1.80'
158158
dependency 'org.bouncycastle:bcprov-jdk15on:1.70'
159159
dependency 'org.bouncycastle:bcpg-jdk15on:1.70'
160160

161161
dependency 'org.eclipse.jgit:org.eclipse.jgit:6.10.0.202406032230-r'
162-
dependency 'org.eclipse.jgit:org.eclipse.jgit.ssh.apache:7.0.0.202409031743-r'
162+
dependency 'org.eclipse.jgit:org.eclipse.jgit.ssh.apache:7.2.0.202503040940-r'
163163

164164
dependency 'org.tmatesoft.svnkit:svnkit:1.10.11'
165165
dependency 'com.vdurmont:semver4j:3.1.0'
166166
dependency 'org.beryx:text-io:3.4.1'
167167

168-
dependency ('org.springdoc:springdoc-openapi-starter-webmvc-ui:2.6.0') {
168+
dependency ('org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.6') {
169169
exclude 'io.swagger.core.v3:swagger-core'
170170
}
171171

172-
dependency 'com.google.cloud.sql:mysql-socket-factory-connector-j-8:1.23.1'
172+
dependency 'com.google.cloud.sql:mysql-socket-factory-connector-j-8:1.24.0'
173173

174174
dependency ('org.apache.activemq:activemq-client:6.1.6') {
175175
exclude 'javax.annotation:javax.annotation-api'
@@ -206,9 +206,9 @@ dependencyManagement {
206206
}
207207

208208
dependency 'org.owasp.esapi:esapi:2.6.0.0'
209-
dependency 'org.awaitility:awaitility:4.2.2'
209+
dependency 'org.awaitility:awaitility:4.3.0'
210210

211-
dependencySet(group: 'org.apache.poi', version: '5.3.0') {
211+
dependencySet(group: 'org.apache.poi', version: '5.4.0') {
212212
entry 'poi'
213213
entry 'poi-ooxml'
214214
entry 'poi-ooxml-schemas'
@@ -234,17 +234,17 @@ dependencyManagement {
234234

235235
dependency 'org.postgresql:postgresql:42.7.5'
236236

237-
dependency 'org.assertj:assertj-core:3.26.3'
237+
dependency 'org.assertj:assertj-core:3.27.3'
238238

239239
dependency 'org.apache.commons:commons-math3:3.6.1'
240240

241241
dependency 'org.mockito:mockito-inline:5.2.0'
242242

243243
dependency 'com.github.tomakehurst:wiremock-standalone:3.0.1'
244244

245-
dependency 'io.cucumber:cucumber-java:7.20.1'
246-
dependency 'io.cucumber:cucumber-java8:7.20.1'
247-
dependency 'io.cucumber:cucumber-junit-platform-engine:7.20.1'
248-
dependency 'io.cucumber:cucumber-spring:7.20.1'
245+
dependency 'io.cucumber:cucumber-java:7.21.1'
246+
dependency 'io.cucumber:cucumber-java8:7.21.1'
247+
dependency 'io.cucumber:cucumber-junit-platform-engine:7.21.1'
248+
dependency 'io.cucumber:cucumber-spring:7.21.1'
249249
}
250250
}

docker-compose-postgresql-kafka.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
version: "3.7"
2121
services:
2222
kafka:
23-
image: "bitnami/kafka:3.8.1-debian-12-r1"
23+
image: "bitnami/kafka:3.9.0-debian-12-r13"
2424
ports:
2525
- "9092:9092"
2626
env_file:

gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

settings.gradle

+1-1
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.1'
2323
}
2424

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

0 commit comments

Comments
 (0)