Skip to content

Commit 11cd782

Browse files
authored
Merge pull request #422 from AxonFramework/dependabot/maven/maven-dependencies-ff24660efe
Bump the maven-dependencies group with 17 updates
2 parents 6485c1a + f0e65fa commit 11cd782

File tree

7 files changed

+254
-114
lines changed

7 files changed

+254
-114
lines changed

.mvn/wrapper/maven-wrapper.jar

12.7 KB
Binary file not shown.

.mvn/wrapper/maven-wrapper.properties

+3-3
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.
@@ -13,5 +13,5 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
17-
distributionUrl=https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.6.2/apache-maven-3.6.2-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
17+
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar

mongo-axon-example/pom.xml

+1-1
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.

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.springframework.boot</groupId>
2222
<artifactId>spring-boot-starter-parent</artifactId>
23-
<version>3.2.0</version>
23+
<version>3.2.4</version>
2424
<relativePath/>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
@@ -38,11 +38,11 @@
3838

3939
<properties>
4040
<axon.version>4.9.0</axon.version>
41-
<testcontainers.version>1.19.3</testcontainers.version>
41+
<testcontainers.version>1.19.7</testcontainers.version>
4242
<!-- Build / Plugin -->
4343
<jacoco-maven.version>0.8.11</jacoco-maven.version>
4444
<maven-jar.version>3.3.0</maven-jar.version>
45-
<maven-surefire.version>3.2.3</maven-surefire.version>
45+
<maven-surefire.version>3.2.5</maven-surefire.version>
4646
</properties>
4747

4848
<dependencies>

0 commit comments

Comments
 (0)