2222 <packaging >pom</packaging >
2323
2424 <properties >
25- <jackson .version>2.19.2 </jackson .version>
25+ <jackson .version>2.20.0 </jackson .version>
2626 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
2727 </properties >
2828
6363 <dependency >
6464 <groupId >software.amazon.awssdk</groupId >
6565 <artifactId >bom</artifactId >
66- <version >2.32.24 </version >
66+ <version >2.34.4 </version >
6767 <type >pom</type >
6868 <scope >import</scope >
6969 </dependency >
8989 <plugin >
9090 <groupId >net.revelc.code.formatter</groupId >
9191 <artifactId >formatter-maven-plugin</artifactId >
92- <version >2.27 .0</version >
92+ <version >2.29 .0</version >
9393 <configuration >
9494 <configFile >${project.parent.basedir} /formatter.xml</configFile >
9595 <lineEnding >LF</lineEnding >
@@ -146,7 +146,7 @@ the License.
146146 <plugin >
147147 <groupId >org.apache.maven.plugins</groupId >
148148 <artifactId >maven-javadoc-plugin</artifactId >
149- <version >3.11.3 </version >
149+ <version >3.12.0 </version >
150150 <executions >
151151 <execution >
152152 <id >attach-javadocs</id >
@@ -173,7 +173,7 @@ the License.
173173 <plugin >
174174 <groupId >org.sonatype.central</groupId >
175175 <artifactId >central-publishing-maven-plugin</artifactId >
176- <version >0.8 .0</version >
176+ <version >0.9 .0</version >
177177 <extensions >true</extensions >
178178 <configuration >
179179 <publishingServerId >central</publishingServerId >
0 commit comments