From 483e47eb2976780f358b4ce3d7624c5e7be053f3 Mon Sep 17 00:00:00 2001 From: andykruth-ii <73344441+andykruth-ii@users.noreply.github.com> Date: Mon, 9 Dec 2024 12:37:20 -0500 Subject: [PATCH] feat: STREAMP-13559: updating dependency versions (#363) * feat: STREAMP-13559: updating dependency versions * using ubuntu-latest for workflow runners * removing enforcer changes * fixing ubuntu runner * updated action versions * action config * reverting enforcer update * reverting javadoc plugin update * reverting failsafe plugin * reverting maven compiler * revert plugin plugin * reverting build helper plugin --------- Co-authored-by: Andy Kruth --- graphql/maven-plugin/pom.xml | 2 -- it/pom.xml | 4 ++-- pom.xml | 46 +++++++++++++++++++++++------------- state/graphql-sender/pom.xml | 2 +- 4 files changed, 33 insertions(+), 21 deletions(-) diff --git a/graphql/maven-plugin/pom.xml b/graphql/maven-plugin/pom.xml index b69476d1..467af8d5 100644 --- a/graphql/maven-plugin/pom.xml +++ b/graphql/maven-plugin/pom.xml @@ -33,12 +33,10 @@ org.apache.maven maven-plugin-api - 3.6.1 org.apache.maven.plugin-tools maven-plugin-annotations - 3.6.0 provided diff --git a/it/pom.xml b/it/pom.xml index afdd6b3a..d8cb03d7 100644 --- a/it/pom.xml +++ b/it/pom.xml @@ -105,7 +105,7 @@ com.github.sparow199 apollo-client-maven-plugin - 3.3.1 + ${apollo-client-maven-plugin.version} graphql-generate-sources @@ -129,7 +129,7 @@ org.codehaus.mojo build-helper-maven-plugin - 3.1.0 + ${build-helper-maven-plugin.version} add-test-sources diff --git a/pom.xml b/pom.xml index b0457852..83f7374d 100644 --- a/pom.xml +++ b/pom.xml @@ -43,11 +43,13 @@ app + bom core graphql/api graphql/maven-plugin graphql/scalars handler-spi + it model repository/api repository/kafka @@ -60,8 +62,6 @@ state/it state/kafka-sender state/kafka-receiver - it - bom @@ -70,30 +70,34 @@ UTF-8 0.8.11 - 1.10.0 - 7.5.2 + 1.12.0 + 7.7.2 1.11.3 2.5.14 - 3.1.6 - 32.1.3-jre + 4.2.2 + 33.3.1-jre 21.0 - 1.8.22 - 24.0.1 + 2.1.0 + 26.0.1 1.7.26 - 2.0 - 3.1.6 - 1.18.3 - 2.17.1 - 3.3.3 + 2.3 + 3.3.6 + 1.20.4 + 2.24.2 + 3.4.0 + 3.9.9 + 3.15.1 - 1.24.0 + 2.43.0 3.0.0-M3 3.0.0-M2 3.1.0 3.8.0 3.10.1 - 3.4.0 + 3.3.1 + 3.1.0 + 3.4.4 dockerBuild @@ -119,7 +123,6 @@ - org.apache.avro avro @@ -184,6 +187,17 @@ kotlin-reflect ${kotlin.version} + + org.apache.maven + maven-plugin-api + ${maven-plugin-api.version} + + + org.apache.maven.plugin-tools + maven-plugin-annotations + ${maven-plugin-annotations.version} + + org.awaitility awaitility diff --git a/state/graphql-sender/pom.xml b/state/graphql-sender/pom.xml index e8fe3bf0..276060c7 100644 --- a/state/graphql-sender/pom.xml +++ b/state/graphql-sender/pom.xml @@ -96,7 +96,7 @@ com.github.sparow199 apollo-client-maven-plugin - 3.3.1 + ${apollo-client-maven-plugin.version} graphql-generate-sources