chore: [DevOps] bump the production-minor-patch group across 1 directory with 8 updates
Type: Pull Request
State: Closed
Association: Unknown
Comments: 1
(3 months ago)
(3 months ago)
(3 months ago)
dependencies java
Bumps the production-minor-patch group with 8 updates in the / directory:
| Package | From | To |
|---|---|---|
| io.swagger.core.v3:swagger-models | 2.2.43 |
2.2.44 |
| org.assertj:assertj-vavr | 0.4.3 |
0.5.0 |
| org.yaml:snakeyaml | 2.5 |
2.6 |
| io.vavr:vavr | 1.0.0 |
1.0.1 |
| org.checkerframework:checker-qual | 3.53.1 |
3.54.0 |
| com.google.errorprone:error_prone_annotations | 2.47.0 |
2.48.0 |
| io.spiffe:java-spiffe-core | 0.8.15 |
0.8.16 |
| io.spiffe:grpc-netty-linux | 0.8.15 |
0.8.16 |
Updates io.swagger.core.v3:swagger-models from 2.2.43 to 2.2.44
Updates org.assertj:assertj-vavr from 0.4.3 to 0.5.0
Release notes
Sourced from org.assertj:assertj-vavr's releases.
v0.5.0
What's Changed
- Added VavrInstanceOfAssertFactories helper class by
@edudarin assertj/assertj-vavr#207- Deprecated and not used code by
@mchmielarzin assertj/assertj-vavr#213- Replace
assertj-parent-pomwithassertj-parent3.27.6 by@scordioin assertj/assertj-vavr#243- rework README.MD by
@pivovaritin assertj/assertj-vavr#253- upgrade assertj-parent to 3.27.7 by
@pivovaritin assertj/assertj-vavr#252- fix assertions returning inaccessible types by
@pivovaritin assertj/assertj-vavr#254New Contributors
@edudarmade their first contribution in assertj/assertj-vavr#207@scordiomade their first contribution in assertj/assertj-vavr#243Full Changelog: https://github.com/assertj/assertj-vavr/compare/v0.4.3...v0.5.0
Commits
c5470bf[maven-release-plugin] prepare release v0.5.006cec56fix the release job (#257)9590ce7pin remaining GitHub Actions workflows (#256)bfe9e91configure release job (#255)60f8e08fix assertions returning inaccessible types (#254)02c21feupgrade assertj-parent to 3.27.7 (#252)36d1e00rework README.MD (#253)b73e8d1Bump the github-actions group with 2 updates (#250)0651106Bump the github-actions group with 2 updates (#246)5ff1309Update CODEOWNERS to include new owner (#249)- Additional commits viewable in compare view
Updates org.yaml:snakeyaml from 2.5 to 2.6
Commits
cc19a61[maven-release-plugin] prepare for next development iterationbc4a8f4Minor fixes in Javadocf18203aAdd a test for Y79Y-003ad1fcebLess output in tests1db66b7Add (failing) build with JDK 2588ebaa8build: fix JKD 25 tests compilation6af8790Update Javadoca006b7aUpdate Javadocc143db2Update changesd78d11fUpdate changes- Additional commits viewable in compare view
Updates io.vavr:vavr from 1.0.0 to 1.0.1
Release notes
Sourced from io.vavr:vavr's releases.
v1.0.1
Fixes a native HashMap serialization bug, which serialized the internal HashArrayMappedTrie structure including the pre-computed hash values of keys.
For keys like enums that use Object.hashCode() (non-deterministic across JVM restarts), these stored hash values would differ in another process, causing lookups to fail.
Full Changelog: https://github.com/vavr-io/vavr/compare/v1.0.0...v1.0.1
Commits
ee2a57b[maven-release-plugin] prepare release v1.0.1 [ci skip]9f4e95eupdate project version to 1.0.1-SNAPSHOT08e55f4Added the serialization proxy pattern to HashMap (#3242)- See full diff in compare view
Updates org.checkerframework:checker-qual from 3.53.1 to 3.54.0
Release notes
Sourced from org.checkerframework:checker-qual's releases.
Checker Framework 3.54.0
Version 3.54.0 (2026-03-02)
User-visible changes
Command-line arguments:
- Added
-AinferOutputDirectory.- Removed long-deprecated
-Alint=forbidnonnullarraycomponents.New command-line argument
-Aonelinemsgputs error messages on a single line. This is useful when using a tool that only shows the first line of the error.The command-line argument
-Anomsgtextsurrounds the error key with brackets instead of parenthesis. This matches Java error messages.Implementation details
In
AnnotatedTypeFactory,canonicalAnnotation()returns a non-null value.In
AnnotationClassLoader:
- Renamed
hasWellDefinedTargetMetaAnnotation()toisTypeQualifierAnnotation(). The method now returnstruefor annotations bearing@InvisibleQualifieror@SubtypeOf, in addition to the existing@Target(TYPE_USE)check.In
TestDiagnostic:
- Renamed field
messagetokey.- Added new nullable field
messagefor the full message without the key.Removed classes and methods that have been deprecated for more than two years.
Closed issues
Changelog
Sourced from org.checkerframework:checker-qual's changelog.
Version 3.54.0 (2026-03-02)
User-visible changes
Command-line arguments:
- Added
-AinferOutputDirectory.- Removed long-deprecated
-Alint=forbidnonnullarraycomponents.New command-line argument
-Aonelinemsgputs error messages on a single line. This is useful when using a tool that only shows the first line of the error.The command-line argument
-Anomsgtextsurrounds the error key with brackets instead of parenthesis. This matches Java error messages.Implementation details
In
AnnotatedTypeFactory,canonicalAnnotation()returns a non-null value.In
AnnotationClassLoader:
- Renamed
hasWellDefinedTargetMetaAnnotation()toisTypeQualifierAnnotation(). The method now returnstruefor annotations bearing@InvisibleQualifieror@SubtypeOf, in addition to the existing@Target(TYPE_USE)check.In
TestDiagnostic:
- Renamed field
messagetokey.- Added new nullable field
messagefor the full message without the key.Removed classes and methods that have been deprecated for more than two years.
Closed issues
Commits
a6eff70new release 3.54.0fd34700Prep for release.edb6e7aPrint error key in brackets (#7525)a79b1deShow details of the error message in test failures (#7513)a5ecc22Clone the JDK using the same fork and branch as CF (#7491)2770c52Update cimg/base Docker tag to v2026.03bba6bc9Update plugin com-gradleup-shadow to v9.3.23a6d4d4Update error-prone monorepo to v2.48.070aa5f3Update plugin net-ltgt-errorprone to v5.1.00dbd3e7Prepare for javac AST changes- Additional commits viewable in compare view
Updates com.google.errorprone:error_prone_annotations from 2.47.0 to 2.48.0
Release notes
Sourced from com.google.errorprone:error_prone_annotations's releases.
Error Prone 2.48.0
Changes:
- Added support for passing flags with command-line argument files (
@-files) (https://github.com/google/error-prone/commit/8e84edf1beedc99ff2cff3c21a7adec578ad053e)New checks:
Closed issues: #5529, #5537, #5522, #5521
Full changelog: https://github.com/google/error-prone/compare/v2.47.0...v2.48.0
Commits
7cec0a0Release Error Prone 2.48.001c603aExtend MissingTestCall to check for member references.3d817b0HandlevarinUnnecessaryBoxedVariablead26f3eAddConcurrentHashMap.keys()andConcurrentHashMap.elements()to `JdkObso...7926dbcFix MustBeClosedChecker crash on flexible constructors.d08f003Check for jakarta annotations in DI checks171448cAdd android internal GuardedBy to ACCEPTED_GUARDED_BY_ANNOTATIONS5cb6075Remove theMissingTestCall:MatchGraphVerifyflag.ab81681Improve crash messages for fixes that don't applyfe9bb21Add a test to confirm that TimeUnitMismatch catches `seconds * 1000 + nanos /...- Additional commits viewable in compare view
Updates io.spiffe:java-spiffe-core from 0.8.15 to 0.8.16
Release notes
Sourced from io.spiffe:java-spiffe-core's releases.
v0.8.16
Fixed
- Require
spiffe://prefix when parsing SPIFFE IDs, tightening scheme validation (#398)- Ensure atomic snapshot of X.509 SVID and bundles in
DefaultX509Source, preventing torn reads under concurrency (#397)- Reject null bundles and empty cached SVID lists in core parsing/cache paths (#399)
- Validate presence of JWT audience claim during parsing (#399)
Dependency updates
Changelog
Sourced from io.spiffe:java-spiffe-core's changelog.
[0.8.16] - 2026-02-25
Fixed
- Require
spiffe://prefix when parsing SPIFFE IDs, tightening scheme validation (#398)- Ensure atomic snapshot of X.509 SVID and bundles in
DefaultX509Source, preventing torn reads under concurrency (#397)- Reject null bundles and empty cached SVID lists in core parsing/cache paths (#399)
- Validate presence of JWT audience claim during parsing (#399)
Dependency updates
- Bump grpcVersion from 1.77.0 to 1.79.0 (#392, #402)
- Bump com.nimbusds:nimbus-jose-jwt from 10.6 to 10.8 (#395, #409)
- Bump gradle-wrapper from 9.2.1 to 9.3.1 (#400, #401)
Build
- Simplify Dependabot config and group coupled Gradle dependencies (#403)
Commits
393a892chore(release): prepare release 0.8.16 (#407)be7416echore(deps): bump com.nimbusds:nimbus-jose-jwt from 10.7 to 10.8 (#409)4bd0149chore(ci): bump java-spiffe-helper ci charts versions (#408)753812achore(ci): simplify dependabot config and group coupled gradle deps (#403)c616b61Bump gradle-wrapper from 9.3.0 to 9.3.1 (#401)f8e1695Bump grpcVersion from 1.78.0 to 1.79.0 (#402)157d491Bump gradle-wrapper from 9.2.1 to 9.3.0 (#400)4d1cee3fix(core): harden parsing and cache edge cases (#399)8bf98fbfix(x509source): ensure atomic snapshot of SVID and bundles (#397)f9969c1fix(spiffeid): require spiffe:// prefix when parsing IDs (#398)- Additional commits viewable in compare view
Updates io.spiffe:grpc-netty-linux from 0.8.15 to 0.8.16
Release notes
Sourced from io.spiffe:grpc-netty-linux's releases.
v0.8.16
Fixed
- Require
spiffe://prefix when parsing SPIFFE IDs, tightening scheme validation (#398)- Ensure atomic snapshot of X.509 SVID and bundles in
DefaultX509Source, preventing torn reads under concurrency (#397)- Reject null bundles and empty cached SVID lists in core parsing/cache paths (#399)
- Validate presence of JWT audience claim during parsing (#399)
Dependency updates
Changelog
Sourced from io.spiffe:grpc-netty-linux's changelog.
[0.8.16] - 2026-02-25
Fixed
- Require
spiffe://prefix when parsing SPIFFE IDs, tightening scheme validation (#398)- Ensure atomic snapshot of X.509 SVID and bundles in
DefaultX509Source, preventing torn reads under concurrency (#397)- Reject null bundles and empty cached SVID lists in core parsing/cache paths (#399)
- Validate presence of JWT audience claim during parsing (#399)
Dependency updates
- Bump grpcVersion from 1.77.0 to 1.79.0 (#392, #402)
- Bump com.nimbusds:nimbus-jose-jwt from 10.6 to 10.8 (#395, #409)
- Bump gradle-wrapper from 9.2.1 to 9.3.1 (#400, #401)
Build
- Simplify Dependabot config and group coupled Gradle dependencies (#403)
Commits
393a892chore(release): prepare release 0.8.16 (#407)be7416echore(deps): bump com.nimbusds:nimbus-jose-jwt from 10.7 to 10.8 (#409)4bd0149chore(ci): bump java-spiffe-helper ci charts versions (#408)753812achore(ci): simplify dependabot config and group coupled gradle deps (#403)c616b61Bump gradle-wrapper from 9.3.0 to 9.3.1 (#401)f8e1695Bump grpcVersion from 1.78.0 to 1.79.0 (#402)157d491Bump gradle-wrapper from 9.2.1 to 9.3.0 (#400)4d1cee3fix(core): harden parsing and cache edge cases (#399)8bf98fbfix(x509source): ensure atomic snapshot of SVID and bundles (#397)f9969c1fix(spiffeid): require spiffe:// prefix when parsing IDs (#398)- 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 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
Package Dependencies
org.checkerframework:checker-qual
maven
3.53.1 → 3.54.0
Minor
maven
2.47.0 → 2.48.0
Minor
io.swagger.core.v3:swagger-models
maven
2.2.43 → 2.2.44
Patch
io.spiffe:java-spiffe-core
maven
0.8.15 → 0.8.16
Patch
io.spiffe:grpc-netty-linux
maven
0.8.15 → 0.8.16
Patch
Technical Details
| ID: | 14506700 |
| UUID: | 4015895444 |
| Node ID: | PR_kwDOJWVxms7HkWHK |
| Host: | GitHub |
| Repository: | SAP/cloud-sdk-java |