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 fb674ae commit cbe31a9Copy full SHA for cbe31a9
build.gradle.kts
@@ -26,7 +26,7 @@ dependencies {
26
implementation("org.springframework.boot:spring-boot-starter-security")
27
implementation("org.springframework.cloud:spring-cloud-starter-netflix-eureka-client")
28
implementation("com.github.ben-manes.caffeine:caffeine:3.1.8")
29
- implementation("org.mariadb.jdbc:mariadb-java-client:3.1.4")
+ implementation("org.mariadb.jdbc:mariadb-java-client:3.4.0")
30
implementation("org.flywaydb:flyway-mysql:9.17.0")
31
implementation("org.mindrot:jbcrypt:0.4")
32
implementation("io.jsonwebtoken:jjwt-api:0.11.5")
0 commit comments