Update all non-major dependencies (#27)

* Update all non-major dependencies

* Bump java-service-dependencies

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Egor Cherniak <cherniak3@yandex.ru>
This commit is contained in:
renovate[bot] 2022-07-12 12:19:08 +03:00 committed by GitHub
parent 7b95027bb7
commit 524524184e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

14
pom.xml
View File

@ -3,7 +3,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.6.7</version>
<version>2.7.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
@ -58,7 +58,7 @@
<dependency>
<groupId>dev.vality</groupId>
<artifactId>java-service-dependencies</artifactId>
<version>1.0.16</version>
<version>1.0.17</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@ -116,7 +116,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.3.2</version>
<version>3.4.0</version>
<executions>
<execution>
<id>attach-javadocs</id>
@ -132,7 +132,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.12</version>
<version>1.6.13</version>
<extensions>true</extensions>
<configuration>
<serverId>${pubStagingRepoId}</serverId>
@ -240,7 +240,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.7</version>
<version>0.8.8</version>
<configuration>
<excludes>
<exclude>**/model/**/*</exclude>>
@ -295,12 +295,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M5</version>
<version>3.0.0-M7</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.0.0-M5</version>
<version>3.0.0-M7</version>
<executions>
<execution>
<goals>