SAP / cloud-sdk-java

Use the SAP Cloud SDK for Java to reduce development effort when building applications on SAP Business Technology Platform that communicate with SAP solutions and services such as SAP S/4HANA Cloud, SAP SuccessFactors, and many others.
Apache License 2.0
22 stars 14 forks source link

chore: [DevOps] bump the production-minor-patch group with 24 updates #648

Open dependabot[bot] opened 4 days ago

dependabot[bot] commented 4 days ago

Bumps the production-minor-patch group with 24 updates:

Package From To
org.springframework:spring-framework-bom 6.1.14 6.2.0
org.apache.maven.plugin-tools:maven-plugin-annotations 3.15.0 3.15.1
org.openapitools:openapi-generator 7.8.0 7.10.0
io.swagger.core.v3:swagger-models 2.2.25 2.2.26
io.swagger.parser.v3:swagger-parser 2.1.22 2.1.24
io.swagger.parser.v3:swagger-parser-core 2.1.22 2.1.24
org.bouncycastle:bcpkix-jdk18on 1.78.1 1.79
org.bouncycastle:bcprov-jdk18on 1.78.1 1.79
org.wiremock:wiremock 3.9.1 3.9.2
org.junit.jupiter:junit-jupiter-engine 5.11.2 5.11.3
org.junit.jupiter:junit-jupiter-api 5.11.2 5.11.3
org.junit.jupiter:junit-jupiter-params 5.11.2 5.11.3
com.puppycrawl.tools:checkstyle 10.18.2 10.20.1
org.projectlombok:lombok 1.18.34 1.18.36
org.apache.maven.archetype:archetype-packaging 3.3.0 3.3.1
com.sap.cloud.security:java-bom 3.5.3 3.5.4
com.sap.cloud.environment.servicebinding:java-modules-bom 0.10.5 0.20.0
commons-io:commons-io 2.17.0 2.18.0
org.apache.httpcomponents.client5:httpclient5 5.4 5.4.1
org.checkerframework:checker-qual 3.48.1 3.48.2
com.google.errorprone:error_prone_annotations 2.34.0 2.36.0
io.grpc:grpc-bom 1.68.0 1.68.1
io.spiffe:java-spiffe-core 0.8.9 0.8.11
io.spiffe:grpc-netty-linux 0.8.9 0.8.11

Updates org.springframework:spring-framework-bom from 6.1.14 to 6.2.0

Release notes

Sourced from org.springframework:spring-framework-bom's releases.

v6.2.0

:star: New Features

  • Update UndertowHttpHandlerAdapter to dispatch #33885
  • Refine @Contract Javadoc to mention this and new return values #33849
  • AOT processing for bean validation does not consider cascaded and container element constraints #33842
  • Avoid repeated resolving of singleton beans through @Lazy proxy #33841
  • Regiser runtime hints for @TestBean fully-qualified method names #33836
  • Introduce support for custom reason in @DisabledInAotMode #33833
  • Use optimistic locking where possible in ResponseBodyEmitter #33831
  • Revise cookies support with Apache HTTP Components in WebClient and WebTestClient #33822
  • Remove the pure attribute from @Contract #33820
  • Introduce @CheckReturnValue annotation #33818
  • ResourceHttpRequestHandler throwing IllegalArgumentException if resource doesn't end with slash breaks some third-party libraris #33815
  • Provide first-class virtual thread option on ThreadPoolTaskExecutor/ThreadPoolTaskScheduler #33807
  • HttpServiceProxyFactory should omit optional @RequestParam if converted from null to empty string #33794
  • Reactor Netty response should not buffer the full response #33781
  • Relax the visibility of MockMVC DSL constructors #33778
  • Support Publisher to InputStream conversion #31677

:lady_beetle: Bug Fixes

  • MockReset should be honored without @Mockito[Spy]Bean fields #33829
  • Test Bean Overrides do not honor @Primary semantics #33819
  • Bean Overrides cannot reliably override beans created by a FactoryBean with generics #33811
  • Bean Overrides for certain FactoryBean use cases no longer work #33800
  • @MockitoBean, @MockitoSpyBean, & @TestBean do not work with @DirtiesContext "before method" modes #33783
  • Deprecate exchangeTimeout and refactor readTimeout in ReactorClientHttpRequestFactory #33782

