From 8813b3ade7f41ced63cef1da46cbe9a5bf4c17a1 Mon Sep 17 00:00:00 2001 From: David Milligan Date: Wed, 13 Aug 2025 15:43:40 +0100 Subject: [PATCH] Updated worker framework version --- pom.xml | 12 ++++++------ release-notes-7.2.0.md | 1 + 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index b82ab21f..1609807c 100644 --- a/pom.xml +++ b/pom.xml @@ -194,32 +194,32 @@ com.github.workerframework util-rabbitmq - 9.0.0-1293 + 10.0.0-US1009117-SNAPSHOT com.github.workerframework worker-api - 9.0.0-1293 + 10.0.0-US1009117-SNAPSHOT com.github.workerframework worker-configs - 9.0.0-1293 + 10.0.0-US1009117-SNAPSHOT com.github.workerframework worker-queue-rabbit - 9.0.0-1293 + 10.0.0-US1009117-SNAPSHOT com.github.workerframework worker-store-http - 9.0.0-1293 + 10.0.0-US1009117-SNAPSHOT com.github.workerframework worker-store-mem - 9.0.0-1293 + 10.0.0-US1009117-SNAPSHOT com.github.workerframework.testing diff --git a/release-notes-7.2.0.md b/release-notes-7.2.0.md index e105330f..ccc5e798 100644 --- a/release-notes-7.2.0.md +++ b/release-notes-7.2.0.md @@ -5,5 +5,6 @@ ${version-number} #### New Features - US1009117: Invalid message queue added. +- US1009117: Updated to Worker Framework 10. #### Known Issues