fix(deps): update backend non-major dependencies #1531
+11
−11
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
7.17.0→7.19.01.21.3→1.21.41.21.3→1.21.42.7.0→2.8.15.5.0.Final→5.5.2.Final3.19.0→3.20.08.15.0→8.16.02.8.14→2.8.158.25.0→8.30.08.25.0→8.30.08.25.0→8.30.03.4.0→3.4.23.50.0→3.51.03.5.7→3.5.9Release Notes
openapitools/openapi-generator (org.openapitools:openapi-generator-cli)
v7.19.0: releasedCompare Source
v7.19.0 stable release comes with 130+ enhancements, bug fixes. Once again thanks for all the contributions from the community.
Below are the highlights of the changes. For a full list of changes, please refer to the "Pull Request" tab.
General
C#
C++
Crystal
Go
Java
Kotlin
Nim
PHP
ProtoBuf
Python
R
Rust
Swift
TypeScript
v7.18.0: releasedCompare Source
v7.18.0 stable release comes with 130+ enhancements, bug fixes. Once again thanks for all the contributions from the community.
Below are the highlights of the changes. For a full list of changes, please refer to the "Pull Request" tab.
General
C++
C#
Crystal
Go
Java
Kotlin
Nim
PHP
ProtoBuf
Python
Ruby
Rust
Scala
TypeScript
testcontainers/testcontainers-java (org.testcontainers:junit-jupiter)
v1.21.4Compare Source
This release makes version 1.21.x works with recent Docker Engine changes.
Yubico/java-webauthn-server (com.yubico:webauthn-server-core)
v2.8.1: Version 2.8.1Compare Source
Fixes:
Artifacts built with
openjdk version "17.0.17" 2025-10-21.v2.8.0: Version 2.8.0Compare Source
New features:
COSEAlgorithmIdentifierconstants.COSEAlgorithmIdentifier.Ed25519,COSEAlgorithmIdentifier.Ed448andPublicKeyCredentialParameters.Ed448CredentialRepositoryV2.RelyingPartycan now be configured with aCredentialRepositoryV2instance instead of aCredentialRepositoryinstance. This changes the result of theRelyingPartybuilder toRelyingPartyV2.CredentialRepositoryV2andRelyingPartyV2enable a suite of new features:CredentialRepositoryV2does not assume that the application has usernames, instead username support is modular. In addition to theCredentialRepositoryV2,RelyingPartyV2can be optionally configured with aUsernameRepositoryas well. If aUsernameRepositoryis not set, thenRelyingPartyV2.startAssertion(StartAssertionOptions)will fail at runtime ifStartAssertionOptions.usernameis set.CredentialRepositoryV2uses a new interfaceCredentialRecordto represent registered credentials, instead of the concreteRegisteredCredentialclass (althoughRegisteredCredentialalso implementsCredentialRecord). This provides implementations greater flexibility while also automating the type conversion toPublicKeyCredentialDescriptorneeded instartRegistration()andstartAssertion().RelyingPartyV2.finishAssertion()returns a new typeAssertionResultV2with a new methodgetCredential(), which returns theCredentialRecordthat was verified. The return type ofgetCredential()is generic and preserves the concrete type ofCredentialRecordreturned by theCredentialRepositoryV2implementation.RegisteredCredential.transports.webauthn-server-attestation:New features:
perCredMgmtROFixes:
Artifacts built with
openjdk 17.0.15 2025-04-15.Note: Artifacts are signed by a new key. See Yubico Software Signing.
bucket4j/bucket4j (com.bucket4j:bucket4j_jdk17-core)
v8.16.0Compare Source
What's Changed
New Contributors
Full Changelog: bucket4j/bucket4j@8.15.0...8.16.0
springdoc/springdoc-openapi (org.springdoc:springdoc-openapi-starter-webmvc-api)
v2.8.15Added
@OrdertoApplicationReadyEventlisteneruseReturnTypeSchemais evaluated at HTTP status code level instead of method levelChanged
Fixed
@RequestBodydid not take precedence@Schemaannotations on Kotlin value classesLinkedHashSetapplication.ymlgetsentry/sentry-java (io.sentry:sentry-opentelemetry-core)
v8.30.0Compare Source
Fixes
use
options.isCollectExternalStorageContext = trueor<meta-data android:name="io.sentry.external-storage-context" android:value="true" />NullPointerExceptionwhen reading ANR marker (#4979)log_byte(#4971)Improvements
MAX_EVENT_SIZE_BYTESconstant in SentryOptions (#4962)4xxand5xxresponse (#4950)Feature
ApplicationExitInfo.REASON_CRASH_NATIVEon Android 12+. (#4933)Sentry.metrics()count: A metric that increments countsgauge: A metric that tracks a value that can go up or downdistribution: A metric that tracks the statistical distribution of valuesv8.29.0Compare Source
Fixes
Internal
metricenvelope item type (#4956)v8.28.0Compare Source
Features
SentryOkHttpInterceptorto intercept the request and extract request/response bodiesio.sentry.session-replay.network-detail-allow-urlsmetadata tag in AndroidManifest (code sample)SentryAndroid#init:(Make sure you disable the auto init via manifest meta-data: io.sentry.auto-init=false)
Kotlin
Java
Improvements
rootScopesfor Reactor if current thread hasNoOpScopes(#4793)Fixes
Internal
spanenvelope item type (#4935)Dependencies
v8.27.1Compare Source
Fixes
sentry.propertiesin rundir has not been found (#4929)v8.27.0Compare Source
Features
sentry-openfeaturedependency and register the the hook using:openFeatureApiInstance.addHooks(new SentryOpenFeatureHook());sentry-launchdarkly-androidas a dependency and register theSentryLaunchDarklyAndroidHooksentry-launchdarkly-serveras a dependency and register theSentryLaunchDarklyServerHookenableEventSizeLimitingtotrue(sentry.enable-event-size-limiting=truefor Spring Bootapplication.properties)onOversizedEventcallback to implement custom logic that is executed in case an oversized event is detectedImprovements
Dependencies
v8.26.0Compare Source
Features
Sentry.addFeatureFlag("my-feature-flag", true);) writes to scopes and the current span (if there is one)IScope,IScopes,ISpanandITransactiondirectlyFixes
DefaultReplayBreadcrumbConverterif replay is available (#4888)Improvements
timber.taglog attribute (#4845)Dependencies
awspring/spring-cloud-aws (io.awspring.cloud:spring-cloud-aws-starter-s3)
v3.4.2: 3.4.2Reference documentation
📗 https://docs.awspring.io/spring-cloud-aws/docs/3.4.2/reference/html/index.html
What's Changed
Core
StsWebIdentityTokenFileCredentialsProvideris now not configured if correct properties are not passed by @maciejwalkowiak in #1528Full Changelog: awspring/spring-cloud-aws@v3.4.1...3.4.2
v3.4.1: 3.4.1Reference documentation
📗 https://docs.awspring.io/spring-cloud-aws/docs/3.4.1/reference/html/index.html
What's Changed
SQS
@SqsListenerannotations with@SqsHandleron methods by @joseiedo in #1377maxMessagesPerPollvalidation message inAbstractContainerOptionsby @richardfearn in #1509IMDS
Dependency Upgrades
New Contributors
Full Changelog: awspring/spring-cloud-aws@v3.4.0...v3.4.1
jdbi/jdbi (org.jdbi:jdbi3-bom)
v3.51.0Compare Source
Add new
jackson3artifact for Jackson 3 ( #2878 )Support configuring log level for SqlLogger (#2901, thanks @phinjensen! )
Update to SLF4J 2, to allow for configurable log levels in SqlLogger (#2902)
Deprecate for removal installPlugins plugin discovery. It's too easy to get yourself into trouble.
Support TYPE_USE
@Nullableannotations like JSpecify ( #2899, thanks @protocol7 ! )Allow
@GetGeneratedKeyson@SqlUpdatemethods to return multiple results as Lists or arrays (#2897, original PR by @aharin, thank you!)spring-projects/spring-boot (org.springframework.boot:spring-boot-starter-parent)
v3.5.9Compare Source
v3.5.8Compare Source
🐞 Bug Fixes
@ConditionalOnSingleCandidatewith multiple manually registered singletons #48123@PreDestroymethods #48061📔 Documentation
🔨 Dependency Upgrades
❤️ Contributors
Thank you to all the contributors who worked on this release:
@K-jun98, @TerryTaoYY, @hojooo, @linw-bai,
Configuration
📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.