Upgrade dependencies including Gradle

* Some Gradle script clean up
* disable Splunk sample since there is no `splunk`
artifact in any reasonable repository
This commit is contained in:
Artem Bilan
2021-02-18 11:56:46 -05:00
parent 0aadc6538c
commit 85fa429a11
72 changed files with 722 additions and 661 deletions

View File

@@ -97,7 +97,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.13.3</version>
<version>2.14.0</version>
<scope>compile</scope>
<exclusions>
<exclusion>
@@ -109,7 +109,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.1</version>
<version>4.13.2</version>
<scope>test</scope>
<exclusions>
<exclusion>
@@ -137,7 +137,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>3.4.6</version>
<version>3.7.7</version>
<scope>test</scope>
<exclusions>
<exclusion>
@@ -179,21 +179,21 @@
<dependency>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
<version>2.11.1</version>
<version>2.12.1</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>5.3.3</version>
<version>5.3.4</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-bom</artifactId>
<version>5.5.0-M1</version>
<version>5.5.0-M2</version>
<scope>import</scope>
<type>pom</type>
</dependency>