chore: [DevOps] bump the test group with 3 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 0
(8 months ago)
(8 months ago)
dependencies java
Bumps the test group with 3 updates: com.google.guava:guava, org.apache.httpcomponents.core5:httpcore5 and org.mockito:mockito-junit-jupiter.
Updates com.google.guava:guava from 33.4.8-jre to 33.5.0-jre
Release notes
Sourced from com.google.guava:guava's releases.
33.5.0
Maven
<dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>33.5.0-jre</version> <!-- or, for Android: --> <version>33.5.0-android</version> </dependency>Jar files
Guava requires one runtime dependency, which you can download here:
Javadoc
JDiff
Changelog
- Restored the
Automatic-Module-Nametoguava-android. (It, unlike,guava-jre, is not a proper module.) (7a04a8a955)- For users of
guava-gwt: Google has moved off GWT internally. We plan to continue to releaseguava-gwtfor users of GWT and J2CL, but the artifact is no longer tested for GWT-specific issues, and we have limited resources to fix any unexpected issues that might arise. While we do not anticipate any specific problems, we can't guarantee how long support will continue.- Increased our Android
minSdkVersionto 23 (Marshmallow). This follows the minimum of Google's foundational Android libraries, and we expect it to have no practical impact on users. (5c23347cc1)- Listed the JSpecify annotations as an optional dependency in our OSGi metadata. (2dfd572981)
cache: Improved the handling of exceptions from compute functions inCache.asMap(). (We do still recommend using Caffeine rather thancom.google.common.cache.) (087f2c4a80)collect: ImprovedIterators.mergeSorted()to preserve stability for equal elements. (4dc93be9a8)math: AddedsaturatedAbsmethods toIntMathandLongMath. (ed0e518f20)net: Addedimage/aviftoMediaType. (53344caba6)testing: MadeCollectorTesteravailable to Android users. (294c251079)util.concurrent: AddedStriped.custom. (1586eb271d)
Commits
- See full diff in compare view
Updates org.apache.httpcomponents.core5:httpcore5 from 5.3.5 to 5.3.6
Changelog
Sourced from org.apache.httpcomponents.core5:httpcore5's changelog.
Release 5.3.6
This maintenance release fixes a regression introduced by the previous release that can cause a temporary I/O spin during HTTP/2 connection shutdown in case the opposite endpoint fails to send a GOAWAY frame, and also fixes several bugs related to abnormal termination of HTTP/2 connections found since the last release.
Change Log
Bug fix: #disconnected method of protocol handlers is to be called only once the underlying I/O session has been fully closed out. Contributed by Oleg Kalnichevski
Bug fix: Fixed a race between async I/O session termination and command submission. Contributed by Oleg Kalnichevski
Bug fix: Async I/O sessions to explicitly close the I/O channel for output in GRACEFUL close mode. Contributed by Oleg Kalnichevski
Bug fix: Classic HTTP server to keep RequestListener thread running when an exception occurs during initialization of the incoming connection. Contributed by Christian de Waal
Regression: Improved HTTP/2 connection termination in case of the opposite endpoint failing to send a GOAWAY frame (correction). Contributed by Oleg Kalnichevski
Commits
1c15f3cHttpCore 5.3.6 releaseff96ecaUpdated release notes for HttpCore 3.5.6 release5de2967Bug fix: #disconnected method of protocol handlers is to be called only once ...ac42decBug fix: race between async i/o session termination and command submission553b894Bug fix: async i/o session to explicitly close the channel for output in GRAC...b296ae9keep RequestListener thread running when an exception occurs during connectio...9e93795Regression: Improved H2 connection termination in case of the opposite endpoi...29010eaUpgraded HttpCore version to 5.3.6-SNAPSHOT- See full diff in compare view
Updates org.mockito:mockito-junit-jupiter from 5.19.0 to 5.20.0
Release notes
Sourced from org.mockito:mockito-junit-jupiter's releases.
v5.20.0
Changelog generated by Shipkit Changelog Gradle Plugin
5.20.0
- 2025-09-20 - 11 commit(s) by Adrian-Kim, Giulio Longfils, Rafael Winterhalter, dependabot[bot]
- Bump org.assertj:assertj-core from 3.27.4 to 3.27.5 [(#3730)](mockito/mockito#3730)
- Introducing the Ability to Mock Construction of Generic Types (#2401) [(#3729)](mockito/mockito#3729)
- Bump com.gradle.develocity from 4.1.1 to 4.2 [(#3726)](mockito/mockito#3726)
- Bump graalvm/setup-graalvm from 1.3.6 to 1.3.7 [(#3725)](mockito/mockito#3725)
- Bump org.eclipse.platform:org.eclipse.osgi from 3.23.100 to 3.23.200 [(#3720)](mockito/mockito#3720)
- Bump graalvm/setup-graalvm from 1.3.5 to 1.3.6 [(#3719)](mockito/mockito#3719)
- Bump actions/setup-java from 4 to 5 [(#3715)](mockito/mockito#3715)
- Bump com.gradle.develocity from 4.1 to 4.1.1 [(#3713)](mockito/mockito#3713)
- Bump bytebuddy from 1.17.6 to 1.17.7 [(#3712)](mockito/mockito#3712)
- test: Use Assume.assumeThat for SequencedCollection tests [(#3711)](mockito/mockito#3711)
- Fix #3709 [(#3710)](mockito/mockito#3710)
- feat: Add support for JDK21 Sequenced Collections. [(#3708)](mockito/mockito#3708)
- Introducing the Ability to Mock Construction of Generic Types [(#2401)](mockito/mockito#2401)
Commits
3a1a19eAdd support for generic types inMockedConstructionandMockedStatic(#3729)f3c957aBump org.assertj:assertj-core from 3.27.4 to 3.27.5 (#3730)3cfbd42Bump graalvm/setup-graalvm from 1.3.6 to 1.3.7 (#3725)6f9a04bBump com.gradle.develocity from 4.1.1 to 4.2 (#3726)c75dfb8Bump org.eclipse.platform:org.eclipse.osgi from 3.23.100 to 3.23.200 (#3720)54474faBump graalvm/setup-graalvm from 1.3.5 to 1.3.6 (#3719)bc06f21Use Assume.assumeThat for SequencedCollection tests (#3711)a10aed0Bump actions/setup-java from 4 to 5 (#3715)37bb3e5Fix metadata generation on GraalVM (#3710)ef2fd6fBump com.gradle.develocity from 4.1 to 4.1.1 (#3713)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Pull Request Statistics
1
2
+3
-3
Package Dependencies
com.google.guava:guava
maven
33.4.8-jre → 33.5.0-jre
Minor
org.mockito:mockito-junit-jupiter
maven
5.19.0 → 5.20.0
Minor
maven
5.3.5 → 5.3.6
Patch
Technical Details
| ID: | 8253824 |
| UUID: | 2851265939 |
| Node ID: | PR_kwDOJWVxms6p8t2T |
| Host: | GitHub |
| Repository: | SAP/cloud-sdk-java |
| Merge State: | Unknown |