22
22
<packaging >pom</packaging >
23
23
24
24
<properties >
25
- <jackson .version>2.19.2 </jackson .version>
25
+ <jackson .version>2.20.0 </jackson .version>
26
26
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
27
27
</properties >
28
28
63
63
<dependency >
64
64
<groupId >software.amazon.awssdk</groupId >
65
65
<artifactId >bom</artifactId >
66
- <version >2.32.24 </version >
66
+ <version >2.34.4 </version >
67
67
<type >pom</type >
68
68
<scope >import</scope >
69
69
</dependency >
89
89
<plugin >
90
90
<groupId >net.revelc.code.formatter</groupId >
91
91
<artifactId >formatter-maven-plugin</artifactId >
92
- <version >2.27 .0</version >
92
+ <version >2.29 .0</version >
93
93
<configuration >
94
94
<configFile >${project.parent.basedir} /formatter.xml</configFile >
95
95
<lineEnding >LF</lineEnding >
@@ -146,7 +146,7 @@ the License.
146
146
<plugin >
147
147
<groupId >org.apache.maven.plugins</groupId >
148
148
<artifactId >maven-javadoc-plugin</artifactId >
149
- <version >3.11.3 </version >
149
+ <version >3.12.0 </version >
150
150
<executions >
151
151
<execution >
152
152
<id >attach-javadocs</id >
@@ -173,7 +173,7 @@ the License.
173
173
<plugin >
174
174
<groupId >org.sonatype.central</groupId >
175
175
<artifactId >central-publishing-maven-plugin</artifactId >
176
- <version >0.8 .0</version >
176
+ <version >0.9 .0</version >
177
177
<extensions >true</extensions >
178
178
<configuration >
179
179
<publishingServerId >central</publishingServerId >
0 commit comments