From 3c498ffaf757e6841ec79341b497fa3b5b469c69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 20:53:20 +0000 Subject: [PATCH 1/2] chore(deps): bump pekko.version from 1.0.3 to 1.1.1 Bumps `pekko.version` from 1.0.3 to 1.1.1. Updates `org.apache.pekko:pekko-stream_2.12` from 1.0.3 to 1.1.1 - [Changelog](https://github.com/apache/pekko/blob/main/CHANGELOG.md) - [Commits](https://github.com/apache/pekko/compare/v1.0.3...v1.1.1) Updates `org.apache.pekko:pekko-testkit_2.12` from 1.0.3 to 1.1.1 - [Changelog](https://github.com/apache/pekko/blob/main/CHANGELOG.md) - [Commits](https://github.com/apache/pekko/compare/v1.0.3...v1.1.1) Updates `org.apache.pekko:pekko-stream-testkit_2.12` from 1.0.3 to 1.1.1 - [Changelog](https://github.com/apache/pekko/blob/main/CHANGELOG.md) - [Commits](https://github.com/apache/pekko/compare/v1.0.3...v1.1.1) Updates `org.apache.pekko:pekko-stream_2.13` from 1.0.3 to 1.1.1 - [Changelog](https://github.com/apache/pekko/blob/main/CHANGELOG.md) - [Commits](https://github.com/apache/pekko/compare/v1.0.3...v1.1.1) Updates `org.apache.pekko:pekko-testkit_2.13` from 1.0.3 to 1.1.1 - [Changelog](https://github.com/apache/pekko/blob/main/CHANGELOG.md) - [Commits](https://github.com/apache/pekko/compare/v1.0.3...v1.1.1) Updates `org.apache.pekko:pekko-stream-testkit_2.13` from 1.0.3 to 1.1.1 - [Changelog](https://github.com/apache/pekko/blob/main/CHANGELOG.md) - [Commits](https://github.com/apache/pekko/compare/v1.0.3...v1.1.1) --- updated-dependencies: - dependency-name: org.apache.pekko:pekko-stream_2.12 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.pekko:pekko-testkit_2.12 dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: org.apache.pekko:pekko-stream-testkit_2.12 dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: org.apache.pekko:pekko-stream_2.13 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.pekko:pekko-testkit_2.13 dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: org.apache.pekko:pekko-stream-testkit_2.13 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 08b60b10d2..8d9236e088 100644 --- a/pom.xml +++ b/pom.xml @@ -121,7 +121,7 @@ 3.20.0 4.9.1 - 1.0.3 + 1.1.1 2.0.0 5.10.3 1.8.1 From 297da9d393ca2a403ad1d5993d38d90f6f1cd16d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Bedn=C3=A1=C5=99?= Date: Wed, 2 Oct 2024 14:54:12 +0200 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 30272e23b9..b8878f75d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ Update dependencies: #### Build: - [#761](https://github.com/influxdata/influxdb-client-java/pull/761): `micrometer-registry-influx` to `1.13.3` - [#762](https://github.com/influxdata/influxdb-client-java/pull/762): `spring-boot` to `3.3.3` + - [#771](https://github.com/influxdata/influxdb-client-java/pull/771): `pekko` to `1.1.1` #### Maven: - [#758](https://github.com/influxdata/influxdb-client-java/pull/758): `maven-checkstyle-plugin` to `3.5.0`