:notebook_with_decorative_cover: Documentation

  • Revise documentation for SpEL PropertyAccessor and IndexAccessor APIs regarding ordering #33862
  • Document UrlHandler Servlet and reactive filters #33784
  • Improve documentation for SpelCompilerMode #33223

:hammer: Dependency Upgrades

  • Upgrade to ASM 9.7.1 (for early Java 24 support) #33821
  • Upgrade to Micrometer 1.14.0 #33876
  • Upgrade to Reactor 2024.0.0 #33878

:heart: Contributors

Thank you to all the contributors who worked on this release:

@​Hejow, @​OlegDokuka, and @​lucky8987

v6.2.0-RC3

:star: New Features

... (truncated)

Commits
  • 5024bb7 Release v6.2.0
  • 35b452b Upgrade to Undertow 2.3.18.Final, dispatch in UndertowHttpHandlerAdapter
  • 56525da Merge branch '6.1.x'
  • 5145cf4 Next development version (v6.1.16-SNAPSHOT)
  • d4f8b5d Merge branch '6.1.x'
  • 6cb41dc Upgrade to Netty 4.1.115
  • cca2450 Improve documentation for SpelCompilerMode
  • de8a94f Do not set up CookieStore in Apache connector
  • 973d815 Merge branch '6.1.x'
  • 1e95332 Fix link to "Resources" section in reference guide
  • Additional commits viewable in compare view


Updates org.apache.maven.plugin-tools:maven-plugin-annotations from 3.15.0 to 3.15.1

