|
|
|
@ -64,7 +64,7 @@ dependencies {
|
|
|
|
testImplementation 'org.springframework.boot:spring-boot-starter-test'
|
|
|
|
testImplementation 'org.springframework.boot:spring-boot-starter-test'
|
|
|
|
testImplementation 'org.mybatis.spring.boot:mybatis-spring-boot-starter-test:3.0.4'
|
|
|
|
testImplementation 'org.mybatis.spring.boot:mybatis-spring-boot-starter-test:3.0.4'
|
|
|
|
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
|
|
|
|
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
|
|
|
|
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.17.0'
|
|
|
|
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.18.0'
|
|
|
|
implementation group: 'org.apache.commons', name: 'commons-dbcp2', version: '2.12.0'
|
|
|
|
implementation group: 'org.apache.commons', name: 'commons-dbcp2', version: '2.12.0'
|
|
|
|
implementation group: 'org.postgresql', name: 'postgresql', version: '42.7.4'
|
|
|
|
implementation group: 'org.postgresql', name: 'postgresql', version: '42.7.4'
|
|
|
|
implementation group: 'org.mariadb.jdbc', name: 'mariadb-java-client', version: '3.5.2'
|
|
|
|
implementation group: 'org.mariadb.jdbc', name: 'mariadb-java-client', version: '3.5.2'
|
|
|
|
|