|
60 | 60 | <log4j.version>2.20.0</log4j.version> |
61 | 61 | <jackson.version>2.15.2</jackson.version> |
62 | 62 | <aspectj.version>1.9.7</aspectj.version> |
63 | | - <aws.sdk.version>2.20.88</aws.sdk.version> |
| 63 | + <aws.sdk.version>2.20.91</aws.sdk.version> |
64 | 64 | <aws.xray.recorder.version>2.14.0</aws.xray.recorder.version> |
65 | 65 | <payloadoffloading-common.version>2.1.3</payloadoffloading-common.version> |
66 | 66 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
|
71 | 71 | <aspectj-maven-plugin.version>1.13.1</aspectj-maven-plugin.version> |
72 | 72 | <maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version> |
73 | 73 | <jacoco-maven-plugin.version>0.8.10</jacoco-maven-plugin.version> |
74 | | - <nexus-staging-maven-plugin.version>1.6.8</nexus-staging-maven-plugin.version> |
| 74 | + <nexus-staging-maven-plugin.version>1.6.13</nexus-staging-maven-plugin.version> |
75 | 75 | <maven-javadoc-plugin.version>3.5.0</maven-javadoc-plugin.version> |
76 | 76 | <maven-source-plugin.version>3.3.0</maven-source-plugin.version> |
77 | 77 | <maven-gpg-plugin.version>3.1.0</maven-gpg-plugin.version> |
|
183 | 183 | </dependency> |
184 | 184 | <dependency> |
185 | 185 | <groupId>org.apache.logging.log4j</groupId> |
186 | | - <artifactId>log4j-slf4j-impl</artifactId> |
| 186 | + <artifactId>log4j-slf4j2-impl</artifactId> |
187 | 187 | <version>${log4j.version}</version> |
188 | 188 | </dependency> |
189 | 189 | <dependency> |
|
293 | 293 | <version>1.1.1</version> |
294 | 294 | <scope>test</scope> |
295 | 295 | </dependency> |
296 | | - <dependency> |
297 | | - <groupId>ch.qos.logback</groupId> |
298 | | - <artifactId>logback-classic</artifactId> |
299 | | - <version>1.3.8</version> |
300 | | - <scope>test</scope> |
301 | | - </dependency> |
302 | 296 | <dependency> |
303 | 297 | <groupId>com.github.tomakehurst</groupId> |
304 | 298 | <artifactId>wiremock-jre8</artifactId> |
|
472 | 466 | <plugin> |
473 | 467 | <groupId>com.github.spotbugs</groupId> |
474 | 468 | <artifactId>spotbugs-maven-plugin</artifactId> |
475 | | - <version>4.7.3.4</version> |
| 469 | + <version>4.7.3.5</version> |
476 | 470 | <executions> |
477 | 471 | <execution> |
478 | 472 | <id>test</id> |
|
0 commit comments