Merge pull request #26 from rbkmoney/ft/java-15-up-to-date

Update master dependencies
This commit is contained in:
Pospolita Nikita 2021-06-16 14:20:06 +03:00 committed by GitHub
commit a2dd6e70f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

@ -1 +1 @@
Subproject commit e1318727d4d0c3e48f5122bf3197158b6695f50e
Subproject commit c67c2590c921274e0d03fbdb437c893bb035fba4

View File

@ -3,13 +3,13 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.4.5</version>
<version>2.5.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
<groupId>com.rbkmoney</groupId>
<artifactId>service-parent-pom</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
<description>RBKmoney spring starter parent</description>
<name>RBKmoney spring starter parent</name>
<url>https://github.com/rbkmoney/service-parent-pom</url>
@ -55,7 +55,7 @@
<dependency>
<groupId>com.rbkmoney</groupId>
<artifactId>java-service-dependencies</artifactId>
<version>1.0.5</version>
<version>1.2.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@ -301,7 +301,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.6</version>
<version>0.8.7</version>
<configuration>
<excludes>
<exclude>**/model/**/*</exclude>>