fix pdns api clients (retry 5x)

This commit is contained in:
dalbodeule
2024-06-07 00:38:42 +09:00
parent 4a72cd0453
commit a41d8ae23c
4 changed files with 85 additions and 76 deletions

View File

@@ -42,6 +42,9 @@ dependencies {
implementation("com.google.code.gson:gson:2.11.0")
implementation("io.github.cdimascio:dotenv-kotlin:6.4.1")
// https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp
implementation("com.squareup.okhttp3:okhttp:4.12.0")
runtimeOnly("org.mariadb.jdbc:mariadb-java-client")
testImplementation("org.springframework.boot:spring-boot-starter-test")