diff --git a/.mvn/wrapper/maven-wrapper.properties b/.mvn/wrapper/maven-wrapper.properties index 3179134..d5e2d5d 100644 --- a/.mvn/wrapper/maven-wrapper.properties +++ b/.mvn/wrapper/maven-wrapper.properties @@ -13,5 +13,5 @@ # See the License for the specific language governing permissions and # limitations under the License. # -distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.6.3/apache-maven-3.6.3-bin.zip +distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.5/apache-maven-3.9.5-bin.zip wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar diff --git a/jgroups-spring-boot-3-integrationtests/pom.xml b/jgroups-spring-boot-3-integrationtests/pom.xml index 95f0913..79dd3f2 100644 --- a/jgroups-spring-boot-3-integrationtests/pom.xml +++ b/jgroups-spring-boot-3-integrationtests/pom.xml @@ -21,7 +21,7 @@ org.springframework.boot spring-boot-starter-parent - 3.2.0 + 3.2.4 4.0.0 diff --git a/jgroups-spring-boot-3-integrationtests/src/test/java/org/axonframework/extensions/jgroups/integration/DistributedCommandBusIntegrationTest.java b/jgroups-spring-boot-3-integrationtests/src/test/java/org/axonframework/extensions/jgroups/integration/DistributedCommandBusIntegrationTest.java index 0231d1f..2db0789 100644 --- a/jgroups-spring-boot-3-integrationtests/src/test/java/org/axonframework/extensions/jgroups/integration/DistributedCommandBusIntegrationTest.java +++ b/jgroups-spring-boot-3-integrationtests/src/test/java/org/axonframework/extensions/jgroups/integration/DistributedCommandBusIntegrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2023. Axon Framework + * Copyright (c) 2010-2024. Axon Framework * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -126,7 +126,7 @@ private void executeCommandWhileNotRegistered(DistributedCommandBus commandBus) private void verifySpans(SpanFactory spanFactory) { assertTrue(spanFactory instanceof TestSpanFactory); TestSpanFactory testSpanFactory = (TestSpanFactory) spanFactory; - testSpanFactory.verifySpanCompleted("DistributedCommandBus.dispatch"); + testSpanFactory.verifySpanCompleted("CommandBus.dispatchDistributedCommand"); testSpanFactory.verifySpanCompleted("JGroupsConnector.processDispatchMessage"); } diff --git a/jgroups-spring-boot-starter/pom.xml b/jgroups-spring-boot-starter/pom.xml index 2f0a685..5b50417 100644 --- a/jgroups-spring-boot-starter/pom.xml +++ b/jgroups-spring-boot-starter/pom.xml @@ -69,7 +69,7 @@ org.apache.maven.plugins maven-gpg-plugin - 3.1.0 + 3.2.2 sign-artifacts @@ -113,7 +113,7 @@ maven-compiler-plugin - 3.11.0 + 3.13.0 1.8 1.8 diff --git a/pom.xml b/pom.xml index a1801c5..5b581c7 100644 --- a/pom.xml +++ b/pom.xml @@ -1,6 +1,6 @@