diff --git a/example/lj-discord-bot/build.gradle b/example/lj-discord-bot/build.gradle index 8d3e0f76..68e7af97 100644 --- a/example/lj-discord-bot/build.gradle +++ b/example/lj-discord-bot/build.gradle @@ -9,7 +9,7 @@ application { } dependencies { - implementation 'com.github.docker-java:docker-java:3.4.0' + implementation 'com.github.docker-java:docker-java:3.6.0' implementation 'com.theokanning.openai-gpt3-java:service:0.18.2' implementation 'com.rometools:rome:2.1.0' }