From 5e7f7110aeead86315301cb630120800c16de9af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Jul 2025 04:54:20 +0000 Subject: [PATCH] Bump pekkoVersion from 1.1.4 to 1.1.5 Bumps `pekkoVersion` from 1.1.4 to 1.1.5. Updates `org.apache.pekko:pekko-actor-typed_3` from 1.1.4 to 1.1.5 - [Changelog](https://github.com/apache/pekko/blob/main/CHANGELOG.md) - [Commits](https://github.com/apache/pekko/compare/v1.1.4...v1.1.5) Updates `org.apache.pekko:pekko-actor-testkit-typed_3` from 1.1.4 to 1.1.5 - [Changelog](https://github.com/apache/pekko/blob/main/CHANGELOG.md) - [Commits](https://github.com/apache/pekko/compare/v1.1.4...v1.1.5) --- updated-dependencies: - dependency-name: org.apache.pekko:pekko-actor-typed_3 dependency-version: 1.1.5 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.pekko:pekko-actor-testkit-typed_3 dependency-version: 1.1.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a00cfc10..133f8658 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ ext { // required for pekko scalaVersion = '3' scalaBinaryVersion = '3.7.1' - pekkoVersion = "1.1.4" + pekkoVersion = "1.1.5" } group = 'com.github.ie3-institute'