From b8f2d21461d6b6301e4aa5e2bb3c60058e75743e Mon Sep 17 00:00:00 2001 From: FRANCISCO JAVIER ALARCON ESPARZA Date: Wed, 28 Jan 2026 19:43:44 +0000 Subject: [PATCH] fix(functions): upgrade pubsub publish-message to Java 25 --- functions/pubsub/publish-message/pom.xml | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/functions/pubsub/publish-message/pom.xml b/functions/pubsub/publish-message/pom.xml index f8a78c28221..b21f631c535 100644 --- a/functions/pubsub/publish-message/pom.xml +++ b/functions/pubsub/publish-message/pom.xml @@ -27,12 +27,12 @@ com.google.cloud.samples shared-configuration - 1.2.0 + 1.2.2 - 11 - 11 + 25 + 25 UTF-8 @@ -41,7 +41,7 @@ com.google.cloud libraries-bom - 26.32.0 + 26.73.0 pom import @@ -58,7 +58,7 @@ com.google.cloud.functions functions-framework-api - 1.1.0 + 2.0.0 provided @@ -66,7 +66,7 @@ com.google.truth truth - 1.4.0 + 1.4.5 test @@ -77,7 +77,7 @@ org.mockito mockito-core - 5.10.0 + 5.21.0 test @@ -96,7 +96,7 @@ --> com.google.cloud.functions function-maven-plugin - 0.11.0 + 1.0.0 functions.PublishMessage @@ -106,7 +106,7 @@ maven-surefire-plugin - 3.2.5 + 3.5.4 **/*Test.java @@ -116,6 +116,11 @@ false + + org.jacoco + jacoco-maven-plugin + 0.8.14 +