File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4949 <maven .compiler.source>11</maven .compiler.source>
5050 <maven .compiler.target>11</maven .compiler.target>
5151 <slf4j .version>2.0.18</slf4j .version>
52- <jackson .version>2.21.3 </jackson .version>
52+ <jackson .version>2.21.4 </jackson .version>
5353 <junit .version>6.1.0</junit .version>
5454 <mockito .version>5.23.0</mockito .version>
5555 </properties >
113113 <plugin >
114114 <groupId >org.jacoco</groupId >
115115 <artifactId >jacoco-maven-plugin</artifactId >
116- <version >0.8.14 </version >
116+ <version >0.8.15 </version >
117117 <executions >
118118 <execution >
119119 <goals >
132132 <plugin >
133133 <groupId >org.apache.maven.plugins</groupId >
134134 <artifactId >maven-surefire-plugin</artifactId >
135- <version >3.5.5 </version >
135+ <version >3.5.6 </version >
136136 <configuration >
137137 <argLine >@{argLine} -Duser.timezone=UTC</argLine >
138138 <excludes >
245245 <dependency >
246246 <groupId >com.fasterxml.jackson.core</groupId >
247247 <artifactId >jackson-annotations</artifactId >
248- <version >2.21 </version >
248+ <version >2.22 </version >
249249 </dependency >
250250 <dependency >
251251 <groupId >com.fasterxml.jackson.core</groupId >
You can’t perform that action at this time.
0 commit comments