chore: [DevOps] bump the production-minor-patch group with 4 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 0
(9 months ago)
(9 months ago)
dependencies java
Bumps the production-minor-patch group with 4 updates: org.springframework:spring-framework-bom, com.sap.cloud.security:java-bom, com.google.code.gson:gson and org.checkerframework:checker-qual.
Updates org.springframework:spring-framework-bom from 6.2.10 to 6.2.11
Release notes
Sourced from org.springframework:spring-framework-bom's releases.
v6.2.11
:star: New Features
- Missing
@Nullableon JsonPathAssertions.isEqualTo #35445- Graceful fallback for non-default NIO.2 FileSystems #35443
- Avoid thread pinning in SseEmitter, ResponseBodyEmitter #35423
- Detect Informix error codes as
DuplicateKeyException#35400- Inconsistent nullability for
String valuearguments inResponseCookiefrom*()factory methods #35377- Revisit
taskTerminationTimeoutsemantics onSimpleAsyncTaskExecutor/Scheduler#35372StandardEvaluationContext.setBeanResolvershould allow@Nullable BeanResolver#35371:lady_beetle: Bug Fixes
- "mainThreadPrefix = null " Causing multiple background bean locks to be blocked #35409
- Annotation not found on parameter in overridden method unless method is public #35349
- Annotations on overridden methods not found in type hierarchy with unresolved generics #35342
- Performance degradation when using singleton beans with Provider #35330
- JettyClientHttpConnector buffer leak in Spring Framework 6.2 #35319
- Spring application hangs on shutdown with
@Scheduled(cron=…) when custom ScheduledExecutorService bean is defined (Java 19+) #35316:notebook_with_decorative_cover: Documentation
- Document potential need to use
Mockito.doXxx()to stub a@MockitoSpyBean#35410- Fix links to Reactive Libraries and RestTemplate #35392
- Fix broken link in WebDriver docs #35374
- Document Web DataBinder support for RouterFunction #35367
- Improve documentation for
ApplicationEventsto clarify recommended usage #35335- Document terms and units in
DataSize.parse()#35298- Refine
@ContractJavadoc #35285- Correct the default value of nestedTransactionAllowed in JpaTransactionManager javadoc #35212
:hammer: Dependency Upgrades
:heart: Contributors
Thank you to all the contributors who worked on this release:
@Dockerel,@Kehrlann,@acktsap,@khj68,@ngocnhan-tran1996,@scordio, and@sgflt
Commits
4c13425Release v6.2.11d17601eUpgrade to Undertow 2.3.19, RxJava 3.1.11, Aalto 1.3.35b38761Clarify intended nestedTransactionAllowed default in JpaTransactionManager0e3e34bFind annotations on parameters in overridden non-public methods4745c7cName local variables consistently275fb52Upgrade to Reactor 2024.0.10 and Micrometer 1.14.117f9aa39Polishingc788554Avoid thread pinning in SseEmitter, ResponseBodyEmitter9e8c640Make JsonPathAssertions#isEqualTo parameter nullableebb8e34Upgrade to Jetty 12.0.26, Jetty Reactive HttpClient 4.0.11, Netty 4.1.127, Ht...- Additional commits viewable in compare view
Updates com.sap.cloud.security:java-bom from 3.6.3 to 3.6.4
Release notes
Sourced from com.sap.cloud.security:java-bom's releases.
3.6.4
Dependency upgrades
- Override nimbus dependency (#1845)
- Bump com.github.spotbugs:spotbugs-maven-plugin from 4.9.4.1 to 4.9.4.2 (#1844)
- Bump io.projectreactor:reactor-test from 3.7.7 to 3.7.9 (#1843)
- Bump com.github.spotbugs:spotbugs-maven-plugin from 4.9.3.2 to 4.9.4.1 (#1842)
- Bump spring.boot.version from 3.5.4 to 3.5.5 (#1840)
- Bump spring.security.oauth2.version from 6.5.2 to 6.5.3 (#1839)
- Bump spring.security.version from 6.5.2 to 6.5.3 (#1837)
- Bump org.mockito:mockito-core from 5.18.0 to 5.19.0 (#1836)
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.2 to 3.11.3 (#1835)
- Bump spring.core.version from 6.2.9 to 6.2.10 (#1834)
- Bump reactor.version from 3.7.8 to 3.7.9 (#1832)
Changelog
Sourced from com.sap.cloud.security:java-bom's changelog.
3.6.4
Dependency upgrades
- Override nimbus dependency (#1845)
- Bump com.github.spotbugs:spotbugs-maven-plugin from 4.9.4.1 to 4.9.4.2 (#1844)
- Bump io.projectreactor:reactor-test from 3.7.7 to 3.7.9 (#1843)
- Bump com.github.spotbugs:spotbugs-maven-plugin from 4.9.3.2 to 4.9.4.1 (#1842)
- Bump spring.boot.version from 3.5.4 to 3.5.5 (#1840)
- Bump spring.security.oauth2.version from 6.5.2 to 6.5.3 (#1839)
- Bump spring.security.version from 6.5.2 to 6.5.3 (#1837)
- Bump org.mockito:mockito-core from 5.18.0 to 5.19.0 (#1836)
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.2 to 3.11.3 (#1835)
- Bump spring.core.version from 6.2.9 to 6.2.10 (#1834)
- Bump reactor.version from 3.7.8 to 3.7.9 (#1832)
Commits
48b5f05Release 3.6.4 (#1847)1e2872eOverride nimbus dependency (#1845)9aed337Bump com.github.spotbugs:spotbugs-maven-plugin from 4.9.4.1 to 4.9.4.2 (#1844)4e00bd2Bump io.projectreactor:reactor-test from 3.7.7 to 3.7.9 (#1843)cc9256dBump com.github.spotbugs:spotbugs-maven-plugin from 4.9.3.2 to 4.9.4.1 (#1842)ebd31cdBump spring.boot.version from 3.5.4 to 3.5.5 (#1840)ca3a6f7Bump spring.security.oauth2.version from 6.5.2 to 6.5.3 (#1839)d9f2c7bBump spring.security.version from 6.5.2 to 6.5.3 (#1837)0b85ae1Bump org.mockito:mockito-core from 5.18.0 to 5.19.0 (#1836)9c9cd06Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.2 to 3.11.3 (#1835)- Additional commits viewable in compare view
Updates com.google.code.gson:gson from 2.13.1 to 2.13.2
Release notes
Sourced from com.google.code.gson:gson's releases.
Gson 2.13.2
The main changes in this release are just newer dependencies.
What's Changed
- Improved packaging of JPMS module declaration in Gson jar
This fixes an issue where Eclipse and VS Code users could not refer to the Gson module namecom.google.gson. See issue google/gson#2679.- Remove internal class
GsonPreconditionsby@Marcono1234in google/gson#2879- Switch to using central-publishing-maven-plugin by
@eamonnmcmanusin google/gson#2900New Contributors
@MukjepScarletmade their first contribution in google/gson#2852@ChrisCraikmade their first contribution in google/gson#2856Full Changelog: https://github.com/google/gson/compare/gson-parent-2.13.1...gson-parent-2.13.2
Commits
686fad7[maven-release-plugin] prepare release gson-parent-2.13.2c2d252aSwitch to using central-publishing-maven-plugin. (#2900)69cb755Bump the github-actions group with 5 updates (#2894)ea552c2Bump the maven group across 1 directory with 3 updates (#2898)fdc616dSet top-level permissions for CodeQL workflow (#2889)9334715Create scorecard.yml (#2888)f7de5c2Bump the maven group with 8 updates (#2885)8c23cd3Update sources to satisfy a new Error Prone check. (#2887)5eab3edBump the github-actions group with 2 updates (#2886)5f5c200Bump the maven group across 1 directory with 10 updates (#2872)- Additional commits viewable in compare view
Updates org.checkerframework:checker-qual from 3.50.0 to 3.51.0
Release notes
Sourced from org.checkerframework:checker-qual's releases.
Checker Framework 3.51.0
Version 3.51.0 (2025-09-10)
User-visible changes:
If you supply
--add-exportsflags when you run the Checker Framework, you need to add:--add-exports=jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED.Implementation details:
In
CFGVisualizeOptions:
- renamed
isPDF()toisPdfOutput()- renamed
isString()toisStringOutput()Dataflow Framework:
- In
playgroundpackage, renamed*Playground.javato*Pdf.javaClosed issues:
Changelog
Sourced from org.checkerframework:checker-qual's changelog.
Version 3.51.0 (2025-09-10)
Implementation details:
In
CFGVisualizeOptions:
- renamed
isPDF()toisPdfOutput()- renamed
isString()toisStringOutput()Dataflow Framework:
- In
playgroundpackage, renamed*Playground.javato*Pdf.javaClosed issues:
Commits
f78f6fanew release 3.51.00a9ccebPrep for release.8556f47Growonly checker tests1d0d3cdFix bug in CFG construction for preincrementbdd6fcbUpdate example of message key substrings692afc1Fix typos33b8815Better error message when user omits an--add-exports(#7249)91d5473Remove file.flake860bbfa5Usetasks.registerebff228Update dependency org.projectlombok:lombok to v1.18.40 (#7247)- 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
+4
-4
Package Dependencies
org.checkerframework:checker-qual
maven
3.50.0 → 3.51.0
Minor
com.google.code.gson:gson
maven
2.13.1 → 2.13.2
Patch
maven
6.2.10 → 6.2.11
Patch
com.sap.cloud.security:java-bom
maven
3.6.3 → 3.6.4
Patch
Technical Details
| ID: | 7845401 |
| UUID: | 2830777488 |
| Node ID: | PR_kwDOJWVxms6oujyQ |
| Host: | GitHub |
| Repository: | SAP/cloud-sdk-java |
| Merge State: | Unknown |