Skip to content

Commit cd5a9ea

Browse files
This PR contains the following updates:
| Package | Type | Package file | Manager | Update | Change | |---|---|---|---|---|---| | [org.mockito:mockito-core](https://github.com/mockito/mockito) | dependencies | misk/gradle/libs.versions.toml | gradle | minor | `5.16.1` -> `5.17.0` | | [software.amazon.awssdk:sdk-core](https://aws.amazon.com/sdkforjava) | dependencies | misk/gradle/libs.versions.toml | gradle | patch | `2.31.15` -> `2.31.16` | | [software.amazon.awssdk:sqs](https://aws.amazon.com/sdkforjava) | dependencies | misk/gradle/libs.versions.toml | gradle | patch | `2.31.15` -> `2.31.16` | | [software.amazon.awssdk:dynamodb-enhanced](https://aws.amazon.com/sdkforjava) | dependencies | misk/gradle/libs.versions.toml | gradle | patch | `2.31.15` -> `2.31.16` | | [software.amazon.awssdk:dynamodb](https://aws.amazon.com/sdkforjava) | dependencies | misk/gradle/libs.versions.toml | gradle | patch | `2.31.15` -> `2.31.16` | | [software.amazon.awssdk:aws-core](https://aws.amazon.com/sdkforjava) | dependencies | misk/gradle/libs.versions.toml | gradle | patch | `2.31.15` -> `2.31.16` | | [software.amazon.awssdk:bom](https://aws.amazon.com/sdkforjava) | dependencies | misk/gradle/libs.versions.toml | gradle | patch | `2.31.15` -> `2.31.16` | | [software.amazon.awssdk:auth](https://aws.amazon.com/sdkforjava) | dependencies | misk/gradle/libs.versions.toml | gradle | patch | `2.31.15` -> `2.31.16` | --- ### Release Notes <details> <summary>mockito/mockito (org.mockito:mockito-core)</summary> ### [`v5.17.0`](https://github.com/mockito/mockito/releases/tag/v5.17.0) <sup><sup>*Changelog generated by [Shipkit Changelog Gradle Plugin](https://github.com/shipkit/shipkit-changelog)*</sup></sup> ##### 5.17.0 - 2025-04-04 - [7 commit(s)](mockito/mockito@v5.16.1...v5.17.0) by Adrian Roos, Andre Kurait, Jan Ouwens, Rafael Winterhalter, Taeik Lim, Thach Le, Tim van der Lippe - Fixes [#&#8203;3631](mockito/mockito#3631): Fix broken banner image link [(#&#8203;3632)](mockito/mockito#3632) - Banner image is broken [(#&#8203;3631)](mockito/mockito#3631) - Update exception message with mockito-inline [(#&#8203;3628)](mockito/mockito#3628) - Clarify structure of commit messages [(#&#8203;3626)](mockito/mockito#3626) - Fixes [#&#8203;3622](mockito/mockito#3622): MockitoExtension fails cleanup when aborted before setup [(#&#8203;3623)](mockito/mockito#3623) - MockitoExtension fails cleanup when aborted before setup [(#&#8203;3622)](mockito/mockito#3622) - Since mockito-inline has been removed, the exception messages with `mockito-inline` should be modified. [(#&#8203;3621)](mockito/mockito#3621) - Fixes [#&#8203;3171](mockito/mockito#3171): Fall back to Throwable Location strategy on Android [(#&#8203;3619)](mockito/mockito#3619) - Fixes [#&#8203;3615](mockito/mockito#3615) : broken links to javadoc.io [(#&#8203;3616)](mockito/mockito#3616) - Broken links to javadoc.io [(#&#8203;3615)](mockito/mockito#3615) - Mocks are not working on particular devices after update Android SDK from 33 to 34 [(#&#8203;3171)](mockito/mockito#3171) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 6pm every weekday,before 2am every weekday" in timezone Australia/Melbourne, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). GitOrigin-RevId: 610e79d658b797b4e7b64d856b60fcbe8aa64650
1 parent 1ce0b62 commit cd5a9ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: gradle/libs.versions.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
awaitility = "4.3.0"
33
aws1 = "1.12.782"
4-
aws2 = "2.31.15"
4+
aws2 = "2.31.16"
55
bucket4j = "8.8.0"
66
datadog = "1.47.3"
77
dependencyAnalysisPlugin = "2.14.0"
@@ -165,7 +165,7 @@ logbackCore = { module = "ch.qos.logback:logback-core", version = "1.5.6" }
165165
loggingApi = { module = "io.github.microutils:kotlin-logging", version = "3.0.5" }
166166
micrometerCore = { module = "io.micrometer:micrometer-core", version.ref = "micrometer" }
167167
micrometerRegistryPrometheus = { module = "io.micrometer:micrometer-registry-prometheus", version.ref = "micrometer" }
168-
mockitoCore = { module = "org.mockito:mockito-core", version = "5.16.1" }
168+
mockitoCore = { module = "org.mockito:mockito-core", version = "5.17.0" }
169169
mockitoKotlin = { module = "org.mockito.kotlin:mockito-kotlin", version = "5.4.0" }
170170
moshiAdapters = { module = "com.squareup.moshi:moshi-adapters", version = "1.15.2" }
171171
moshiCore = { module = "com.squareup.moshi:moshi", version = "1.15.2" }

0 commit comments

Comments
 (0)