From 7ca351ccf4ab3b4a15e7faad7a533c5825a6a381 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 20:43:40 +0000 Subject: [PATCH 1/2] chore(deps): bump pekko.version from 1.0.2 to 1.0.3 Bumps `pekko.version` from 1.0.2 to 1.0.3. Updates `org.apache.pekko:pekko-stream_2.12` from 1.0.2 to 1.0.3 - [Changelog](https://github.com/apache/pekko/blob/main/CHANGELOG.md) - [Commits](https://github.com/apache/pekko/compare/v1.0.2...v1.0.3) Updates `org.apache.pekko:pekko-testkit_2.12` from 1.0.2 to 1.0.3 - [Changelog](https://github.com/apache/pekko/blob/main/CHANGELOG.md) - [Commits](https://github.com/apache/pekko/compare/v1.0.2...v1.0.3) Updates `org.apache.pekko:pekko-stream-testkit_2.12` from 1.0.2 to 1.0.3 - [Changelog](https://github.com/apache/pekko/blob/main/CHANGELOG.md) - [Commits](https://github.com/apache/pekko/compare/v1.0.2...v1.0.3) Updates `org.apache.pekko:pekko-stream_2.13` from 1.0.2 to 1.0.3 - [Changelog](https://github.com/apache/pekko/blob/main/CHANGELOG.md) - [Commits](https://github.com/apache/pekko/compare/v1.0.2...v1.0.3) Updates `org.apache.pekko:pekko-testkit_2.13` from 1.0.2 to 1.0.3 - [Changelog](https://github.com/apache/pekko/blob/main/CHANGELOG.md) - [Commits](https://github.com/apache/pekko/compare/v1.0.2...v1.0.3) Updates `org.apache.pekko:pekko-stream-testkit_2.13` from 1.0.2 to 1.0.3 - [Changelog](https://github.com/apache/pekko/blob/main/CHANGELOG.md) - [Commits](https://github.com/apache/pekko/compare/v1.0.2...v1.0.3) --- updated-dependencies: - dependency-name: org.apache.pekko:pekko-stream_2.12 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.pekko:pekko-testkit_2.12 dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: org.apache.pekko:pekko-stream-testkit_2.12 dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: org.apache.pekko:pekko-stream_2.13 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.pekko:pekko-testkit_2.13 dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: org.apache.pekko:pekko-stream-testkit_2.13 dependency-type: direct:development 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 c6685ef749..a3f9b8e9dd 100644 --- a/pom.xml +++ b/pom.xml @@ -121,7 +121,7 @@ 3.12.1 4.9.1 - 1.0.2 + 1.0.3 2.0.0 5.10.2 1.8.0 From 5c0f5fbf32f21c3cffa9d0a6e7f3b21581463556 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Bedn=C3=A1=C5=99?= Date: Tue, 9 Jul 2024 20:55:45 +0200 Subject: [PATCH 2/2] docs: Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d60cca4fd..89b968a46a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ Update dependencies: - [#722](https://github.com/influxdata/influxdb-client-java/pull/722): `spring-boot` to `3.3.0` - [#726](https://github.com/influxdata/influxdb-client-java/pull/726): `kotlin` to `2.0.0` - [#727](https://github.com/influxdata/influxdb-client-java/pull/727): `micrometer-registry-influx` to `1.30.0` + - [#740](https://github.com/influxdata/influxdb-client-java/pull/740): `pekko` to `1.0.3` #### Maven: - [#721](https://github.com/influxdata/influxdb-client-java/pull/721): `build-helper-maven-plugin` to `3.6.0`