From 5c6f1eb88b90da57d9159b971c67b9810b4e84c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 20:21:57 +0000 Subject: [PATCH 1/2] chore(deps): bump io.reactivex.rxjava3:rxjava from 3.1.8 to 3.1.10 Bumps [io.reactivex.rxjava3:rxjava](https://github.com/ReactiveX/RxJava) from 3.1.8 to 3.1.10. - [Release notes](https://github.com/ReactiveX/RxJava/releases) - [Commits](https://github.com/ReactiveX/RxJava/compare/v3.1.8...v3.1.10) --- 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 473d0d66ed..643a8a0b12 100644 --- a/pom.xml +++ b/pom.xml @@ -112,7 +112,7 @@ 4.12.0 3.9.0 2.11.0 - 3.1.8 + 3.1.10 3.5.0 3.10.1 From bb0b9d6011021bd827301c5c602da12a041c5d04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Bedn=C3=A1=C5=99?= Date: Thu, 5 Dec 2024 08:35:49 +0100 Subject: [PATCH 2/2] docs: Update CHANGELOG.md [skip CI] --- CHANGELOG.md | 26 +------------------------- 1 file changed, 1 insertion(+), 25 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b194a833d..921759e2fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,31 +2,7 @@ ### Dependencies -Update dependencies: - -#### Build: - - [#773](https://github.com/influxdata/influxdb-client-java/pull/773): `micrometer-registry-influx` to `1.13.4` - - [#770](https://github.com/influxdata/influxdb-client-java/pull/770): `spring-boot` to `3.3.4` - - [#769](https://github.com/influxdata/influxdb-client-java/pull/769): `scala-library` to `2.12.20` - - [#771](https://github.com/influxdata/influxdb-client-java/pull/771): `pekko` to `1.1.1` - - [#772](https://github.com/influxdata/influxdb-client-java/pull/772): `kotlin` to `2.0.20` - -#### Maven: - - [#758](https://github.com/influxdata/influxdb-client-java/pull/758): `maven-checkstyle-plugin` to `3.5.0` - - [#763](https://github.com/influxdata/influxdb-client-java/pull/763): `maven-project-info-reports-plugin` to `3.7.0` - - [#776](https://github.com/influxdata/influxdb-client-java/pull/776): `maven-javadoc-plugin` to `3.10.1` - - [#765](https://github.com/influxdata/influxdb-client-java/pull/765): `maven-site-plugin` to `3.20.0` - - [#766](https://github.com/influxdata/influxdb-client-java/pull/766): `versions-maven-plugin` to `2.17.1` - - [#775](https://github.com/influxdata/influxdb-client-java/pull/775): `scala-maven-plugin` to `4.9.2` - - [#777](https://github.com/influxdata/influxdb-client-java/pull/777): `maven-surefire-plugin`, `maven-failsafe-plugin` to `3.5.0` - - [#778](https://github.com/influxdata/influxdb-client-java/pull/778): `maven-deploy-plugin` to `3.1.3` - -#### Test: - - [#774](https://github.com/influxdata/influxdb-client-java/pull/774): `junit-jupiter` to `5.11.1` - -#### Examples: - - [#760](https://github.com/influxdata/influxdb-client-java/pull/760): `commons-lang3` to `3.17.0` - - [#767](https://github.com/influxdata/influxdb-client-java/pull/767): `commons-cli` to `1.9.0` +⚠️ Important Notice: Starting from this release, we won’t be listing every dependency change in our changelog. This helps us maintain the project faster and focus on important features for our InfluxDB client. ## 7.2.0 [2024-08-12]