From 6a4d2011cafe760c4dddeadc96ddae0b1d143cde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 08:29:45 +0000 Subject: [PATCH 1/2] chore(deps): bump io.reactivex.rxjava3:rxjava from 3.1.6 to 3.1.8 Bumps [io.reactivex.rxjava3:rxjava](https://github.com/ReactiveX/RxJava) from 3.1.6 to 3.1.8. - [Release notes](https://github.com/ReactiveX/RxJava/releases) - [Commits](https://github.com/ReactiveX/RxJava/compare/v3.1.6...v3.1.8) --- updated-dependencies: - dependency-name: io.reactivex.rxjava3:rxjava dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8281542257..c65992d4ac 100644 --- a/pom.xml +++ b/pom.xml @@ -112,7 +112,7 @@ 4.11.0 3.6.0 2.10.1 - 3.1.6 + 3.1.8 3.2.2 3.6.0 From 2e22fb807d2013808aaf40600925ce331bea3db8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Bedn=C3=A1=C5=99?= Date: Mon, 8 Jan 2024 09:45:23 +0100 Subject: [PATCH 2/2] docs: Update CHANGELOG.md [skip CI] --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5280877e04..9e5be6026f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ Update dependencies: #### Build: - [#669](https://github.com/influxdata/influxdb-client-java/pull/669): `commons-lang3` to `3.14.0` - [#670](https://github.com/influxdata/influxdb-client-java/pull/670): `micrometer-registry-influx` to `1.12.1` + - [#667](https://github.com/influxdata/influxdb-client-java/pull/667): `rxjava` to `3.1.8` ## 6.12.0 [2023-12-15]