Bump spring boot to 2.3.2.RELEASE (#24)

This commit is contained in:
Pavel Popov 2020-08-04 14:30:09 +03:00 committed by GitHub
parent b36fd81908
commit 03795adf35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,13 +3,13 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>2.3.1.RELEASE</version> <version>2.3.2.RELEASE</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging> <packaging>pom</packaging>
<groupId>com.rbkmoney</groupId> <groupId>com.rbkmoney</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>2.3.1.RELEASE</version> <version>2.3.2.RELEASE</version>
<description>RBKmoney spring boot starter parent</description> <description>RBKmoney spring boot starter parent</description>
<name>RBKmoney spring boot starter parent</name> <name>RBKmoney spring boot starter parent</name>
<url>https://github.com/rbkmoney/spring-boot-starter-parent</url> <url>https://github.com/rbkmoney/spring-boot-starter-parent</url>