File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 5252 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
5353
5454 <slf4j-version >2.0.11</slf4j-version >
55- <jackson-version >2.16.1 </jackson-version >
55+ <jackson-version >2.17.0 </jackson-version >
5656 <swagger-parser .version>2.1.20</swagger-parser .version>
5757 </properties >
5858
9292 <dependency >
9393 <groupId >org.junit.jupiter</groupId >
9494 <artifactId >junit-jupiter</artifactId >
95- <version >5.10.1 </version >
95+ <version >5.10.2 </version >
9696 <scope >test</scope >
9797 </dependency >
9898 </dependencies >
112112 <plugin >
113113 <groupId >org.apache.maven.plugins</groupId >
114114 <artifactId >maven-source-plugin</artifactId >
115- <version >3.3.0 </version >
115+ <version >3.3.1 </version >
116116 <executions >
117117 <execution >
118118 <id >attach-sources</id >
138138 <plugin >
139139 <groupId >org.jacoco</groupId >
140140 <artifactId >jacoco-maven-plugin</artifactId >
141- <version >0.8.11 </version >
141+ <version >0.8.12 </version >
142142 <executions >
143143 <execution >
144144 <id >default-prepare-agent</id >
172172 <plugin >
173173 <groupId >org.apache.maven.plugins</groupId >
174174 <artifactId >maven-gpg-plugin</artifactId >
175- <version >3.1.0 </version >
175+ <version >3.2.4 </version >
176176 <executions >
177177 <execution >
178178 <id >sign-artifacts</id >
You can’t perform that action at this time.
0 commit comments