Update all non-major dependencies (#4)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-06-14 21:29:58 +07:00 committed by GitHub
parent 36dab4d766
commit b62a20935d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

16
pom.xml
View File

@ -6,12 +6,12 @@
<parent>
<groupId>dev.vality</groupId>
<artifactId>library-parent-pom</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
<relativePath/>
</parent>
<artifactId>adapter-bank-payout-spring-boot-starter</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
<packaging>jar</packaging>
<name>Adapter-bank-payout-spring-boot-starter</name>
@ -39,8 +39,8 @@
</scm>
<properties>
<damsel.version>1.563-d384c12</damsel.version>
<spring-boot.version>2.7.0</spring-boot.version>
<damsel.version>1.597-bfedcb9</damsel.version>
<spring-boot.version>2.7.12</spring-boot.version>
</properties>
<dependencies>
@ -60,7 +60,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.24</version>
<version>1.18.28</version>
<scope>provided</scope>
</dependency>
<dependency>
@ -114,12 +114,12 @@
<dependency>
<groupId>dev.vality</groupId>
<artifactId>adapter-common-lib</artifactId>
<version>1.1.3</version>
<version>1.2.10</version>
</dependency>
<dependency>
<groupId>dev.vality.woody</groupId>
<artifactId>woody-thrift</artifactId>
<version>1.0.4</version>
<version>1.0.5</version>
<scope>provided</scope>
</dependency>
<dependency>
@ -151,7 +151,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M6</version>
<version>3.1.2</version>
</plugin>
</plugins>
</build>