Commits
  • bc2daa4 [maven-release-plugin] prepare release maven-plugin-tools-3.15.1
  • 08c9597 Bump asmVersion from 9.7 to 9.7.1
  • 578637b Bump org.junit:junit-bom from 5.11.0 to 5.11.3
  • a6c9b9c [MPLUGIN-538] Upgrade to Doxia 2.0.0 GA Stack
  • 5d8b615 Bump net.bytebuddy:byte-buddy from 1.14.18 to 1.15.5
  • 9888c96 Bump org.codehaus.plexus:plexus-java from 1.2.0 to 1.3.0
  • d2adc90 Bump org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0
  • 18c156b Bump maven3Version from 3.9.8 to 3.9.9 (#321)
  • 306fabe Bump org.junit:junit-bom from 5.10.3 to 5.11.0
  • 93604a3 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view


Updates org.openapitools:openapi-generator from 7.8.0 to 7.10.0

Release notes

Sourced from org.openapitools:openapi-generator's releases.

v7.10.0 released

v7.10.0 stable release (breaking changes with fallbacks) comes with 100+ enhancements, bug fixes. Once again thank you for all the awesome contributions from the community.

This release comes with 4 breaking changes (with fallback) listed below.

3 new generators are included in this release:

  • Added support for a trait based reqwest Rust client #19788 -g rust --library reqwest-trait
  • [csharp] Add a server generator for FastEndpoints #19690 aspnet-fastendpoints
  • [GdScript] Templates for GdScript (Godot 4) #19267 gdscript

Below are the highlights of the changes. For a full list of changes, please refer to the "Pull Request" tab.

General

  • Fix allOf with properties for the REF_AS_PARENT_IN_ALLOF rule #20083
  • Update inline model resolver to flatten responses #19992
  • Fix $ref to allOf in properties #19986
  • Better handling of allOf with unsupported schemas #19964
  • Add logic in normalizer to auto fix self-reference schemas #19849

C

  • [C][Client] Add gcc predefined macros to reserved keywords #19791

C#

  • fix(csharp): Fixed JsonConverter for discriminators only appearing on base classes #19972
  • [csharp][generichost] Better handling of duplicate operation ids #19913
  • [csharp] Address MaxTimeout obsolete build warning #19875 (Breaking change (with fallback))
  • [csharp] Add a server generator for FastEndpoints #19690
  • [csharp] Mustache fully qualify namespace for Path #19349

C++

  • feat cpp-qt-client: fix cast primitive to string #20000
  • Remove further Qt support before Qt 5.15.2 #19824

Dart

  • [PHP/Dart/Python] Correctly escape strings in single quotes #19529
  • [dart2] [client] Added better double handling to 'mapValueOfType' #17808

Erlang

  • erlang-server: add jesse to app.up release #20120

GdScript

  • [GdScript] Templates for GdScript (Godot 4) #19267

Go

  • [BUG][GO] only import reflect when using it #19967

Java

  • Adding support for @​ResponseStatus annotation into spring-http-interface java spring generator #20071
  • Add equals and hashCode methods to Microprofile #20011

... (truncated)

Commits
  • 12dfe8f prepare 7.10.0 release (#20128)
  • 6b9f6bd update java samples
  • 4185782 #20125 Remove unnecessary model package import to avoid ambiguous class ref...
  • 51a0bd0 Replaced deprecated 'summary' attribute with recommended 'caption' element (#...
  • 1a58d31 update gdscript samples, docs
  • 959cf1c [GdScript] Templates for GdScript (Godot 4) (#19267)
  • 86a18bf erlang-server: add jesse to app.up release (#20120)
  • 6690802 [python-pydantic-v1] Fix bug in serialization for SecretStr by applying chang...
  • 7087104 Bump cross-spawn from 7.0.3 to 7.0.5 in /website (#20116)
  • 02847e9 Update minimum supported version of python in docs to 3.8+ (#20118)
  • Additional commits viewable in compare view


Updates io.swagger.core.v3:swagger-models from 2.2.25 to 2.2.26

Updates io.swagger.parser.v3:swagger-parser from 2.1.22 to 2.1.24

Release notes

Sourced from io.swagger.parser.v3:swagger-parser's releases.

Swagger-parser 2.1.24 released!

  • refs #2126 - update swagger parser v1 to 1.0.72 (#2140)
  • remove leftover (#2133)
  • fixes OAS 3.1 dereferencing (#2132)
  • Add logic to process responses with resolvFully parsing option (#2131)

Swagger-parser 2.1.23 released!

  • update dependencies (#2128)
  • Enhancement/parser resolve responses flag (#2127)
  • fix #2081 - support nested composed schemas in resolveFully (#2097)
  • Fix ref handling in CB, AnyOf & examples (fixes : #2086) (#2087)
Commits
  • 4016cf0 prepare release 2.1.24
  • 65e9f97 refs #2126 - update swagger parser v1 to 1.0.72
  • bb8e066 remove leftover
  • 47e9f66 fixes OAS 3.1 dereferencing
  • 3f51a62 Merge pull request #2131 from swagger-api/enhancement/ResolverFully-Responses
  • 0e945bd Add logic to process responses with resolvFully parsing option
  • 6bdd4be bump snapshot 2.1.24-SNAPSHOT
  • d41c742 prepare release 2.1.23
  • 1803529 update dependencies
  • c84b494 Add ref handling for callbacks
  • Additional commits viewable in compare view


Updates io.swagger.parser.v3:swagger-parser-core from 2.1.22 to 2.1.24

Updates io.swagger.parser.v3:swagger-parser-core from 2.1.22 to 2.1.24

Updates org.bouncycastle:bcpkix-jdk18on from 1.78.1 to 1.79

Changelog

Sourced from org.bouncycastle:bcpkix-jdk18on's changelog.

2.1.1 Version Release: 1.80 Date:      TBD.

2.2.1 Version Release: 1.79 Date:      2024, 30th October.

... (truncated)

Commits


Updates org.bouncycastle:bcprov-jdk18on from 1.78.1 to 1.79

Changelog

Sourced from org.bouncycastle:bcprov-jdk18on's changelog.

2.1.1 Version Release: 1.80 Date:      TBD.

2.2.1 Version Release: 1.79 Date:      2024, 30th October.

... (truncated)

Commits


Updates org.bouncycastle:bcprov-jdk18on from 1.78.1 to 1.79

Changelog

Sourced from org.bouncycastle:bcprov-jdk18on's changelog.

2.1.1 Version Release: 1.80 Date:      TBD.

2.2.1 Version Release: 1.79 Date:      2024, 30th October.

... (truncated)

Commits


Updates org.wiremock:wiremock from 3.9.1 to 3.9.2

Release notes

Sourced from org.wiremock:wiremock's releases.

3.9.2

🐞 Bug Fixes

📦 Dependency updates

✍️ Other Updates

Commits
  • 53dfb6e Bump WireMock to version 3.9.2
  • 87d1f5e Merge pull request #2877 from wiremock/dependabot/gradle/versions.junitJupite...
  • 62ec344 Bump versions.junitJupiter from 5.11.2 to 5.11.3
  • 6986b27 Merge pull request #2875 from wiremock/renderable-date-to-json
  • 6a4050e write RenderableDate to JSON correctly.
  • 0438c2a Merge pull request #2873 from wiremock/bump-jetty-version
  • 331c291 Bump both versions of jetty to the latest versions
  • 1a6fde5 Merge pull request #2869 from wiremock/dependabot/gradle/org.mockito-mockito-...
  • 1f9d2e1 Bump org.mockito:mockito-junit-jupiter from 5.14.1 to 5.14.2
  • 61ab6c3 Merge pull request #2870 from wiremock/dependabot/gradle/org.mockito-mockito-...
  • Additional commits viewable in compare view


Updates org.junit.jupiter:junit-jupiter-engine from 5.11.2 to 5.11.3

Release notes

Sourced from org.junit.jupiter:junit-jupiter-engine's releases.

JUnit 5.11.3 = Platform 1.11.3 + Jupiter 5.11.3 + Vintage 5.11.3

See Release Notes.

Full Changelog: https://github.com/junit-team/junit5/compare/r5.11.2...r5.11.3

Commits
  • b20991e Release 5.11.3
  • e57b508 Finalize 5.11.3 release notes
  • fb1254c Allow repeating ExtendWith annotation on fields and parameters
  • a3192bd Fix package name comparison on Java 8 (#4077)
  • fcb7b01 Remove useless Order annotation
  • 57dfcb5 Allow repeating @…Source annotations when used as meta annotations
  • 09cd8b3 Add ArchUnit test for consistency of repeatable annotations
  • fa46a92 Hard-wrap at 90 characters
  • 8f45eea Find repeatable @⁠ExtendWith meta-annotations on fields again
  • b451122 Introduce release notes for 5.11.3
  • Additional commits viewable in compare view


Updates org.junit.jupiter:junit-jupiter-api from 5.11.2 to 5.11.3

Release notes

Sourced from org.junit.jupiter:junit-jupiter-api's releases.

JUnit 5.11.3 = Platform 1.11.3 + Jupiter 5.11.3 + Vintage 5.11.3

See Release Notes.

Full Changelog: https://github.com/junit-team/junit5/compare/r5.11.2...r5.11.3

Commits
  • b20991e Release 5.11.3
  • e57b508 Finalize 5.11.3 release notes
  • fb1254c Allow repeating ExtendWith annotation on fields and parameters
  • a3192bd Fix package name comparison on Java 8 (#4077)
  • fcb7b01 Remove useless Order annotation
  • 57dfcb5 Allow repeating @…Source annotations when used as meta annotations
  • 09cd8b3 Add ArchUnit test for consistency of repeatable annotations
  • fa46a92 Hard-wrap at 90 characters
  • 8f45eea Find repeatable @⁠ExtendWith meta-annotations on fields again
  • b451122 Introduce release notes for 5.11.3
  • Additional commits viewable in compare view


Updates org.junit.jupiter:junit-jupiter-params from 5.11.2 to 5.11.3

Release notes

Sourced from org.junit.jupiter:junit-jupiter-params's releases.

JUnit 5.11.3 = Platform 1.11.3 + Jupiter 5.11.3 + Vintage 5.11.3

See Release Notes.

Full Changelog: https://github.com/junit-team/junit5/compare/r5.11.2...r5.11.3

Commits
  • b20991e Release 5.11.3
  • e57b508 Finalize 5.11.3 release notes
  • fb1254c Allow repeating ExtendWith annotation on fields and parameters
  • a3192bd Fix package name comparison on Java 8 (#4077)
  • fcb7b01 Remove useless Order annotation
  • 57dfcb5 Allow repeating @…Source annotations when used as meta annotations
  • 09cd8b3 Add ArchUnit test for consistency of repeatable annotations
  • fa46a92 Hard-wrap at 90 characters
  • 8f45eea Find repeatable @⁠ExtendWith meta-annotations on fields again
  • b451122 Introduce release notes for 5.11.3
  • Additional commits viewable in compare view


Updates org.junit.jupiter:junit-jupiter-api from 5.11.2 to 5.11.3

Release notes

Sourced from org.junit.jupiter:junit-jupiter-api's releases.

JUnit 5.11.3 = Platform 1.11.3 + Jupiter 5.11.3 + Vintage 5.11.3

See Release Notes.

Full Changelog: https://github.com/junit-team/junit5/compare/r5.11.2...r5.11.3

Commits
  • b20991e Release 5.11.3
  • e57b508 Finalize 5.11.3 release notes
  • fb1254c Allow repeating ExtendWith annotation on fields and parameters
  • a3192bd Fix package name comparison on Java 8 (#4077)
  • fcb7b01 Remove useless Order annotation
  • 57dfcb5 Allow repeating @…Source annotations when used as meta annotations
  • 09cd8b3 Add ArchUnit test for consistency of repeatable annotations
  • fa46a92 Hard-wrap at 90 characters
  • 8f45eea Find repeatable @⁠ExtendWith meta-annotations on fields again
  • b451122 Introduce release notes for 5.11.3
  • Additional commits viewable in compare view


Updates org.junit.jupiter:junit-jupiter-params from 5.11.2 to 5.11.3

Release notes

Sourced from org.junit.jupiter:junit-jupiter-params's releases.

JUnit 5.11.3 = Platform 1.11.3 + Jupiter 5.11.3 + Vintage 5.11.3

See Release Notes.

Full Changelog: https://github.com/junit-team/junit5/compare/r5.11.2...r5.11.3

Commits
  • b20991e Release 5.11.3
  • e57b508 Finalize 5.11.3 release notes
  • fb1254c Allow repeating ExtendWith annotation on fields and parameters
  • a3192bd Fix package name comparison on Java 8 (#4077)
  • fcb7b01 Remove useless Order annotation
  • 57dfcb5 Allow repeating @…Source annotations when used as meta annotations
  • 09cd8b3 Add ArchUnit test for consistency of repeatable annotations
  • fa46a92 Hard-wrap at 90 characters
  • 8f45eea Find repeatable @⁠ExtendWith meta-annotations on fields again
  • b451122 Introduce release notes for 5.11.3
  • Additional commits viewable in compare view


Updates com.puppycrawl.tools:checkstyle from 10.18.2 to 10.20.1

Release notes

Sourced from com.puppycrawl.tools:checkstyle's releases.

checkstyle-10.20.1

Checkstyle 10.20.1 - https://checkstyle.org/releasenotes.html#Release_10.20.1

Bug fixes:

#15851 - google_checks: False positive on left curly brace in switch statement with lambda-like construct

checkstyle-10.20.0

Checkstyle 10.20.0 - https://checkstyle.org/releasenotes.html#Release_10.20.0

Breaking backward compatibility:

#15687 - JavadocMethodCheck: removed unnecessary tokens from acceptable

New:

#14424 - HideUtilityClassConstructor - Add option to skip validation based on list of annotations

Bug fixes:

#15831 - google_checks.xml not allowing eol left curly for switch statement with lambda-like construct

... (truncated)

Commits
  • 892800d [maven-release-plugin] prepare release checkstyle-10.20.1
  • 9a03ea8 doc: release notes for 10.20.1
  • aef0bf1 Issue #13345: Enabled example tests for DefaultComesLast
  • c4eaaba Issue #14631: Updated JAVADOC_INLINE_TAG_START of JavadocTokenTypes to new AS...
  • c2a03ae Issue #13345: Enable examples tests for IllegalInstantiationCheck
  • f75123e Issue #15851: suppress LeftCurlyNl for switch expressions
  • 3dc2a3d Issue #13345: Enable examples tests for IllegalCatchCheck
  • 2a843c0 Issue #13345: Enabled example tests for TrailingCommentCheck
  • 3015216 Issue #13345: Enable examples tests for StringLiteralEqualityCheck
  • aadc377 Issue #14625: fix noinspectionreason for TestMethodWithoutAssertion
  • Additional commits viewable in compare view


Updates org.projectlombok:lombok from 1.18.34 to 1.18.36

Changelog

Sourced from org.projectlombok:lombok's changelog.

v1.18.36 (November 15th, 2024)

  • PLATFORM: JDK23 support added.
  • BUGFIX: Eclipse projects using the com.pro-crafting.tools:jasperreports-maven-plugin will now compile.
Commits
  • 91d79ff [release] pre-release version bump
  • e8db33a Merge pull request #3768 from tamila-krashtan/fix/with-html
  • 0338705 Revert "[fixes #3116] Add multi round support for mapstruct":
  • 9af596e Fix typo in With.html
  • 3394b6e eclipse downloader: When downloading sources, accept failure.
  • 03cd61a Merge branch 'eclipse-tests-fix'
  • 7a9f3a8 Fix resource management in the eclipse downloader:
  • 87bc91a Merge pull request #3764 from Rawi01/update-index
  • d21d551 Close ZipOutputStream in eclipse dependency downloader
  • 5caea32 [fixes #3761] Update annotation value index
  • Additional commits viewable in compare view


Updates org.apache.maven.archetype:archetype-packaging from 3.3.0 to 3.3.1

Release notes

Sourced from org.apache.maven.archetype:archetype-packaging's releases.

3.3.1

Release Notes - Maven Archetype - Version 3.3.1

Commits
  • e721b39 [maven-release-plugin] prepare release maven-archetype-3.3.1
  • cb6351c [ARCHETYPE-686] Bump org.apache.velocity:velocity-engine-core from 2.4 to 2.4...
  • 96374eb [ARCHETYPE-574] Use default values in integration tests goal (#232)
  • 24e70c4 [ARCHETYPE-676] Report warning when catalog is not parsable (#234)
  • 3f65ed4 [ARCHETYPE-690] Install archetype-packaging for ITs
  • 2d7b2e5 [ARCHETYPE-689] Restore removed public methods in ArchetypeGenerationRequest
  • e24ef2c Add PR template
  • b96cb78 [ARCHETYPE-688] Allow hyphen in requiredProperty
  • a7b91d8 [ARCHETYPE-680] Use ERROR loglevel in integration test
  • edd826b [ARCHETYPE-687] Bump org.codehaus.plexus:plexus-velocity from 2.1.0 to 2.2.0 ...
  • Additional commits viewable in compare view


Updates com.sap.cloud.security:java-bom from 3.5.3 to 3.5.4

Release notes

Sourced from com.sap.cloud.security:java-bom's releases.

3.5.4

  • [java-security] Reduce log level to debug for errors during certificate parsing
  • [samples] Cleanup and rework most sample applications

Dependency upgrades

  • Bump org.mockito:mockito-core from 5.12.0 to 5.14.2
  • Bump org.eclipse.jetty.version from 12.0.12 to 12.0.13
  • Bump log4j2.version from 2.23.1 to 2.24.1
  • Bump spring.security.version from 6.3.3 to 6.3.4
  • Bump spring.core.version from 6.1.12 to 6.1.14
  • Bump spring.boot.version from 3.3.2 to 3.3.3
Changelog

Sourced from com.sap.cloud.security:java-bom's changelog.

3.5.4

  • [java-security] Reduce log level to debug for errors during certificate parsing
  • [samples] Cleanup and rework most sample applications

Dependency upgrades

  • Bump org.mockito:mockito-core from 5.12.0 to 5.14.2
  • Bump org.eclipse.jetty.version from 12.0.12 to 12.0.13
  • Bump log4j2.version from 2.23.1 to 2.24.1
  • Bump spring.security.version from 6.3.3 to 6.3.4
  • Bump spring.core.version from 6.1.12 to 6.1.14
  • Bump spring.boot.version from 3.3.2 to 3.3.3
Commits