|
70 | 70 | <dependency> |
71 | 71 | <groupId>software.amazon.awssdk</groupId> |
72 | 72 | <artifactId>secretsmanager</artifactId> |
73 | | - <version>2.20.93</version> |
| 73 | + <version>2.31.7</version> |
74 | 74 | </dependency> |
75 | 75 |
|
76 | 76 | <dependency> |
77 | 77 | <groupId>org.projectlombok</groupId> |
78 | 78 | <artifactId>lombok</artifactId> |
79 | | - <version>1.18.28</version> |
| 79 | + <version>1.18.36</version> |
80 | 80 | <scope>provided</scope> |
81 | 81 | </dependency> |
82 | 82 |
|
83 | 83 | <dependency> |
84 | 84 | <groupId>com.fasterxml.jackson.core</groupId> |
85 | 85 | <artifactId>jackson-databind</artifactId> |
86 | | - <version>2.15.2</version> |
| 86 | + <version>2.18.3</version> |
87 | 87 | </dependency> |
88 | 88 |
|
89 | 89 | <dependency> |
90 | 90 | <groupId>com.github.spotbugs</groupId> |
91 | 91 | <artifactId>spotbugs-annotations</artifactId> |
92 | | - <version>4.7.3</version> |
| 92 | + <version>4.9.3</version> |
93 | 93 | </dependency> |
94 | 94 |
|
95 | 95 | <dependency> |
|
133 | 133 | <plugin> |
134 | 134 | <groupId>org.apache.maven.plugins</groupId> |
135 | 135 | <artifactId>maven-compiler-plugin</artifactId> |
136 | | - <version>3.11.0</version> |
| 136 | + <version>3.14.0</version> |
137 | 137 | <configuration> |
138 | 138 | <source>11</source> |
139 | 139 | <target>11</target> |
|
143 | 143 | <plugin> |
144 | 144 | <groupId>org.apache.maven.plugins</groupId> |
145 | 145 | <artifactId>maven-source-plugin</artifactId> |
146 | | - <version>3.3.0</version> |
| 146 | + <version>3.3.1</version> |
147 | 147 | <executions> |
148 | 148 | <execution> |
149 | 149 | <id>attach-sources</id> |
|
156 | 156 | <plugin> |
157 | 157 | <groupId>org.apache.maven.plugins</groupId> |
158 | 158 | <artifactId>maven-javadoc-plugin</artifactId> |
159 | | - <version>3.5.0</version> |
| 159 | + <version>3.11.2</version> |
160 | 160 | <executions> |
161 | 161 | <execution> |
162 | 162 | <id>attach-javadocs</id> |
|
169 | 169 | <plugin> |
170 | 170 | <groupId>org.apache.maven.plugins</groupId> |
171 | 171 | <artifactId>maven-checkstyle-plugin</artifactId> |
172 | | - <version>3.3.0</version> |
| 172 | + <version>3.6.0</version> |
173 | 173 | <configuration> |
174 | 174 | <configLocation>${basedir}/config/checkstyle/checkstyle.xml</configLocation> |
175 | 175 | <consoleOutput>true</consoleOutput> |
|
190 | 190 | <plugin> |
191 | 191 | <groupId>com.github.spotbugs</groupId> |
192 | 192 | <artifactId>spotbugs-maven-plugin</artifactId> |
193 | | - <version>4.7.3.5</version> |
| 193 | + <version>4.9.3.0</version> |
194 | 194 | <configuration> |
195 | 195 | <effort>Max</effort> |
196 | 196 | <threshold>Low</threshold> |
|
209 | 209 | <plugin> |
210 | 210 | <groupId>org.jacoco</groupId> |
211 | 211 | <artifactId>jacoco-maven-plugin</artifactId> |
212 | | - <version>0.8.10</version> |
| 212 | + <version>0.8.12</version> |
213 | 213 | <executions> |
214 | 214 | <execution> |
215 | 215 | <goals> |
|
236 | 236 | <plugin> |
237 | 237 | <groupId>org.apache.maven.plugins</groupId> |
238 | 238 | <artifactId>maven-gpg-plugin</artifactId> |
239 | | - <version>3.1.0</version> |
| 239 | + <version>3.2.7</version> |
240 | 240 | <executions> |
241 | 241 | <execution> |
242 | 242 | <id>sign-artifacts</id> |
|
250 | 250 | <plugin> |
251 | 251 | <groupId>org.sonatype.plugins</groupId> |
252 | 252 | <artifactId>nexus-staging-maven-plugin</artifactId> |
253 | | - <version>1.6.13</version> |
| 253 | + <version>1.7.0</version> |
254 | 254 | <extensions>true</extensions> |
255 | 255 | <configuration> |
256 | 256 | <serverId>sonatype-nexus-staging</serverId> |
|
0 commit comments