Skip to content

Commit 627e36c

Browse files
Bump the gradle-deps group with 5 updates
Bumps the gradle-deps group with 5 updates: | Package | From | To | | --- | --- | --- | | [org.mockito:mockito-core](https://github.com/mockito/mockito) | `5.22.0` | `5.23.0` | | [joda-time:joda-time](https://github.com/JodaOrg/joda-time) | `2.14.0` | `2.14.1` | | [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) | `2.21.1` | `2.21.2` | | [com.github.jnr:jnr-unixsocket](https://github.com/jnr/jnr-unixsocket) | `0.38.24` | `0.38.25` | | [gradle-wrapper](https://github.com/gradle/gradle) | `9.3.1` | `9.4.1` | Updates `org.mockito:mockito-core` from 5.22.0 to 5.23.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.22.0...v5.23.0) Updates `joda-time:joda-time` from 2.14.0 to 2.14.1 - [Release notes](https://github.com/JodaOrg/joda-time/releases) - [Changelog](https://github.com/JodaOrg/joda-time/blob/main/RELEASE-NOTES.txt) - [Commits](JodaOrg/joda-time@v2.14.0...v2.14.1) Updates `com.fasterxml.jackson:jackson-bom` from 2.21.1 to 2.21.2 - [Commits](FasterXML/jackson-bom@jackson-bom-2.21.1...jackson-bom-2.21.2) Updates `com.github.jnr:jnr-unixsocket` from 0.38.24 to 0.38.25 - [Commits](jnr/jnr-unixsocket@jnr-unixsocket-0.38.24...jnr-unixsocket-0.38.25) Updates `gradle-wrapper` from 9.3.1 to 9.4.1 - [Release notes](https://github.com/gradle/gradle/releases) - [Commits](gradle/gradle@v9.3.1...v9.4.1) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-version: 5.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-deps - dependency-name: joda-time:joda-time dependency-version: 2.14.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-deps - dependency-name: com.fasterxml.jackson:jackson-bom dependency-version: 2.21.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-deps - dependency-name: com.github.jnr:jnr-unixsocket dependency-version: 0.38.25 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-deps - dependency-name: gradle-wrapper dependency-version: 9.4.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 139115a commit 627e36c

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
@@ -62,7 +62,7 @@ tasks.withType(JavaCompile).configureEach {
6262
ext {
6363
deps = [
6464
gocdPluginApi: 'cd.go.plugin:go-plugin-api:25.4.0',
65-
mockito : 'org.mockito:mockito-core:5.22.0',
65+
mockito : 'org.mockito:mockito-core:5.23.0',
6666
slf4j : 'org.slf4j:slf4j-api:2.0.17',
6767
]
6868

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

79-
implementation 'joda-time:joda-time:2.14.0'
79+
implementation 'joda-time:joda-time:2.14.1'
8080
implementation 'org.freemarker:freemarker:2.3.34'
8181

8282
// Control/upgrade Spotify docker-client transitive dependencies
83-
implementation platform('com.fasterxml.jackson:jackson-bom:2.21.1')
83+
implementation platform('com.fasterxml.jackson:jackson-bom:2.21.2')
8484
implementation platform('org.glassfish.jersey:jersey-bom:2.25')
8585
constraints {
8686
implementation('commons-io:commons-io:2.21.0') {
@@ -98,7 +98,7 @@ dependencies {
9898
implementation('org.apache.httpcomponents:httpclient:4.5.14') {
9999
because 'spotify docker-client uses an outdated version'
100100
}
101-
implementation('com.github.jnr:jnr-unixsocket:0.38.24') {
101+
implementation('com.github.jnr:jnr-unixsocket:0.38.25') {
102102
because "spotify docker-client uses an older version"
103103
}
104104
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)