We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b21e81 commit b65fdecCopy full SHA for b65fdec
build.gradle.kts
@@ -16,7 +16,7 @@ dependencies {
16
implementation("org.springframework.boot:spring-boot-starter-oauth2-client")
17
implementation("org.springframework.boot:spring-boot-starter-security")
18
implementation("org.springframework.boot:spring-boot-starter-web")
19
- implementation("org.mariadb.jdbc:mariadb-java-client:3.0.5")
+ implementation("org.mariadb.jdbc:mariadb-java-client:3.5.3")
20
implementation("com.h2database:h2:2.1.212")
21
22
developmentOnly("org.springframework.boot:spring-boot-devtools")
0 commit comments