Skip to content

Commit bf92d33

Browse files
committed
Update all non-major dependencies
1 parent 56ee2ea commit bf92d33

File tree

5 files changed

+23
-23
lines changed

5 files changed

+23
-23
lines changed

.github/workflows/build-mariadb.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
services:
1212
mariad:
13-
image: mariadb:11.5
13+
image: mariadb:11.6
1414
ports:
1515
- 3306:3306
1616
env:

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ plugins {
9595
id 'com.github.hierynomus.license' version '0.16.1' apply false
9696
id 'com.github.jk1.dependency-license-report' version '2.9' apply false
9797
id 'org.zeroturnaround.gradle.jrebel' version '1.2.0' apply false
98-
id 'org.springframework.boot' version '3.3.5' apply false
98+
id 'org.springframework.boot' version '3.4.0' apply false
9999
id 'net.ltgt.errorprone' version '4.1.0' apply false
100-
id 'io.swagger.core.v3.swagger-gradle-plugin' version '2.2.23' apply false
100+
id 'io.swagger.core.v3.swagger-gradle-plugin' version '2.2.26' apply false
101101
id 'com.gorylenko.gradle-git-properties' version '2.4.2' apply false
102102
id 'org.asciidoctor.jvm.convert' version '3.3.2' apply false
103103
id 'org.asciidoctor.jvm.pdf' version '3.3.2' apply false
@@ -108,7 +108,7 @@ plugins {
108108
id 'com.github.spotbugs' version '6.0.26' apply false
109109
id 'se.thinkcode.cucumber-runner' version '0.0.11' apply false
110110
id "com.github.davidmc24.gradle.plugin.avro-base" version "1.9.1" apply false
111-
id 'org.openapi.generator' version '7.8.0' apply false
111+
id 'org.openapi.generator' version '7.10.0' apply false
112112
}
113113

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

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

+17-17
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,18 @@ dependencyManagement {
2424
imports {
2525
mavenBom 'com.squareup.okhttp3:okhttp-bom:4.12.0'
2626
mavenBom 'org.slf4j:slf4j-bom:2.0.16'
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.3.5'
27+
mavenBom 'io.micrometer:micrometer-bom:1.14.1'
28+
mavenBom 'org.springframework:spring-framework-bom:6.2.0'
29+
mavenBom 'org.springframework.boot:spring-boot-dependencies:3.4.0'
3030
mavenBom 'io.awspring.cloud:spring-cloud-aws-dependencies:3.2.1'
3131
mavenBom 'io.opentelemetry:opentelemetry-bom:1.44.1'
32-
mavenBom 'org.jetbrains.kotlin:kotlin-bom:2.0.21'
32+
mavenBom 'org.jetbrains.kotlin:kotlin-bom:2.1.0'
3333
mavenBom 'org.junit:junit-bom:5.11.3'
34-
mavenBom 'com.fasterxml.jackson:jackson-bom:2.18.1'
34+
mavenBom 'com.fasterxml.jackson:jackson-bom:2.18.2'
3535
mavenBom 'io.cucumber:cucumber-bom:7.20.1'
36-
mavenBom 'io.netty:netty-bom:4.1.114.Final'
36+
mavenBom 'io.netty:netty-bom:4.1.115.Final'
3737
mavenBom 'org.mockito:mockito-bom:5.14.2'
38-
mavenBom 'software.amazon.awssdk:bom:2.29.9'
38+
mavenBom 'software.amazon.awssdk:bom:2.29.28'
3939
mavenBom 'io.github.resilience4j:resilience4j-bom:2.2.0'
4040
}
4141

@@ -56,7 +56,7 @@ dependencyManagement {
5656
dependency 'com.google.code.gson:gson:2.11.0'
5757
dependency 'com.google.truth:truth:1.4.4'
5858
dependency 'com.google.truth.extensions:truth-java8-extension:1.4.4'
59-
dependency 'com.google.googlejavaformat:google-java-format:1.24.0'
59+
dependency 'com.google.googlejavaformat:google-java-format:1.25.0'
6060
dependency 'org.apache.commons:commons-collections4:4.4'
6161
dependency ('software.amazon.msk:aws-msk-iam-auth:2.2.0') {
6262
exclude 'commons-logging:commons-logging:'
@@ -65,14 +65,14 @@ dependencyManagement {
6565
exclude 'com.sun.mail:javax.mail'
6666
exclude 'javax.activation:activation'
6767
}
68-
dependency 'commons-io:commons-io:2.17.0'
68+
dependency 'commons-io:commons-io:2.18.0'
6969
dependency 'com.github.librepdf:openpdf:2.0.3'
7070
dependency ('org.mnode.ical4j:ical4j:3.2.19') {
7171
exclude 'com.sun.mail:javax.mail'
7272
exclude 'org.codehaus.groovy:groovy'
7373
}
7474
dependency 'org.apache.commons:commons-csv:1.12.0'
75-
dependency 'org.quartz-scheduler:quartz:2.3.2'
75+
dependency 'org.quartz-scheduler:quartz:2.5.0'
7676
dependency 'org.ehcache:ehcache:3.10.8'
7777
dependency 'com.github.spullara.mustache.java:compiler:0.9.14'
7878
dependency 'com.jayway.jsonpath:json-path:2.9.0'
@@ -122,7 +122,7 @@ dependencyManagement {
122122
dependency 'org.apache.bval:org.apache.bval.bundle:3.0.1'
123123
dependency 'joda-time:joda-time:2.13.0'
124124

125-
dependency 'io.github.classgraph:classgraph:4.8.177'
125+
dependency 'io.github.classgraph:classgraph:4.8.179'
126126
dependency 'org.awaitility:awaitility:4.2.2'
127127
// TODO: upgrade to 4.8.3
128128
dependency 'com.github.spotbugs:spotbugs-annotations:4.8.6'
@@ -154,27 +154,27 @@ dependencyManagement {
154154
dependency "io.gsonfire:gson-fire:1.9.0"
155155
dependency "com.google.code.findbugs:jsr305:3.0.2"
156156
dependency "commons-codec:commons-codec:1.17.1"
157-
dependency "org.projectlombok:lombok:1.18.34"
157+
dependency "org.projectlombok:lombok:1.18.36"
158158

159159
dependency 'org.bouncycastle:bcpkix-jdk15to18:1.79'
160160
dependency 'org.bouncycastle:bcprov-jdk15to18:1.79'
161161
dependency 'org.bouncycastle:bcprov-jdk15on:1.70'
162162
dependency 'org.bouncycastle:bcpg-jdk15on:1.70'
163163

164164
dependency 'org.eclipse.jgit:org.eclipse.jgit:6.10.0.202406032230-r'
165-
dependency 'org.eclipse.jgit:org.eclipse.jgit.ssh.apache:7.0.0.202409031743-r'
165+
dependency 'org.eclipse.jgit:org.eclipse.jgit.ssh.apache:7.1.0.202411261347-r'
166166

167167
dependency 'org.tmatesoft.svnkit:svnkit:1.10.11'
168168
dependency 'com.vdurmont:semver4j:3.1.0'
169169
dependency 'org.beryx:text-io:3.4.1'
170170

171-
dependency ('org.springdoc:springdoc-openapi-starter-webmvc-ui:2.6.0') {
171+
dependency ('org.springdoc:springdoc-openapi-starter-webmvc-ui:2.7.0') {
172172
exclude 'io.swagger.core.v3:swagger-core'
173173
}
174174

175175
dependency 'com.google.cloud.sql:mysql-socket-factory-connector-j-8:1.21.0'
176176

177-
dependency ('org.apache.activemq:activemq-client:6.1.3') {
177+
dependency ('org.apache.activemq:activemq-client:6.1.4') {
178178
exclude 'javax.annotation:javax.annotation-api'
179179
}
180180

@@ -208,7 +208,7 @@ dependencyManagement {
208208
exclude 'pull-parser:pull-parser'
209209
}
210210

211-
dependency 'org.owasp.esapi:esapi:2.5.5.0'
211+
dependency 'org.owasp.esapi:esapi:2.6.0.0'
212212
dependency 'org.awaitility:awaitility:4.2.2'
213213

214214
dependencySet(group: 'org.apache.poi', version: '5.3.0') {
@@ -230,7 +230,7 @@ dependencyManagement {
230230

231231
dependency "org.apache.avro:avro:1.12.0"
232232

233-
dependency ('org.mariadb.jdbc:mariadb-java-client:3.5.0') {
233+
dependency ('org.mariadb.jdbc:mariadb-java-client:3.5.1') {
234234
exclude 'org.slf4j:jcl-over-slf4j'
235235
exclude 'org.slf4j:slf4j-api'
236236
}

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-r3"
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.11.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)