Skip to content

Commit

Permalink
chore(deps): bump pekko.version from 1.0.3 to 1.1.1 (#771)
Browse files Browse the repository at this point in the history
* 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](apache/pekko@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](apache/pekko@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](apache/pekko@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](apache/pekko@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](apache/pekko@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](apache/pekko@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] <[email protected]>

* docs: Update CHANGELOG.md [skip CI]

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jakub Bednář <[email protected]>
  • Loading branch information
dependabot[bot] and bednar authored Oct 2, 2024
1 parent a85e4fd commit fee2180
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ 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`
- [#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`
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
<plugin.site.version>3.20.0</plugin.site.version>
<plugin.scala.version>4.9.1</plugin.scala.version>

<pekko.version>1.0.3</pekko.version>
<pekko.version>1.1.1</pekko.version>
<kotlin.version>2.0.0</kotlin.version>
<junit-jupiter.version>5.11.1</junit-jupiter.version>
<kotlin-coroutines.version>1.8.1</kotlin-coroutines.version>
Expand Down

0 comments on commit fee2180

Please sign in to comment.