Skip to content

Commit 1f9cbbb

Browse files
Bump dependencies (#902)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7e09ef1 commit 1f9cbbb

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/frontend_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
ref: ${{ github.event.pull_request.head.sha }}
2222
token: ${{ github.token }}
2323

24-
- uses: pnpm/action-setup@v4.0.0
24+
- uses: pnpm/action-setup@v4.1.0
2525
with:
2626
version: 9.15.4
2727

gradle/libs.versions.toml

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[versions]
2-
spring-boot = '3.4.2'
2+
spring-boot = '3.4.3'
33

4-
aws-msk-auth = '2.2.0'
4+
aws-msk-auth = '2.3.0'
55
azure-identity = '1.14.2'
66

77
apache-commons-lang3 = '3.12.0'
88
apache-commons-io = '2.16.1'
9-
apache-commons-pool2 = '2.12.0'
9+
apache-commons-pool2 = '2.12.1'
1010
apache-datasketches = '3.1.0'
1111
apache-commons-compress = '1.26.0'
1212

@@ -19,13 +19,13 @@ confluent-ccs = '7.9.0-ccs'
1919
mapstruct = '1.6.2'
2020
lombok = '1.18.34'
2121
odd-oddrn-generator = '0.1.17'
22-
odd-oddrn-client = '0.1.39'
22+
odd-oddrn-client = '0.1.41'
2323
cel = '0.3.0'
2424
junit = '5.11.2'
2525
mockito = '5.14.2'
2626
okhttp3 = '4.12.0'
27-
testcontainers = '1.20.4'
28-
swagger-integration-jakarta = '2.2.8'
27+
testcontainers = '1.20.6'
28+
swagger-integration-jakarta = '2.2.28'
2929
jakarta-annotation-api = '2.1.1'
3030
jackson-databind-nullable = '0.2.6'
3131
antlr = '4.12.0'
@@ -39,7 +39,7 @@ bonigarcia-webdrivermanager = '5.8.0'
3939
aspectj = '1.9.21'
4040

4141
# CVE fixes
42-
netty = '4.1.118.Final'
42+
netty = '4.1.119.Final'
4343

4444
[plugins]
4545
spring-boot = { id = 'org.springframework.boot', version.ref = 'spring-boot' }
@@ -48,7 +48,7 @@ git-properties = { id = 'com.gorylenko.gradle-git-properties', version = '2.4.2'
4848
openapi-generator = { id = 'org.openapi.generator', version = '7.9.0' }
4949
allure = { id = 'io.qameta.allure', version = '2.10.0' }
5050
nexus-publish-plugin = { id = 'io.github.gradle-nexus.publish-plugin', version = '1.1.0' }
51-
node-gradle = { id = 'com.github.node-gradle.node', version = '7.0.2' }
51+
node-gradle = { id = 'com.github.node-gradle.node', version = '7.1.0' }
5252
#jib = { id = 'com.google.cloud.tools.jib', version = '3.4.4' }
5353
docker-remote-api = { id = 'com.bmuschko.docker-remote-api', version = '9.4.0' }
5454
sonarqube = { id = "org.sonarqube", version = "6.0.1.5171" }

0 commit comments

Comments
 (0)