Skip to content

Commit 78fc0ef

Browse files
committed
FINERACT-2421: Update all non-major dependencies
1 parent dc209af commit 78fc0ef

15 files changed

Lines changed: 142 additions & 142 deletions

.github/workflows/build-cucumber.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
distribution: 'zulu'
4040

4141
- name: Cache Gradle dependencies
42-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
42+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
4343
with:
4444
path: |
4545
~/.gradle/caches
@@ -87,7 +87,7 @@ jobs:
8787
8888
- name: Archive test results
8989
if: always()
90-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
90+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
9191
with:
9292
name: test-results-${{ matrix.task }}
9393
path: |
@@ -98,7 +98,7 @@ jobs:
9898

9999
- name: Archive Progressive Loan JAR
100100
if: matrix.job_type == 'progressive-loan' && always()
101-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
101+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
102102
with:
103103
name: progressive-loan-jar
104104
path: ${{ env.EMBEDDABLE_JAR_FILE }}
@@ -107,7 +107,7 @@ jobs:
107107

108108
- name: Archive server logs
109109
if: always()
110-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
110+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
111111
with:
112112
name: server-logs-${{ matrix.task }}
113113
path: '**/build/cargo/'

.github/workflows/build-e2e-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
147147
- name: Upload test results
148148
if: always()
149-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
149+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
150150
with:
151151
name: allure-results-shard-${{ matrix.shard_index }}
152152
path: |
@@ -159,15 +159,15 @@ jobs:
159159

160160
- name: Upload Allure Report
161161
if: always()
162-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
162+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
163163
with:
164164
name: allure-report-shard-${{ matrix.shard_index }}
165165
path: allure-report-shard-${{ matrix.shard_index }}
166166
retention-days: 5
167167

168168
- name: Upload logs
169169
if: always()
170-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
170+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
171171
with:
172172
name: logs-shard-${{ matrix.shard_index }}
173173
path: |

.github/workflows/build-mariadb.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
distribution: 'zulu'
5757

5858
- name: Cache Gradle dependencies
59-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
59+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
6060
with:
6161
path: |
6262
~/.gradle/caches
@@ -140,15 +140,15 @@ jobs:
140140
141141
- name: Archive test results
142142
if: always()
143-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
143+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
144144
with:
145145
name: test-results-${{ matrix.task }}
146146
path: '**/build/reports/'
147147
retention-days: 5
148148

149149
- name: Archive server logs
150150
if: always()
151-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
151+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
152152
with:
153153
name: server-logs-${{ matrix.task }}
154154
path: '**/build/cargo/'

.github/workflows/build-mysql.yml

Lines changed: 4 additions & 4 deletions
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.7
2121
ports:
2222
- 3306:3306
2323
env:
@@ -56,7 +56,7 @@ jobs:
5656
distribution: 'zulu'
5757

5858
- name: Cache Gradle dependencies
59-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
59+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
6060
with:
6161
path: |
6262
~/.gradle/caches
@@ -135,15 +135,15 @@ jobs:
135135
136136
- name: Archive test results
137137
if: always()
138-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
138+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
139139
with:
140140
name: test-results-${{ matrix.task }}
141141
path: '**/build/reports/'
142142
retention-days: 5
143143

144144
- name: Archive server logs
145145
if: always()
146-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
146+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
147147
with:
148148
name: server-logs-${{ matrix.task }}
149149
path: '**/build/cargo/'

.github/workflows/build-postgresql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
distribution: 'zulu'
5858

5959
- name: Cache Gradle dependencies
60-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
60+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
6161
with:
6262
path: |
6363
~/.gradle/caches
@@ -136,15 +136,15 @@ jobs:
136136
137137
- name: Archive test results
138138
if: always()
139-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
139+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
140140
with:
141141
name: test-results-${{ matrix.task }}
142142
path: '**/build/reports/'
143143
retention-days: 5
144144

145145
- name: Archive server logs
146146
if: always()
147-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
147+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
148148
with:
149149
name: server-logs-${{ matrix.task }}
150150
path: '**/build/cargo/'

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
distribution: 'zulu'
3939

