Update all non-major maven dependencies

This commit is contained in:
renovate[bot] 2024-11-02 22:51:25 +00:00 committed by GitHub
parent c9c12d7e09
commit e00f527136
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@
</parent>
<artifactId>adapter-bank-payout-spring-boot-starter</artifactId>
<version>2.0.1</version>
<version>2.0.2</version>
<packaging>jar</packaging>
<name>Adapter-bank-payout-spring-boot-starter</name>
@ -40,7 +40,7 @@
<properties>
<damsel.version>1.611-958e5f0</damsel.version>
<spring-boot.version>3.2.3</spring-boot.version>
<spring-boot.version>3.3.5</spring-boot.version>
</properties>
<dependencies>
@ -60,7 +60,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.30</version>
<version>1.18.34</version>
<scope>provided</scope>
</dependency>
<dependency>
@ -151,7 +151,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.1.2</version>
<version>3.5.2</version>
</plugin>
</plugins>
</build>