Skip to content

Commit

Permalink
Merge pull request #294 from AxonFramework/dependabot/maven/maven-dep…
Browse files Browse the repository at this point in the history
…endencies-872a78044c

Bump the maven-dependencies group with 20 updates
  • Loading branch information
smcvb authored Apr 8, 2024
2 parents 76d745f + a9d448c commit 498c33b
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion jgroups-spring-boot-3-integrationtests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.0</version>
<version>3.2.4</version>
<relativePath/>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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");
}

Expand Down
4 changes: 2 additions & 2 deletions jgroups-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.1.0</version>
<version>3.2.2</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down Expand Up @@ -113,7 +113,7 @@
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<version>3.13.0</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
Expand Down
20 changes: 10 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ 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.
Expand Down Expand Up @@ -53,34 +53,34 @@
</sonar.coverage.jacoco.xmlReportPaths>

<axon.version>4.9.0</axon.version>
<jgroups.version>4.2.24.Final</jgroups.version>
<jgroups.version>4.2.27.Final</jgroups.version>

<spring.version>5.3.31</spring.version>
<spring.version>5.3.33</spring.version>
<spring.boot.version>2.7.18</spring.boot.version>

<slf4j.version>2.0.9</slf4j.version>
<log4j.version>2.22.0</log4j.version>
<slf4j.version>2.0.12</slf4j.version>
<log4j.version>2.23.1</log4j.version>

<findbugs-jsr305.version>3.0.2</findbugs-jsr305.version>

<awaitility.version>4.2.0</awaitility.version>
<commons-io.version>2.15.1</commons-io.version>
<commons-io.version>2.16.0</commons-io.version>
<javax.jaxb-api.version>2.3.1</javax.jaxb-api.version>
<junit.jupiter.version>5.10.1</junit.jupiter.version>
<mockito.version>4.11.0</mockito.version>

<jacoco-maven.version>0.8.11</jacoco-maven.version>
<maven-assembly.version>3.6.0</maven-assembly.version>
<maven-assembly.version>3.7.1</maven-assembly.version>
<maven-clean.version>3.3.2</maven-clean.version>
<maven-compiler.version>3.11.0</maven-compiler.version>
<maven-compiler.version>3.13.0</maven-compiler.version>
<maven-deploy.version>3.0.0</maven-deploy.version>
<maven-enforcer.version>3.4.1</maven-enforcer.version>
<maven-gpg.version>3.1.0</maven-gpg.version>
<maven-gpg.version>3.2.2</maven-gpg.version>
<maven-install.version>3.1.1</maven-install.version>
<maven-jar.version>3.3.0</maven-jar.version>
<maven-javadoc.version>3.6.3</maven-javadoc.version>
<maven-release.version>3.0.1</maven-release.version>
<maven-source.version>3.3.0</maven-source.version>
<maven-source.version>3.3.1</maven-source.version>
<maven-surefire.version>2.22.2</maven-surefire.version>
<maven-resources.version>3.3.1</maven-resources.version>
</properties>
Expand Down

0 comments on commit 498c33b

Please sign in to comment.