diff --git a/build.gradle b/build.gradle index b3fe918..700fa4c 100644 --- a/build.gradle +++ b/build.gradle @@ -22,6 +22,8 @@ dependencies { implementation 'org.yaml:snakeyaml:2.0' implementation 'dk.brics.automaton:automaton:1.11-8' implementation 'com.github.ben-manes.caffeine:caffeine:3.1.8' + implementation 'com.google.code.gson:gson:2.11.0' + implementation 'com.squareup.okhttp3:okhttp:4.12.0' } test {