Skip to content

Commit 498c33b

Browse files
authored
Merge pull request #294 from AxonFramework/dependabot/maven/maven-dependencies-872a78044c
Bump the maven-dependencies group with 20 updates
2 parents 76d745f + a9d448c commit 498c33b

File tree

5 files changed

+16
-16
lines changed

5 files changed

+16
-16
lines changed

.mvn/wrapper/maven-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.6.3/apache-maven-3.6.3-bin.zip
16+
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.5/apache-maven-3.9.5-bin.zip
1717
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar

jgroups-spring-boot-3-integrationtests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.springframework.boot</groupId>
2323
<artifactId>spring-boot-starter-parent</artifactId>
24-
<version>3.2.0</version>
24+
<version>3.2.4</version>
2525
<relativePath/>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>

jgroups-spring-boot-3-integrationtests/src/test/java/org/axonframework/extensions/jgroups/integration/DistributedCommandBusIntegrationTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2010-2023. Axon Framework
2+
* Copyright (c) 2010-2024. Axon Framework
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -126,7 +126,7 @@ private void executeCommandWhileNotRegistered(DistributedCommandBus commandBus)
126126
private void verifySpans(SpanFactory spanFactory) {
127127
assertTrue(spanFactory instanceof TestSpanFactory);
128128
TestSpanFactory testSpanFactory = (TestSpanFactory) spanFactory;
129-
testSpanFactory.verifySpanCompleted("DistributedCommandBus.dispatch");
129+
testSpanFactory.verifySpanCompleted("CommandBus.dispatchDistributedCommand");
130130
testSpanFactory.verifySpanCompleted("JGroupsConnector.processDispatchMessage");
131131
}
132132

jgroups-spring-boot-starter/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<plugin>
7070
<groupId>org.apache.maven.plugins</groupId>
7171
<artifactId>maven-gpg-plugin</artifactId>
72-
<version>3.1.0</version>
72+
<version>3.2.2</version>
7373
<executions>
7474
<execution>
7575
<id>sign-artifacts</id>
@@ -113,7 +113,7 @@
113113
</plugin>
114114
<plugin>
115115
<artifactId>maven-compiler-plugin</artifactId>
116-
<version>3.11.0</version>
116+
<version>3.13.0</version>
117117
<configuration>
118118
<source>1.8</source>
119119
<target>1.8</target>

pom.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
~ Copyright (c) 2010-2023. Axon Framework
3+
~ Copyright (c) 2010-2024. Axon Framework
44
~
55
~ Licensed under the Apache License, Version 2.0 (the "License");
66
~ you may not use this file except in compliance with the License.
@@ -53,34 +53,34 @@
5353
</sonar.coverage.jacoco.xmlReportPaths>
5454

5555
<axon.version>4.9.0</axon.version>
56-
<jgroups.version>4.2.24.Final</jgroups.version>
56+
<jgroups.version>4.2.27.Final</jgroups.version>
5757

58-
<spring.version>5.3.31</spring.version>
58+
<spring.version>5.3.33</spring.version>
5959
<spring.boot.version>2.7.18</spring.boot.version>
6060

61-
<slf4j.version>2.0.9</slf4j.version>
62-
<log4j.version>2.22.0</log4j.version>
61+
<slf4j.version>2.0.12</slf4j.version>
62+
<log4j.version>2.23.1</log4j.version>
6363

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

6666
<awaitility.version>4.2.0</awaitility.version>
67-
<commons-io.version>2.15.1</commons-io.version>
67+
<commons-io.version>2.16.0</commons-io.version>
6868
<javax.jaxb-api.version>2.3.1</javax.jaxb-api.version>
6969
<junit.jupiter.version>5.10.1</junit.jupiter.version>
7070
<mockito.version>4.11.0</mockito.version>
7171

7272
<jacoco-maven.version>0.8.11</jacoco-maven.version>
73-
<maven-assembly.version>3.6.0</maven-assembly.version>
73+
<maven-assembly.version>3.7.1</maven-assembly.version>
7474
<maven-clean.version>3.3.2</maven-clean.version>
75-
<maven-compiler.version>3.11.0</maven-compiler.version>
75+
<maven-compiler.version>3.13.0</maven-compiler.version>
7676
<maven-deploy.version>3.0.0</maven-deploy.version>
7777
<maven-enforcer.version>3.4.1</maven-enforcer.version>
78-
<maven-gpg.version>3.1.0</maven-gpg.version>
78+
<maven-gpg.version>3.2.2</maven-gpg.version>
7979
<maven-install.version>3.1.1</maven-install.version>
8080
<maven-jar.version>3.3.0</maven-jar.version>
8181
<maven-javadoc.version>3.6.3</maven-javadoc.version>
8282
<maven-release.version>3.0.1</maven-release.version>
83-
<maven-source.version>3.3.0</maven-source.version>
83+
<maven-source.version>3.3.1</maven-source.version>
8484
<maven-surefire.version>2.22.2</maven-surefire.version>
8585
<maven-resources.version>3.3.1</maven-resources.version>
8686
</properties>

0 commit comments

Comments
 (0)