11<project xmlns =" http://maven.apache.org/POM/4.0.0"
2- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd" >
2+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd" >
44 <modelVersion >4.0.0</modelVersion >
55
66 <groupId >com.amazonaws</groupId >
3737 <lombok .version>1.18.22</lombok .version>
3838 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
3939 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
40+ <jackson .version>2.20.1</jackson .version>
41+ <json .unit>2.40.1</json .unit>
4042 </properties >
4143
4244 <distributionManagement >
6264 <dependency >
6365 <groupId >com.fasterxml.jackson.core</groupId >
6466 <artifactId >jackson-databind</artifactId >
65- <version >2.14.2 </version >
67+ <version >${jackson.version} </version >
6668 <scope >test</scope >
6769 </dependency >
6870 <dependency >
6971 <groupId >net.javacrumbs.json-unit</groupId >
7072 <artifactId >json-unit-assertj</artifactId >
71- <version >2.36.1 </version >
73+ <version >${json.unit} </version >
7274 <scope >test</scope >
7375 </dependency >
7476
152154 </executions >
153155 </plugin >
154156 <plugin >
155- <groupId >org.sonatype.plugins </groupId >
156- <artifactId >nexus-staging -maven-plugin</artifactId >
157- <version >1.6.3 </version >
157+ <groupId >org.sonatype.central </groupId >
158+ <artifactId >central-publishing -maven-plugin</artifactId >
159+ <version >0.8.0 </version >
158160 <extensions >true</extensions >
159161 <configuration >
160- <serverId >sonatype-nexus-staging</serverId >
161- <nexusUrl >https://aws.oss.sonatype.org/</nexusUrl >
162- <autoReleaseAfterClose >false</autoReleaseAfterClose >
162+ <publishingServerId >central</publishingServerId >
163163 </configuration >
164164 </plugin >
165165 <plugin >
166166 <groupId >org.apache.maven.plugins</groupId >
167167 <artifactId >maven-resources-plugin</artifactId >
168- <version >3.2.0 </version >
168+ <version >3.3.1 </version >
169169 <configuration >
170170 <encoding >UTF-8</encoding >
171171 </configuration >
172172 </plugin >
173173 <plugin >
174174 <groupId >org.apache.maven.plugins</groupId >
175175 <artifactId >maven-compiler-plugin</artifactId >
176- <version >3.8.1 </version >
176+ <version >3.11.0 </version >
177177 <configuration >
178178 <annotationProcessorPaths >
179179 <path >
189189 </build >
190190 </profile >
191191 </profiles >
192- </project >
192+ </project >
0 commit comments