mirror of
https://github.com/valitydev/service-parent-pom.git
synced 2024-11-06 01:45:19 +00:00
Merge pull request #26 from rbkmoney/ft/java-15-up-to-date
Update master dependencies
This commit is contained in:
commit
a2dd6e70f5
@ -1 +1 @@
|
||||
Subproject commit e1318727d4d0c3e48f5122bf3197158b6695f50e
|
||||
Subproject commit c67c2590c921274e0d03fbdb437c893bb035fba4
|
8
pom.xml
8
pom.xml
@ -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>>
|
||||
|
Loading…
Reference in New Issue
Block a user