Update all non-major dependencies #4168
Open
+37
−37
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:
3.8.1-debian-12-r1
->3.9.0-debian-12-r4
8.10.2
->8.12
11.5
->11.6
3.26.3
->3.27.2
3.5.0
->3.5.1
5.3.0
->5.4.0
5.3.0
->5.4.0
2.5.5.0
->2.6.0.0
6.1.3
->6.1.4
1.21.0
->1.21.2
2.6.0
->2.8.1
7.0.0.202409031743-r
->7.1.0.202411261347-r
1.18.34
->1.18.36
1.17.1
->1.17.2
4.8.177
->4.8.179
3.1.9
->3.1.10
7.8.0
->7.10.0
6.0.26
->6.0.27
2.2.23
->2.2.27
3.3.5
->3.4.1
1.2.0
->1.2.1
2.3.2
->2.5.0
2.17.0
->2.18.0
1.24.0
->1.25.2
1.5.12
->1.5.16
1.5.12
->1.5.16
2.2.0
->2.3.0
2.29.9
->2.29.48
5.14.2
->5.15.2
4.1.114.Final
->4.1.116.Final
2.18.1
->2.18.2
5.11.3
->5.11.4
2.0.21
->2.1.0
1.44.1
->1.45.0
3.3.5
->3.4.1
6.1.14
->6.2.1
1.13.6
->1.14.2
1.1.6
->1.1.7
Release Notes
gradle/gradle (gradle)
v8.12
Compare Source
v8.11.1
: 8.11.1Compare Source
This is a patch release for Gradle 8.11. We recommend users upgrade to 8.11.1 instead of 8.11.
It fixes the following issues:
Read the Release Notes
Upgrade instructions
Switch your build to use Gradle 8.11.1 by updating your wrapper:
See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.
For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.
Reporting problems
If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.
We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.
v8.11
: 8.11Compare Source
The Gradle team is excited to announce Gradle 8.11.
Read the Release Notes
We would like to thank the following community members for their contributions to this release of Gradle:
Adam,
alyssoncs,
Bilel MEDIMEGH,
Björn Kautler,
Chuck Thomas,
Daniel Lacasse,
Finn Petersen,
JK,
Jérémie Bresson,
luozexuan,
Mahdi Hosseinzadeh,
Markus Gaisbauer,
Matthew Haughton,
Matthew Von-Maszewski,
ploober,
Siarhei,
Titus James,
vrp0211
Upgrade instructions
Switch your build to use Gradle 8.11 by updating your wrapper:
See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.
For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.
Reporting problems
If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.
We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.
mariadb-corporation/mariadb-connector-j (org.mariadb.jdbc:mariadb-java-client)
v3.5.1
Compare Source
Full Changelog
Notable changes
Bugs Fixed
GoogleCloudPlatform/cloud-sql-mysql-socket-factory (com.google.cloud.sql:mysql-socket-factory-connector-j-8)
v1.21.2
Bug Fixes
Dependencies
v1.21.1
Dependencies
Documentation
springdoc/springdoc-openapi (org.springdoc:springdoc-openapi-starter-webmvc-ui)
v2.8.1
Compare Source
Fixed
v2.8.0
Compare Source
Added
Changed
Fixed
v2.7.0
Compare Source
Added
Changed
projectlombok/lombok (org.projectlombok:lombok)
v1.18.36
Compare Source
apache/commons-codec (commons-codec:commons-codec)
v1.17.2
The Apache Commons Codec component contains encoders and decoders for
formats such as Base16, Base32, Base64, digest, and Hexadecimal. In addition to these
widely used encoders and decoders, the codec package also maintains a
collection of phonetic encoding utilities.
This is a feature and maintenance release. Java 8 or later is required.
eclipse-ee4j/jersey (org.glassfish.jersey.media:jersey-media-multipart)
v3.1.10
Compare Source
quartz-scheduler/quartz (org.quartz-scheduler:quartz)
v2.5.0
: Quartz 2.5.0Most Significant Changes This Release (over 2.4.0):
All changes/updates:
Open Issues
Completed Issues
v2.4.0
: Quartz 2.4.0Most Significant Changes This Release:
All changes/updates:
Open Issues
Completed Issues
google/google-java-format (com.google.googlejavaformat:google-java-format)
v1.25.2
Changes:
Full Changelog: google/google-java-format@v1.25.1...v1.25.2
v1.25.1
Changes:
Full Changelog: google/google-java-format@v1.25.0...v1.25.1
v1.25.0
The minimum support JDK version to run google-java-format is now JDK 17 (#1159). Using google-java-format to format earlier versions of the language is still supported, but running the formatter itself on JDK 17 or newer is required.
Changes:
when
pattern guardsFull Changelog: google/google-java-format@v1.24.0...v1.25.0
resilience4j/resilience4j (io.github.resilience4j:resilience4j-bom)
v2.3.0
Enhancements
decorateSupplier
as aRetry
instance method.Retry#executeSuspendExecute
condition to enhance consistency withFlowRetry
.Synchronized
toReentrantLock
to avoid virtual-thread pinning issues.Clock
toCircuitBreakerConfig
and utilize it in the state machine.RateLimiter.executeSuspendFunction
respectsdrainPermissionsOnResult
in the configuration.RateLimiter
permits in annotations.Bugs
DefaultEventConsumerRegistry
.CompletionStage
does not complete on user-supplied predicate failures.StackOverflowError
and circular reference in CircuitBreaker configuration handling.slowCallDurationThreshold
.mockito/mockito (org.mockito:mockito-bom)
v5.15.2
Changelog generated by Shipkit Changelog Gradle Plugin
5.15.2
JetBrains/kotlin (org.jetbrains.kotlin:kotlin-bom)
v2.1.0
Analysis API
New Features
KT-68603
KotlinDirectInheritorsProvider: add an option to ignore non-kotlin resultsPerformance Improvements
KT-70757
Performance problem in KaFirVisibilityChecker for KaFirPsiJavaClassSymbolFixes
KT-70437
Class reference is not resolvableKT-57733
Analysis API: Use optimizedModuleWithDependenciesScope
s in combined symbol providersKT-72389
K2: False positive "Redundant 'protected' modifier" for protected property inside protected constructor from private or internal classKT-69190
K2: False-positive "redundant private modifier"KT-64984
Analysis API: Support Wasm targetKT-70375
K2: NPE at org.jetbrains.kotlin.analysis.api.fir.symbols.KaFirNamedClassSymbolBase.createPointerKT-71259
K2 evaluator: Invalid smart cast info collecting for Code FragmentsKT-69360
Lack of implicit receiver for the last statement under lambda in scriptsKT-70890
Analysis API: Experiment with weak references to LL FIR/analysis sessions in session cachesKT-70657
Analysis API: Inner types from classes with generics are incorrectly represented by the compiled jarsKT-71055
Suspend calls inside 'analyze()' break the block guaranteesKT-70815
Analysis API: Implement stop-the-world session invalidationKT-69819
K2 IDE: LHS type in callable references is unresolved when it has type arguments and is qualifiedKT-68761
Analysis API: Experiment with limited-size cache inKaFirSessionProvider
KT-70384
Analysis API Standalone: The same class in the same two renamed jars is unresolvedKT-71067
Exceptions from references cancel Find UsagesKT-69535
Redesign 'containingSymbol'KT-71025
K2 IDE: Scopes in "importingScopeContext" have reversed ordering and "indexInTower" valuesKT-67483
K2 IDE: Serializable plugin causes infinite resolve recursion when there is a star import from a class with annotation callKT-69416
K2 IDE / Completion: “No classifier found” on simple value creatingKT-70257
CCE: class kotlin.UInt cannot be cast to class java.lang.NumberKT-70376
K2 IDE / Kotlin Debugger: IAE “Only componentN functions should be cached this way, but got: toString” on evaluating toString() method for value classKT-70264
AA: service registration via XML fails with AbstractMethodError in Lint CLIKT-69950
Analysis API: IntroduceisSubtypeOf(ClassId)
KT-68625
K2: “lazyResolveToPhase(STATUS)
cannot be called from a transformer with a phase STATUS.”KT-67665
K2: contract violation for value class with a constructor parameter with an implicit typeKT-67009
Analysis API: Add abbreviated type tests for type aliases from source modulesKT-69977
KaFirFunctionalType#getAbbreviation is always nullKT-68341
Analysis API: Expanded function types from libraries don't have an abbreviated typeKT-68857
Analysis API: Refactor annotationsKT-70386
Do not filter out overloads from different libraries in dangling filesKT-65552
K2: CANNOT_CHECK_FOR_ERASED in KtTypeCodeFragmentKT-65803
K2: Analysis API: KtFirTypeProvider#getSubstitutedSuperTypes throws an exception in the case of "Wrong number of type arguments"KT-68896
Support VirtualFile binary dependency inputs to Analysis API modulesKT-69395
K2 IDE: incorrect overload selection from binary dependencies in a shared native source setKT-68573
ISE: "Unexpected constant value (kotlin/annotation/AnnotationTarget, CLASS)" at Kt1DescUtilsKt.toKtConstantValue()KT-69576
Analysis API: FIR implementation of "isImplicitReferenceToCompanion" returns false for companion references in implicit invoke operator callsKT-69568
Analysis API: FIR implementation of "isImplicitReferenceToCompanion" returns true for non-companion references in qualified callsKT-69436
Analysis API Platform: EncapsulateLLFirDeclarationModificationService
as an engine serviceKT-63004
K2: Analysis API: Design API for querying declarations generated by compiler plugins (similar to indicConfiguration
📅 Schedule: Branch creation - "* 0-3 * * 1" (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.