From d4327ad857843b47c11b45bae15bb0c139d062d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 11:53:06 +0000 Subject: [PATCH] chore(deps): bump the pekko group with 3 updates Bumps the pekko group with 3 updates: [org.apache.pekko:pekko-actor_2.13](https://github.com/apache/pekko), [org.apache.pekko:pekko-slf4j_2.13](https://github.com/apache/pekko) and [org.apache.pekko:pekko-testkit_2.13](https://github.com/apache/pekko). Updates `org.apache.pekko:pekko-actor_2.13` from 1.0.3 to 1.5.0 - [Changelog](https://github.com/apache/pekko/blob/main/CHANGELOG.md) - [Commits](https://github.com/apache/pekko/compare/v1.0.3...v1.5.0) Updates `org.apache.pekko:pekko-slf4j_2.13` from 1.0.3 to 1.5.0 - [Changelog](https://github.com/apache/pekko/blob/main/CHANGELOG.md) - [Commits](https://github.com/apache/pekko/compare/v1.0.3...v1.5.0) Updates `org.apache.pekko:pekko-slf4j_2.13` from 1.0.3 to 1.5.0 - [Changelog](https://github.com/apache/pekko/blob/main/CHANGELOG.md) - [Commits](https://github.com/apache/pekko/compare/v1.0.3...v1.5.0) Updates `org.apache.pekko:pekko-testkit_2.13` from 1.0.3 to 1.5.0 - [Changelog](https://github.com/apache/pekko/blob/main/CHANGELOG.md) - [Commits](https://github.com/apache/pekko/compare/v1.0.3...v1.5.0) --- updated-dependencies: - dependency-name: org.apache.pekko:pekko-actor_2.13 dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pekko - dependency-name: org.apache.pekko:pekko-slf4j_2.13 dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pekko - dependency-name: org.apache.pekko:pekko-slf4j_2.13 dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pekko - dependency-name: org.apache.pekko:pekko-testkit_2.13 dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pekko ... Signed-off-by: dependabot[bot] --- assessment-api/assessment-actors/pom.xml | 4 ++-- assessment-api/assessment-controllers/pom.xml | 2 +- content-api/collection-csv-actors/pom.xml | 2 +- content-api/content-actors/pom.xml | 2 +- content-api/content-controllers/pom.xml | 2 +- platform-core/actor-core/pom.xml | 2 +- search-api/search-actors/pom.xml | 2 +- search-api/search-core/pom.xml | 2 +- taxonomy-api/taxonomy-actors/pom.xml | 2 +- taxonomy-api/taxonomy-controllers/pom.xml | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/assessment-api/assessment-actors/pom.xml b/assessment-api/assessment-actors/pom.xml index 5f86f0f41..da6641aea 100644 --- a/assessment-api/assessment-actors/pom.xml +++ b/assessment-api/assessment-actors/pom.xml @@ -68,12 +68,12 @@ org.apache.pekko pekko-actor_${scala.maj.version} - 1.0.3 + 1.5.0 org.apache.pekko pekko-testkit_${scala.maj.version} - 1.0.3 + 1.5.0 test diff --git a/assessment-api/assessment-controllers/pom.xml b/assessment-api/assessment-controllers/pom.xml index 9d43807ae..120615792 100644 --- a/assessment-api/assessment-controllers/pom.xml +++ b/assessment-api/assessment-controllers/pom.xml @@ -88,7 +88,7 @@ org.apache.pekko pekko-actor_${scala.major.version} - 1.0.3 + 1.5.0 diff --git a/content-api/collection-csv-actors/pom.xml b/content-api/collection-csv-actors/pom.xml index 57c017164..2b1731ebe 100644 --- a/content-api/collection-csv-actors/pom.xml +++ b/content-api/collection-csv-actors/pom.xml @@ -80,7 +80,7 @@ org.apache.pekko pekko-testkit_${scala.maj.version} - 1.0.3 + 1.5.0 test diff --git a/content-api/content-actors/pom.xml b/content-api/content-actors/pom.xml index 8a1f8a0f8..aebe645f6 100644 --- a/content-api/content-actors/pom.xml +++ b/content-api/content-actors/pom.xml @@ -95,7 +95,7 @@ org.apache.pekko pekko-testkit_${scala.maj.version} - 1.0.3 + 1.5.0 test diff --git a/content-api/content-controllers/pom.xml b/content-api/content-controllers/pom.xml index 49885b2d1..a18f06e52 100644 --- a/content-api/content-controllers/pom.xml +++ b/content-api/content-controllers/pom.xml @@ -96,7 +96,7 @@ org.apache.pekko pekko-actor_${scala.major.version} - 1.0.3 + 1.5.0 diff --git a/platform-core/actor-core/pom.xml b/platform-core/actor-core/pom.xml index 94d5497c6..fd1431151 100644 --- a/platform-core/actor-core/pom.xml +++ b/platform-core/actor-core/pom.xml @@ -12,7 +12,7 @@ actor-core - 1.0.3 + 1.5.0 diff --git a/search-api/search-actors/pom.xml b/search-api/search-actors/pom.xml index 29372e391..4b3e448ae 100644 --- a/search-api/search-actors/pom.xml +++ b/search-api/search-actors/pom.xml @@ -31,7 +31,7 @@ org.apache.pekko pekko-testkit_${scala.maj.version} - 1.0.3 + 1.5.0 test diff --git a/search-api/search-core/pom.xml b/search-api/search-core/pom.xml index fa5c4d404..22fe0dc20 100644 --- a/search-api/search-core/pom.xml +++ b/search-api/search-core/pom.xml @@ -13,7 +13,7 @@ UTF-8 - 1.0.3 + 1.5.0 2.13 diff --git a/taxonomy-api/taxonomy-actors/pom.xml b/taxonomy-api/taxonomy-actors/pom.xml index cb06780f7..06dbdac3b 100644 --- a/taxonomy-api/taxonomy-actors/pom.xml +++ b/taxonomy-api/taxonomy-actors/pom.xml @@ -42,7 +42,7 @@ org.apache.pekko pekko-testkit_${scala.maj.version} - 1.0.3 + 1.5.0 test diff --git a/taxonomy-api/taxonomy-controllers/pom.xml b/taxonomy-api/taxonomy-controllers/pom.xml index dd39542b3..b0080cc2c 100644 --- a/taxonomy-api/taxonomy-controllers/pom.xml +++ b/taxonomy-api/taxonomy-controllers/pom.xml @@ -96,7 +96,7 @@ org.apache.pekko pekko-actor_${scala.major.version} - 1.0.3 + 1.5.0