Upgrade dependencies

This commit is contained in:
Artem Bilan
2022-01-18 11:59:26 -05:00
parent 5649e16ed7
commit 94ce031c65
68 changed files with 107 additions and 107 deletions

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.3.9.BUILD-SNAPSHOT</version>
<version>2.3.12.RELEASE</version>
</parent>
<groupId>org.springframework.integration.samples</groupId>
<artifactId>splunk</artifactId>
@@ -186,7 +186,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>2.3.9.BUILD-SNAPSHOT</version>
<version>2.3.12.RELEASE</version>
<scope>import</scope>
<type>pom</type>
</dependency>
@@ -207,7 +207,7 @@
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-bom</artifactId>
<version>5.3.9.RELEASE</version>
<version>5.3.10.RELEASE</version>
<scope>import</scope>
<type>pom</type>
</dependency>