Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
Release Notes
Kotlin/kotlinx.serialization
### [`v1.4.1`](https://togithub.com/Kotlin/kotlinx.serialization/blob/HEAD/CHANGELOG.md#141--2022-10-14)
\==================
This is patch release contains several bugfixes and improvements.
Kotlin 1.7.20 is used by default.
##### Improvements
- Add [@MustBeDocumented](https://togithub.com/MustBeDocumented) to certain annotations ([#2059](https://togithub.com/Kotlin/kotlinx.serialization/issues/2059))
- Deprecate .isNullable in SerialDescriptor builder ([#2040](https://togithub.com/Kotlin/kotlinx.serialization/issues/2040))
- Unsigned primitives and unsigned arrays serializers can be retrieved as built-ins ([#1992](https://togithub.com/Kotlin/kotlinx.serialization/issues/1992))
- Serializers are now cached inside reflective lookup, leading to faster serializer retrieval ([#2015](https://togithub.com/Kotlin/kotlinx.serialization/issues/2015))
- Compiler plugin can create enum serializers using static factories for better speed ([#1851](https://togithub.com/Kotlin/kotlinx.serialization/issues/1851)) (Kotlin 1.7.20 required)
- Provide foundation for compiler plugin intrinsics available in Kotlin 1.8.0 ([#2031](https://togithub.com/Kotlin/kotlinx.serialization/issues/2031))
##### Bugfixes
- Support polymorphism in Properties format ([#2052](https://togithub.com/Kotlin/kotlinx.serialization/issues/2052)) (thanks to [Rodrigo Vedovato](https://togithub.com/rodrigovedovato))
- Added support of UTF-16 surrogate pairs to okio streams ([#2033](https://togithub.com/Kotlin/kotlinx.serialization/issues/2033))
- Fix dependency on core module from HOCON module ([#2020](https://togithub.com/Kotlin/kotlinx.serialization/issues/2020)) (thanks to [Osip Fatkullin](https://togithub.com/osipxd))
influxdata/influxdb-client-java
### [`v6.7.0`](https://togithub.com/influxdata/influxdb-client-java/blob/HEAD/CHANGELOG.md#670-2022-11-03)
##### Features
1. [#439](https://togithub.com/influxdata/influxdb-client-java/pull/439): Add `FluxRecord.getRow()` which stores response data in a list
2. [#457](https://togithub.com/influxdata/influxdb-client-java/pull/457): Add possibility to use `AuthorizationPostRequest` and `AuthorizationUpdateRequest` in `AuthorizationApi`
##### Bug Fixes
1. [#459](https://togithub.com/influxdata/influxdb-client-java/pull/459): Fix support for InfluxDB 1.8.x in InfluxQLQueryAPI
##### CI
1. [#460](https://togithub.com/influxdata/influxdb-client-java/pull/460): Check dependency licenses
##### Dependencies
1. [#446](https://togithub.com/influxdata/influxdb-client-java/pull/446): Remove `gson-fire`
Update dependencies:
##### Build:
- [#434](https://togithub.com/influxdata/influxdb-client-java/pull/434): `kotlin` to `1.7.20`
- [#436](https://togithub.com/influxdata/influxdb-client-java/pull/436): `scala-library` to `2.13.9`
- [#443](https://togithub.com/influxdata/influxdb-client-java/pull/443): `micrometer-registry-influx` to `1.9.5`
- [#451](https://togithub.com/influxdata/influxdb-client-java/pull/451): `karaf` to `4.4.2`
- [#449](https://togithub.com/influxdata/influxdb-client-java/pull/449): `spring-boot` to `2.7.5`
- [#462](https://togithub.com/influxdata/influxdb-client-java/pull/462): `gson` to `2.10`
##### Maven Plugin:
- [#445](https://togithub.com/influxdata/influxdb-client-java/pull/445): `dokka-maven-plugin` to `1.7.20`
- [#450](https://togithub.com/influxdata/influxdb-client-java/pull/450): `versions-maven-plugin` to `2.13.0`
##### Test:
- [#440](https://togithub.com/influxdata/influxdb-client-java/pull/440): `logback-classic` to `1.3.4`
- [#444](https://togithub.com/influxdata/influxdb-client-java/pull/444): `scalatest-maven-plugin` to `2.2.0`
- [#452](https://togithub.com/influxdata/influxdb-client-java/pull/452): `mockito` to `4.8.1`
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.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
1.8.4+kotlin.1.7.20
->1.8.5+kotlin.1.7.20
0.62.0+1.19.2
->0.65.3+1.19.3
0.14.9
->0.14.10
1.17.1+build.65
->1.19.2+build.28
1.4.0
->1.4.1
6.6.0
->6.7.0
⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
Release Notes
Kotlin/kotlinx.serialization
### [`v1.4.1`](https://togithub.com/Kotlin/kotlinx.serialization/blob/HEAD/CHANGELOG.md#141--2022-10-14) \================== This is patch release contains several bugfixes and improvements. Kotlin 1.7.20 is used by default. ##### Improvements - Add [@MustBeDocumented](https://togithub.com/MustBeDocumented) to certain annotations ([#2059](https://togithub.com/Kotlin/kotlinx.serialization/issues/2059)) - Deprecate .isNullable in SerialDescriptor builder ([#2040](https://togithub.com/Kotlin/kotlinx.serialization/issues/2040)) - Unsigned primitives and unsigned arrays serializers can be retrieved as built-ins ([#1992](https://togithub.com/Kotlin/kotlinx.serialization/issues/1992)) - Serializers are now cached inside reflective lookup, leading to faster serializer retrieval ([#2015](https://togithub.com/Kotlin/kotlinx.serialization/issues/2015)) - Compiler plugin can create enum serializers using static factories for better speed ([#1851](https://togithub.com/Kotlin/kotlinx.serialization/issues/1851)) (Kotlin 1.7.20 required) - Provide foundation for compiler plugin intrinsics available in Kotlin 1.8.0 ([#2031](https://togithub.com/Kotlin/kotlinx.serialization/issues/2031)) ##### Bugfixes - Support polymorphism in Properties format ([#2052](https://togithub.com/Kotlin/kotlinx.serialization/issues/2052)) (thanks to [Rodrigo Vedovato](https://togithub.com/rodrigovedovato)) - Added support of UTF-16 surrogate pairs to okio streams ([#2033](https://togithub.com/Kotlin/kotlinx.serialization/issues/2033)) - Fix dependency on core module from HOCON module ([#2020](https://togithub.com/Kotlin/kotlinx.serialization/issues/2020)) (thanks to [Osip Fatkullin](https://togithub.com/osipxd))influxdata/influxdb-client-java
### [`v6.7.0`](https://togithub.com/influxdata/influxdb-client-java/blob/HEAD/CHANGELOG.md#670-2022-11-03) ##### Features 1. [#439](https://togithub.com/influxdata/influxdb-client-java/pull/439): Add `FluxRecord.getRow()` which stores response data in a list 2. [#457](https://togithub.com/influxdata/influxdb-client-java/pull/457): Add possibility to use `AuthorizationPostRequest` and `AuthorizationUpdateRequest` in `AuthorizationApi` ##### Bug Fixes 1. [#459](https://togithub.com/influxdata/influxdb-client-java/pull/459): Fix support for InfluxDB 1.8.x in InfluxQLQueryAPI ##### CI 1. [#460](https://togithub.com/influxdata/influxdb-client-java/pull/460): Check dependency licenses ##### Dependencies 1. [#446](https://togithub.com/influxdata/influxdb-client-java/pull/446): Remove `gson-fire` Update dependencies: ##### Build: - [#434](https://togithub.com/influxdata/influxdb-client-java/pull/434): `kotlin` to `1.7.20` - [#436](https://togithub.com/influxdata/influxdb-client-java/pull/436): `scala-library` to `2.13.9` - [#443](https://togithub.com/influxdata/influxdb-client-java/pull/443): `micrometer-registry-influx` to `1.9.5` - [#451](https://togithub.com/influxdata/influxdb-client-java/pull/451): `karaf` to `4.4.2` - [#449](https://togithub.com/influxdata/influxdb-client-java/pull/449): `spring-boot` to `2.7.5` - [#462](https://togithub.com/influxdata/influxdb-client-java/pull/462): `gson` to `2.10` ##### Maven Plugin: - [#445](https://togithub.com/influxdata/influxdb-client-java/pull/445): `dokka-maven-plugin` to `1.7.20` - [#450](https://togithub.com/influxdata/influxdb-client-java/pull/450): `versions-maven-plugin` to `2.13.0` ##### Test: - [#440](https://togithub.com/influxdata/influxdb-client-java/pull/440): `logback-classic` to `1.3.4` - [#444](https://togithub.com/influxdata/influxdb-client-java/pull/444): `scalatest-maven-plugin` to `2.2.0` - [#452](https://togithub.com/influxdata/influxdb-client-java/pull/452): `mockito` to `4.8.1`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.