Update dependency org.springframework.boot:spring-boot-starter-jdbc to v3

This commit is contained in:
renovate[bot] 2024-10-24 20:49:20 +00:00 committed by GitHub
parent 82091426c8
commit 9b708c10c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@
<packaging>jar</packaging>
<artifactId>db-common-lib</artifactId>
<version>0.0.1</version>
<version>0.1.0</version>
<name>db-common-lib</name>
<description>Abstract dao and row mappers</description>
@ -57,7 +57,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-jdbc</artifactId>
<version>2.6.0</version>
<version>3.3.5</version>
<scope>provided</scope>
</dependency>
<dependency>