chore(deps): update all dependencies #146
Merged
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.6
->8.0.2
1.7.20
->1.8.10
6.14.0
->6.17.0
0.24.0
->0.25.1
0.12.1
->0.13.0
1.4.4
->1.4.6
2.2.1
->2.2.4
2.2.1
->2.2.4
2.2.1
->2.2.4
2.2.1
->2.2.4
2.2.1
->2.2.4
2.2.1
->2.2.4
2.2.1
->2.2.4
2.2.1
->2.2.4
2.2.1
->2.2.4
2.2.1
->2.2.4
2.2.1
->2.2.4
2.2.1
->2.2.4
2.2.1
->2.2.4
1.4.1
->1.5.0
1.4.1
->1.5.0
1.8.10
->1.8.20
1.8.10
->1.8.20
Release Notes
gradle/gradle
v8.0.2
: 8.0.2The Gradle team is excited to announce Gradle 8.0.2.
This is the second patch release for Gradle 8.0. We recommend using 8.0.2 instead of 8.0.
It fixes the following issues:
JavaCompile
Issues fixed in the first patch release:
target
flag--no-rebuild
suddenly gone without new deprecation cycle and without the reason for its undeprecation being voidRead the Release Notes
Upgrade Instructions
Switch your build to use Gradle 8.0.2 by updating your wrapper:
See the Gradle 7.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 8.0.2.
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.
v8.0.1
: 8.0.1This is a patch release for 8.0. We recommend using 8.0.1 instead of 8.0.
It fixes the following issues:
target
flag--no-rebuild
suddenly gone without new deprecation cycle and without the reason for its undeprecation being voidRead the Release Notes
Upgrade Instructions
Switch your build to use Gradle 8.0.1 by updating your wrapper:
See the Gradle 7.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 8.0.1.
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.
v7.6.1
: 7.6.1This is a patch release for 7.6. We recommend using 7.6.1 instead of 7.6.
It fixes the following issues:
.gradle/jdks
Read the Release Notes
Upgrade Instructions
Switch your build to use Gradle 7.6.1 by updating your wrapper:
See the Gradle 7.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 7.6.1.
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.
Kotlin/dokka
v1.8.10
: 1.8.10 BetaDokka's documentation has been entirely rewritten and can now be found on kotlinlang.org:
Note: Version 1.8.0 was skipped due to a Metaspace memory leak in Kotlin's reflection (KT-56093). Dokka 1.8.10 should be fully compatible with Kotlin 1.8.0.
Improvements
Inheritors
,Parameters
,See also
andSamples
tabs into the main declaration description (#2688).Members
andMembers & Extensions
tabs to class-like declaration pages (#2764).Bugfixes
var
properties being displayed (#2717).DokkaLogger
(#2827).Gradle Plugin
NoSuchMethodError
when running under Gradle 8 (#2796).outputDirectory
input property (#556).moduleVersion
input property (#2799). Thanks to @JavierSegoviaCordoba!MultiModule
tasks (#2806). Thanks to @TWiStErRob!Javadoc
javadoc.jar
produced by Dokka is imported into IntelliJ IDEA / Android Studio (#2734). Thanks to @bomberaya!Plugin API
Infrastructure
Other
jackson-databind
to avoid CVE-2022-42003 (#2733). Thanks to @ryanlewis!Jsoup
to avoid CVE-2022-36033 (#2772).vanniktech/gradle-maven-publish-plugin
v0.25.1
Compare Source
v0.25.0
Compare Source
createStagingRepository
task now uses the worker API which allows the project to builtin parallel to the creation of the staging repository.
care of creating the sources jar on its own. Because of this the base plugin won't allow disabling
sources jar creation for Kotlin/JS projects anymore starting with 1.8.20. The
KotlinJs
constructorwith a
sourcesJar
parameter has been deprecated.java-test-fixtures
projectscom.gradle.plugin-publish
1.0.0 and 1.1.0com.gradle.plugin-publish
1.0.0common
sources jar for multiplatform projects will only containthe sources of the common source set instead of containing the sources from all source sets.
Configuration cache status
Configuration cache is supported starting with Gradle 7.6+ except for:
Kotlin/binary-compatibility-validator
v0.13.0
Compare Source
ktorio/ktor
v2.2.4
Compare Source
Bugfixes
v2.2.3
Compare Source
Improvements
Bugfixes
tcpKeepAlive
(KTOR-5370)v2.2.2
Compare Source
Improvements
Bugfixes
Kotlin/kotlinx.serialization
v1.5.0
==================
This release contains all features and bugfixes from 1.5.0-RC plus some experimental features and bugfixes on its own (see below).
Kotlin 1.8.10 is used as a default.
HoconEncoder and HoconDecoder interfaces and HOCON-specific serializers
These interfaces work in a way similar to
JsonEncoder
andJsonDecoder
: they allow intercepting (de)serialization process,making writing if custom HOCON-specific serializers easier. New
ConfigMemorySizeSerializer
andJavaDurationSerializer
already make use of them.See more details in the PR.
Big thanks to Alexander Mikhailov for contributing this!
Ability to read buffered huge strings in custom Json deserializers
New interface
ChunkedDecoder
allows you to read huge strings that may not fit in memory by chunks.Currently, this interface is only implemented by Json decoder that works with strings and streams,
but we may expand it later, if there's a demand for it.
See more details in the PR authored by Alexey Sviridov.
Bugfixes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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 has been generated by Mend Renovate. View repository job log here.