Skip to content

Commit 172869d

Browse files
authored
Merge pull request #368 from gocd-contrib/dependabot/gradle/gradle-deps-f0d1cb277b
Bump the gradle-deps group with 5 updates
2 parents 0f74153 + e7a6ee6 commit 172869d

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ tasks.withType(JavaCompile).configureEach {
6161
ext {
6262
deps = [
6363
gocdPluginApi: 'cd.go.plugin:go-plugin-api:25.4.0',
64-
mockito : 'org.mockito:mockito-core:5.22.0',
64+
mockito : 'org.mockito:mockito-core:5.23.0',
6565
slf4j : 'org.slf4j:slf4j-api:2.0.17',
6666
]
6767

@@ -75,11 +75,11 @@ dependencies {
7575
}
7676
implementation 'com.spotify:docker-client:8.16.0'
7777

78-
implementation 'joda-time:joda-time:2.14.0'
78+
implementation 'joda-time:joda-time:2.14.1'
7979
implementation 'org.freemarker:freemarker:2.3.34'
8080

8181
// Control/upgrade Spotify docker-client transitive dependencies
82-
implementation platform('com.fasterxml.jackson:jackson-bom:2.21.1')
82+
implementation platform('com.fasterxml.jackson:jackson-bom:2.21.2')
8383
implementation platform('org.glassfish.jersey:jersey-bom:2.25')
8484
constraints {
8585
implementation('commons-io:commons-io:2.21.0') {
@@ -97,7 +97,7 @@ dependencies {
9797
implementation('org.apache.httpcomponents:httpclient:4.5.14') {
9898
because 'spotify docker-client uses an outdated version'
9999
}
100-
implementation('com.github.jnr:jnr-unixsocket:0.38.24') {
100+
implementation('com.github.jnr:jnr-unixsocket:0.38.25') {
101101
because 'spotify docker-client uses an older version'
102102
}
103103
implementation(project.deps.slf4j) {

gradle/wrapper/gradle-wrapper.jar

2.73 KB
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionSha256Sum=b266d5ff6b90eada6dc3b20cb090e3731302e553a27c5d3e4df1f0d76beaff06
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip
3+
distributionSha256Sum=2ab2958f2a1e51120c326cad6f385153bb11ee93b3c216c5fccebfdfbb7ec6cb
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip
55
networkTimeout=10000
66
validateDistributionUrl=true
77
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)