File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 72
72
<sonar .jacoco.reportPaths>${project.build.directory} /jacoco.exec</sonar .jacoco.reportPaths>
73
73
74
74
<!-- Dependency versions: -->
75
- <com .fasterxml.jackson.version>2.15.2 </com .fasterxml.jackson.version>
75
+ <com .fasterxml.jackson.version>2.16.1 </com .fasterxml.jackson.version>
76
76
<org .springframework.version>5.3.28</org .springframework.version>
77
- <org .mockito.version>5.4 .0</org .mockito.version>
77
+ <org .mockito.version>5.9 .0</org .mockito.version>
78
78
</properties >
79
79
80
80
<dependencyManagement >
81
81
<dependencies >
82
82
<dependency >
83
83
<groupId >org.junit</groupId >
84
84
<artifactId >junit-bom</artifactId >
85
- <version >5.10.0 </version >
85
+ <version >5.10.1 </version >
86
86
<type >pom</type >
87
87
<scope >import</scope >
88
88
</dependency >
124
124
<dependency >
125
125
<groupId >org.projectlombok</groupId >
126
126
<artifactId >lombok</artifactId >
127
- <version >1.18.26 </version >
127
+ <version >1.18.30 </version >
128
128
<scope >provided</scope >
129
129
</dependency >
130
130
161
161
<dependency >
162
162
<groupId >uk.org.webcompere</groupId >
163
163
<artifactId >system-stubs-jupiter</artifactId >
164
- <version >2.1.3 </version >
164
+ <version >2.1.6 </version >
165
165
<scope >test</scope >
166
166
</dependency >
167
167
<dependency >
168
168
<groupId >nl.jqno.equalsverifier</groupId >
169
169
<artifactId >equalsverifier</artifactId >
170
- <version >3.15.1 </version >
170
+ <version >3.15.6 </version >
171
171
<scope >test</scope >
172
172
</dependency >
173
173
</dependencies >
You can’t perform that action at this time.
0 commit comments