|
47 | 47 | <dependency> |
48 | 48 | <groupId>software.amazon.awssdk</groupId> |
49 | 49 | <artifactId>secretsmanager</artifactId> |
50 | | - <version>2.29.6</version> |
| 50 | + <version>2.32.19</version> |
51 | 51 | </dependency> |
52 | 52 | <dependency> |
53 | 53 | <groupId>org.testng</groupId> |
|
64 | 64 | <dependency> |
65 | 65 | <groupId>com.github.spotbugs</groupId> |
66 | 66 | <artifactId>spotbugs-annotations</artifactId> |
67 | | - <version>4.8.6</version> |
| 67 | + <version>4.9.4</version> |
68 | 68 | <scope>compile</scope> |
69 | 69 | </dependency> |
70 | 70 | </dependencies> |
|
73 | 73 | <plugin> |
74 | 74 | <groupId>org.apache.maven.plugins</groupId> |
75 | 75 | <artifactId>maven-compiler-plugin</artifactId> |
76 | | - <version>3.13.0</version> |
| 76 | + <version>3.14.0</version> |
77 | 77 | <configuration> |
78 | 78 | <source>1.8</source> |
79 | 79 | <target>1.8</target> |
|
98 | 98 | <plugin> |
99 | 99 | <groupId>org.apache.maven.plugins</groupId> |
100 | 100 | <artifactId>maven-javadoc-plugin</artifactId> |
101 | | - <version>3.11.1</version> |
| 101 | + <version>3.11.2</version> |
102 | 102 | <executions> |
103 | 103 | <execution> |
104 | 104 | <id>attach-javadocs</id> |
|
132 | 132 | <plugin> |
133 | 133 | <groupId>com.github.spotbugs</groupId> |
134 | 134 | <artifactId>spotbugs-maven-plugin</artifactId> |
135 | | - <version>4.8.6.5</version> |
| 135 | + <version>4.9.3.2</version> |
136 | 136 | <configuration> |
137 | 137 | <effort>Max</effort> |
138 | 138 | <threshold>Low</threshold> |
|
152 | 152 | <plugin> |
153 | 153 | <groupId>org.jacoco</groupId> |
154 | 154 | <artifactId>jacoco-maven-plugin</artifactId> |
155 | | - <version>0.8.12</version> |
| 155 | + <version>0.8.13</version> |
156 | 156 | <executions> |
157 | 157 | <execution> |
158 | 158 | <id>prepare-agent</id> |
|
184 | 184 | <plugin> |
185 | 185 | <groupId>org.apache.maven.plugins</groupId> |
186 | 186 | <artifactId>maven-surefire-plugin</artifactId> |
187 | | - <version>3.5.2</version> |
| 187 | + <version>3.5.3</version> |
188 | 188 | <configuration> |
189 | 189 | <argLine>@{argLine} -javaagent:${org.mockito:mockito-core:jar}</argLine> |
190 | 190 | </configuration> |
|
200 | 200 | <plugin> |
201 | 201 | <groupId>org.apache.maven.plugins</groupId> |
202 | 202 | <artifactId>maven-gpg-plugin</artifactId> |
203 | | - <version>3.2.7</version> |
| 203 | + <version>3.2.8</version> |
204 | 204 | <executions> |
205 | 205 | <execution> |
206 | 206 | <id>sign-artifacts</id> |
|
214 | 214 | <plugin> |
215 | 215 | <groupId>org.sonatype.central</groupId> |
216 | 216 | <artifactId>central-publishing-maven-plugin</artifactId> |
217 | | - <version>0.7.0</version> |
| 217 | + <version>0.8.0</version> |
218 | 218 | <extensions>true</extensions> |
219 | 219 | <configuration> |
220 | 220 | <publishingServerId>central</publishingServerId> |
|
0 commit comments