Skip to content

Commit 391ff04

Browse files
fix(deps): update java dependencies
1 parent 15d500e commit 391ff04

6 files changed

Lines changed: 32 additions & 46 deletions

File tree

build.gradle

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ buildscript {
99

1010
plugins {
1111
id 'com.diffplug.spotless' version '8.4.0' apply false
12-
id 'org.owasp.dependencycheck' version '12.2.1'
12+
id 'org.owasp.dependencycheck' version '12.2.2'
1313
id 'org.cyclonedx.bom' version '3.2.4'
1414
id 'com.github.node-gradle.node' version '7.1.0' apply false
1515
}
@@ -35,16 +35,16 @@ ext {
3535
// Database
3636
hikariVersion = '7.0.2'
3737
h2Version = '2.4.240'
38-
postgresVersion = '42.7.10'
39-
mongoVersion = '5.6.5'
38+
postgresVersion = '42.7.11'
39+
mongoVersion = '5.7.0'
4040

4141
// Jackson
42-
jacksonBomVersion = '3.1.2'
42+
jacksonBomVersion = '3.1.3'
4343

4444
// Spring
45-
springVersion = '7.0.6'
45+
springVersion = '7.0.7'
4646
springSecurityVersion = '7.0.5'
47-
springSessionVersion = '4.0.2'
47+
springSessionVersion = '4.0.3'
4848

4949
// YAML
5050
snakeyamlVersion = '2.6'
@@ -59,20 +59,20 @@ ext {
5959
commonsValidatorVersion = '1.10.1'
6060

6161
// Lombok
62-
lombokVersion = '1.18.44'
62+
lombokVersion = '1.18.46'
6363

6464
// Testing
65-
junitVersion = '5.14.3'
66-
junitPlatformVersion = '1.14.3'
67-
mockitoVersion = '5.17.0'
68-
testContainersVersion = '2.0.4'
65+
junitVersion = '5.14.4'
66+
junitPlatformVersion = '1.14.4'
67+
mockitoVersion = '5.23.0'
68+
testContainersVersion = '2.0.5'
6969

7070
// Gitleaks (bundled binary)
7171
gitleaksVersion = '8.21.2'
7272

7373
// OpenAPI spec generation
74-
swaggerCoreVersion = '2.2.48'
75-
swaggerUiVersion = '5.21.0'
74+
swaggerCoreVersion = '2.2.49'
75+
swaggerUiVersion = '5.32.5'
7676

7777
}
7878

git-proxy-java-core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
buildscript {
22
configurations.all {
33
resolutionStrategy {
4-
force 'com.fasterxml.jackson.core:jackson-core:2.21.1'
4+
force 'com.fasterxml.jackson.core:jackson-core:2.21.3'
55
}
66
}
77
}

gradle/wrapper/gradle-wrapper.jar

4.76 KB
Binary file not shown.
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.0-bin.zip
44
networkTimeout=10000
5+
retries=0
6+
retryBackOffMs=500
57
validateDistributionUrl=true
68
zipStoreBase=GRADLE_USER_HOME
79
zipStorePath=wrapper/dists

gradlew

Lines changed: 5 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 10 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)