File tree Expand file tree Collapse file tree 4 files changed +6
-11
lines changed Expand file tree Collapse file tree 4 files changed +6
-11
lines changed Original file line number Diff line number Diff line change 9
9
10
10
<properties >
11
11
<java .version>17</java .version>
12
- <spring-boot .version>3.3.4 </spring-boot .version>
12
+ <spring-boot .version>3.3.7 </spring-boot .version>
13
13
<log4j2 .version>2.17.1</log4j2 .version>
14
14
</properties >
15
15
Original file line number Diff line number Diff line change 13
13
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
14
14
<maven .compiler.source>17</maven .compiler.source>
15
15
<maven .compiler.target>17</maven .compiler.target>
16
- <spring-boot .version>3.3.4 </spring-boot .version>
16
+ <spring-boot .version>3.3.7 </spring-boot .version>
17
17
<org .mapstruct.version>1.3.1.Final</org .mapstruct.version>
18
18
<log4j2 .version>2.17.1</log4j2 .version>
19
- <org .apache.cxf.version>4.0.1 </org .apache.cxf.version>
19
+ <org .apache.cxf.version>4.0.6 </org .apache.cxf.version>
20
20
21
21
<!-- automatically run annotation processors within the incremental compilation (Eclipse) -->
22
22
<m2e .apt.activation>jdt_apt</m2e .apt.activation>
Original file line number Diff line number Diff line change 12
12
<java .version>17</java .version>
13
13
<maven .compiler.source>17</maven .compiler.source>
14
14
<maven .compiler.target>17</maven .compiler.target>
15
- <spring-boot .version>3.3.4</spring-boot .version>
16
- <org .apache.maven.plugins.version.version>3.1.2</org .apache.maven.plugins.version.version>
15
+ <spring-boot .version>3.3.7</spring-boot .version>
17
16
<log4j2 .version>2.17.1</log4j2 .version>
18
17
</properties >
19
18
76
75
<plugin >
77
76
<groupId >org.apache.maven.plugins</groupId >
78
77
<artifactId >maven-surefire-plugin</artifactId >
79
- <version >${org.apache.maven.plugins.version.version} </version >
80
78
</plugin >
81
79
<plugin >
82
80
<groupId >org.apache.maven.plugins</groupId >
83
81
<artifactId >maven-failsafe-plugin</artifactId >
84
- <version >${org.apache.maven.plugins.version.version} </version >
85
82
</plugin >
86
83
<!-- jacoco code coverage-->
87
84
<plugin >
88
85
<groupId >org.jacoco</groupId >
89
86
<artifactId >jacoco-maven-plugin</artifactId >
90
- <version >0.8.7 </version >
87
+ <version >0.8.12 </version >
91
88
<executions >
92
89
<execution >
93
90
<goals >
Original file line number Diff line number Diff line change 13
13
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
14
14
<maven .compiler.source>17</maven .compiler.source>
15
15
<maven .compiler.target>17</maven .compiler.target>
16
- <spring-boot .version>3.3.4 </spring-boot .version>
16
+ <spring-boot .version>3.3.7 </spring-boot .version>
17
17
<log4j2 .version>2.17.1</log4j2 .version>
18
18
</properties >
19
19
92
92
<plugin >
93
93
<groupId >org.apache.maven.plugins</groupId >
94
94
<artifactId >maven-surefire-plugin</artifactId >
95
- <version >2.22.0</version >
96
95
</plugin >
97
96
<plugin >
98
97
<groupId >org.apache.maven.plugins</groupId >
99
98
<artifactId >maven-failsafe-plugin</artifactId >
100
- <version >2.22.0</version >
101
99
</plugin >
102
100
</plugins >
103
101
</build >
You can’t perform that action at this time.
0 commit comments