diff --git a/build.gradle b/build.gradle index 01a4a40..989e35d 100644 --- a/build.gradle +++ b/build.gradle @@ -20,5 +20,5 @@ dependencies { runtimeOnly 'org.springframework.boot:spring-boot-devtools' testImplementation 'org.springframework.boot:spring-boot-starter-test' // testImplementation 'org.springframework.security:spring-security-test' - runtimeOnly 'org.json:json:20080701' + compile 'org.json:json:20180813' }