chore: [DevOps] bump the production-minor-patch group with 9 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 0
(8 months ago)
(8 months ago)
dependencies java
Bumps the production-minor-patch group with 9 updates:
| Package | From | To |
|---|---|---|
| io.swagger.core.v3:swagger-models | 2.2.36 |
2.2.37 |
| io.swagger.parser.v3:swagger-parser | 2.1.33 |
2.1.34 |
| io.swagger.parser.v3:swagger-parser-core | 2.1.33 |
2.1.34 |
| org.bouncycastle:bcpkix-jdk18on | 1.81 |
1.82 |
| org.bouncycastle:bcprov-jdk18on | 1.81 |
1.82 |
| org.assertj:assertj-core | 3.27.4 |
3.27.6 |
| org.mockito:mockito-core | 5.19.0 |
5.20.0 |
| org.projectlombok:lombok | 1.18.40 |
1.18.42 |
| com.google.errorprone:error_prone_annotations | 2.41.0 |
2.42.0 |
Updates io.swagger.core.v3:swagger-models from 2.2.36 to 2.2.37
Updates io.swagger.parser.v3:swagger-parser from 2.1.33 to 2.1.34
Release notes
Sourced from io.swagger.parser.v3:swagger-parser's releases.
Swagger-parser 2.1.34 released!
Commits
077cf63prepare release 2.1.3434cb099chore: bump swagger-core to latest 2.2.370474097chore: bump commons-lang3, commons-io and swagger dependencies1f2fe7bFix URISyntaxException while reading OpenAPI 3.1 from windows file path location20de7a2ci: update codeQl workflow (#2228)d97ca81chore: prepare 2.1.34-SNAPSHOT (#2227)- See full diff in compare view
Updates io.swagger.parser.v3:swagger-parser-core from 2.1.33 to 2.1.34
Updates io.swagger.parser.v3:swagger-parser-core from 2.1.33 to 2.1.34
Updates org.bouncycastle:bcpkix-jdk18on from 1.81 to 1.82
Changelog
Sourced from org.bouncycastle:bcpkix-jdk18on's changelog.
2.1.1 Version Release: 1.82 Date: 2025, 17th September.
... (truncated)
Commits
- See full diff in compare view
Updates org.bouncycastle:bcprov-jdk18on from 1.81 to 1.82
Changelog
Sourced from org.bouncycastle:bcprov-jdk18on's changelog.
2.1.1 Version Release: 1.82 Date: 2025, 17th September.
... (truncated)
Commits
- See full diff in compare view
Updates org.bouncycastle:bcprov-jdk18on from 1.81 to 1.82
Changelog
Sourced from org.bouncycastle:bcprov-jdk18on's changelog.
2.1.1 Version Release: 1.82 Date: 2025, 17th September.
... (truncated)
Commits
- See full diff in compare view
Updates org.assertj:assertj-core from 3.27.4 to 3.27.6
Release notes
Sourced from org.assertj:assertj-core's releases.
v3.27.6
:bug: Bug Fixes
Core
- Add missing export for
org.assertj.core.annotation#3951:heart: Contributors
Thanks to all the contributors who worked on this release:
v3.27.5
:zap: Improvements
Core
- ByteBuddy in AssertJ 3.27.4 not compatible with Java 25 #3946
:hammer: Dependency Upgrades
Core
Guava
- Upgrade to Guava 33.4.8-jre #3947
Commits
716b1e0[maven-release-plugin] prepare release assertj-build-3.27.6e189652Add missing export fororg.assertj.core.annotation(#3951)0cb489eUpdate Maven Central URL7286309[maven-release-plugin] prepare for next development iterationdd4cc1d[maven-release-plugin] prepare release assertj-build-3.27.51d0defcAdd missing permission to release workflow844d5d0Add missing GitHub Actions pinning to CodeQL workflowbdd7106Add CodeQL custom workflowa93d7e6Remove EOL Java 2426ea866Update production dependencies (#3947)- Additional commits viewable in compare view
Updates org.mockito:mockito-core from 5.19.0 to 5.20.0
Release notes
Sourced from org.mockito:mockito-core'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
Updates org.projectlombok:lombok from 1.18.40 to 1.18.42
Commits
2031eb0[release] pre-release version bump for v1.18.42c95a6c1Merge branch 'logger-access'71d85ca#2280 Add delivery of this 'accessfor logging' to the changelog.99ba3e3[trivial] Slightly reworded the javadoc on each@Logannotation's `access()...e9cf11e[trivial][style]a6d5568[deprecation] MarkedAccessLevel.MODULEas deprecated. It was written for a...492011dRefactored to use Javac/Eclipse utility functionc1f7f66Update copyright in logger filesf63f40aAdd myself to AUTHORS9152c34Fix failing tests- Additional commits viewable in compare view
Updates com.google.errorprone:error_prone_annotations from 2.41.0 to 2.42.0
Release notes
Sourced from com.google.errorprone:error_prone_annotations's releases.
Error Prone 2.42.0
New checks:
ExplicitArrayForVarargs: discourage unnecessary explicit construction of an array to provide varargs.FloggerPerWithoutRateLimit: discourage Flogger'sperUniquewithout rate limitingStringJoin: BanString.join(CharSequence)andString.join(CharSequence, CharSequence)ThreadBuilderNameWithPlaceholder: Do not allow placeholders inThread.Builder.name(String)orname(String, int).Changes:
- The return type of
ASTHelpers.asFlagSethas changed. The previous type wasEnumSet<Flags.Flag>, whereFlags.Flagis an enum in the javac classFlags. A recent JDK change has replaced that enum with a new top-level enum calledFlagsEnum. It is not possible to changeASTHelpers.asFlagSetin a way that would be type-safe and compatible with the enums from JDKs both before and after the change. Instead, the method now returnsImmutableSet<String>, where the strings come from thetoString()of the enum constants. That means they are"native","abstract", etc.- Flag
IO.print[ln]()inSystemOut.Full changelog: https://github.com/google/error-prone/compare/v2.41.0...v2.42.0
Commits
52b6180Release Error Prone 2.42.0691c64aFlagIO.print[ln]()inSystemOut.0b751cdExpicitArrayForVarargs: flag unnecessary explicit construction of an array to...982fe20Tweak links to point to newer versions.a2df97f[StatementSwitchToExpressionSwitch] fix bug wherecase nullcan sometimes b...e691be5Fix (behind a flag) a silly bug in RedundantSetterCall.ce1a422AddDurations.wait()toWaitMatchers.waitMethodWithTimeout(and make them...da03feaUpdate MethodCanBeStatic to be able to detect and trigger on Guice@Provides...83e6582RedundantSetterCall: note that setFooValue and setFooBytes can be aliases for...db62c8cAutomated rollback of commit e1b16e24461d90f2b11f8213a68bfccc0426d4f3.- 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
3
+10
-10
Package Dependencies
org.mockito:mockito-core
maven
5.19.0 → 5.20.0
Minor
org.assertj:assertj-core
maven
3.27.4 → 3.27.6
Patch
org.projectlombok:lombok
maven
1.18.40 → 1.18.42
Patch
maven
2.41.0 → 2.42.0
Minor
io.swagger.parser.v3:swagger-parser
maven
2.1.33 → 2.1.34
Patch
maven
2.1.33 → 2.1.34
Patch
io.swagger.core.v3:swagger-models
maven
2.2.36 → 2.2.37
Patch
Technical Details
| ID: | 8253675 |
| UUID: | 2851264268 |
| Node ID: | PR_kwDOJWVxms6p8tcM |
| Host: | GitHub |
| Repository: | SAP/cloud-sdk-java |
| Merge State: | Unknown |