mirror of
https://github.com/valitydev/db-common-lib.git
synced 2024-11-06 00:25:21 +00:00
Update dependency org.springframework.boot:spring-boot-starter-jdbc to v3
This commit is contained in:
parent
82091426c8
commit
9b708c10c7
4
pom.xml
4
pom.xml
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user