File tree 7 files changed +254
-114
lines changed
mongo-spring-boot-3-integrationtests
7 files changed +254
-114
lines changed Original file line number Diff line number Diff line change 1
1
#
2
- # Copyright (c) 2010-2023 . Axon Framework
2
+ # Copyright (c) 2010-2024 . Axon Framework
3
3
#
4
4
# Licensed under the Apache License, Version 2.0 (the "License");
5
5
# you may not use this file except in compliance with the License.
13
13
# See the License for the specific language governing permissions and
14
14
# limitations under the License.
15
15
#
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
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!--
3
- ~ Copyright (c) 2010-2023 . Axon Framework
3
+ ~ Copyright (c) 2010-2024 . Axon Framework
4
4
~
5
5
~ Licensed under the Apache License, Version 2.0 (the "License");
6
6
~ you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 20
20
<parent >
21
21
<groupId >org.springframework.boot</groupId >
22
22
<artifactId >spring-boot-starter-parent</artifactId >
23
- <version >3.2.0 </version >
23
+ <version >3.2.4 </version >
24
24
<relativePath />
25
25
</parent >
26
26
<modelVersion >4.0.0</modelVersion >
38
38
39
39
<properties >
40
40
<axon .version>4.9.0</axon .version>
41
- <testcontainers .version>1.19.3 </testcontainers .version>
41
+ <testcontainers .version>1.19.7 </testcontainers .version>
42
42
<!-- Build / Plugin -->
43
43
<jacoco-maven .version>0.8.11</jacoco-maven .version>
44
44
<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>
46
46
</properties >
47
47
48
48
<dependencies >
You can’t perform that action at this time.
0 commit comments