4040
- name: Cache Gradle dependencies
41-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
41+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
4242
with:
4343
path: |
4444
~/.gradle/caches

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
./gradlew --no-daemon --console=plain :oauth2-tests:test -PdbType=postgresql
8585
- name: Archive test results
8686
if: always()
87-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
87+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
8888
with:
8989
name: test-results
9090
retention-days: 5
@@ -95,7 +95,7 @@ jobs:
9595
oauth2-tests/build/reports/
9696
- name: Archive server logs
9797
if: always()
98-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
98+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
9999
with:
100100
name: server-logs
101101
retention-days: 5

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ jobs:
231231
232232
- name: Archive breaking change report
233233
if: always()
234-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
234+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
235235
with:
236236
name: api-compatibility-report
237237
path: current/fineract-provider/build/swagger-brake/

build.gradle

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -110,29 +110,29 @@ buildscript {
110110

111111
plugins {
112112
id 'me.qoomon.git-versioning' version '6.4.4'
113-
id "org.barfuin.gradle.taskinfo" version "2.2.0"
113+
id "org.barfuin.gradle.taskinfo" version "2.2.1"
114114
id 'com.adarshr.test-logger' version '4.0.0'
115115
id 'com.diffplug.spotless' version '6.25.0' apply false
116116
id 'org.nosphere.apache.rat' version '0.8.1' apply false
117117
id 'com.github.hierynomus.license' version '0.16.1' apply false
118118
id 'com.github.jk1.dependency-license-report' version '2.9' apply false
119-
id 'org.zeroturnaround.gradle.jrebel' version '1.2.0' apply false
120-
id 'org.springframework.boot' version '3.5.13' apply false
121-
id 'net.ltgt.errorprone' version '4.1.0' apply false
122-
id 'io.swagger.core.v3.swagger-gradle-plugin' version '2.2.23' apply false
123-
id 'com.gorylenko.gradle-git-properties' version '2.4.2' apply false
119+
id 'org.zeroturnaround.gradle.jrebel' version '1.2.2' apply false
120+
id 'org.springframework.boot' version '3.5.14' apply false
121+
id 'net.ltgt.errorprone' version '4.4.0' apply false
122+
id 'io.swagger.core.v3.swagger-gradle-plugin' version '2.2.48' apply false
123+
id 'com.gorylenko.gradle-git-properties' version '2.5.7' apply false
124124
id 'org.asciidoctor.jvm.convert' version '4.0.5' apply false
125125
id 'org.asciidoctor.jvm.pdf' version '4.0.5' apply false
126-
id 'com.google.cloud.tools.jib' version '3.4.5' apply false
127-
id 'org.sonarqube' version '6.0.1.5171'
128-
id 'com.github.andygoossens.modernizer' version '1.10.0' apply false
129-
id 'com.github.spotbugs' version '6.0.26' apply false
130-
id 'se.thinkcode.cucumber-runner' version '0.0.11' apply false
126+
id 'com.google.cloud.tools.jib' version '3.5.3' apply false
127+
id 'org.sonarqube' version '6.3.1.5724'
128+
id 'com.github.andygoossens.modernizer' version '1.13.0' apply false
129+
id 'com.github.spotbugs' version '6.5.1' apply false
130+
id 'se.thinkcode.cucumber-runner' version '0.0.14' apply false
131131
id "com.github.davidmc24.gradle.plugin.avro-base" version "1.9.1" apply false
132-
id 'org.openapi.generator' version '7.8.0' apply false
133-
id 'com.gradleup.shadow' version '9.3.2' apply false
134-
id 'me.champeau.jmh' version '0.7.1' apply false
135-
id 'org.cyclonedx.bom' version '3.1.0' apply false
132+
id 'org.openapi.generator' version '7.21.0' apply false
133+
id 'com.gradleup.shadow' version '9.4.1' apply false
134+
id 'me.champeau.jmh' version '0.7.3' apply false
135+
id 'org.cyclonedx.bom' version '3.2.4' apply false
136136
id 'com.docktape.swagger-brake' version '2.7.0' apply false
137137
}
138138

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.11.0')
4949
}
5050
}
5151
}

0 commit comments

Comments
 (0)