From ed4476abb0b357a63af021fce69623ef3c2efb59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 08:20:50 +0000 Subject: [PATCH] Bump pekkoVersion from 1.1.2 to 1.1.3 Bumps `pekkoVersion` from 1.1.2 to 1.1.3. Updates `org.apache.pekko:pekko-actor_2.13` from 1.1.2 to 1.1.3 - [Changelog](https://github.com/apache/pekko/blob/main/CHANGELOG.md) - [Commits](https://github.com/apache/pekko/compare/v1.1.2...v1.1.3) Updates `org.apache.pekko:pekko-testkit_2.13` from 1.1.2 to 1.1.3 - [Changelog](https://github.com/apache/pekko/blob/main/CHANGELOG.md) - [Commits](https://github.com/apache/pekko/compare/v1.1.2...v1.1.3) --- updated-dependencies: - dependency-name: org.apache.pekko:pekko-actor_2.13 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.pekko:pekko-testkit_2.13 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 d2bc07b1..170f6386 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ ext { // required for pekko scalaVersion = "2.13" scalaBinaryVersion = "2.13.15" - pekkoVersion = "1.1.2" + pekkoVersion = "1.1.3" } group = 'com.github.ie3-institute'