File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4949 <maven .compiler.source>1.8</maven .compiler.source>
5050 <maven .compiler.target>1.8</maven .compiler.target>
5151 <slf4j .version>2.0.17</slf4j .version>
52- <jackson .version>2.20.0 </jackson .version>
52+ <jackson .version>2.21.1 </jackson .version>
5353 </properties >
5454
5555 <build >
6666 <plugin >
6767 <groupId >org.apache.maven.plugins</groupId >
6868 <artifactId >maven-source-plugin</artifactId >
69- <version >3.3.1 </version >
69+ <version >3.4.0 </version >
7070 <executions >
7171 <execution >
7272 <id >attach-sources</id >
175175 <plugin >
176176 <groupId >org.codehaus.mojo</groupId >
177177 <artifactId >exec-maven-plugin</artifactId >
178- <version >3.6.2 </version >
178+ <version >3.6.3 </version >
179179 <executions >
180180 <execution >
181181 <id >setup</id >
228228 <dependency >
229229 <groupId >com.fasterxml.jackson.core</groupId >
230230 <artifactId >jackson-annotations</artifactId >
231- <version >2.20 </version >
231+ <version >2.21 </version >
232232 </dependency >
233233 <dependency >
234234 <groupId >com.fasterxml.jackson.core</groupId >
You can’t perform that action at this time.
0 commit comments