diff --git a/archiver/build.gradle b/archiver/build.gradle index 614e137c..5672747f 100644 --- a/archiver/build.gradle +++ b/archiver/build.gradle @@ -53,7 +53,7 @@ dependencies { testImplementation "org.hamcrest:hamcrest-core:1.3" testImplementation "org.hamcrest:hamcrest-library:1.3" - testImplementation "com.timgroup:tg-config-java-bindings:1.0.83" // autobump + testImplementation "com.timgroup:tg-config-java-bindings:1.0.84" // autobump testImplementation "org.apache.commons:commons-lang3:3.3.2" testImplementation "com.timgroup:clocks-testing:1.0.1111" // autobump testImplementation "net.ttsui.junit.rules.pending:pending:0.0.1055" diff --git a/filesystem/file-feed-cache/build.gradle b/filesystem/file-feed-cache/build.gradle index 0d7f18bf..1928d8be 100644 --- a/filesystem/file-feed-cache/build.gradle +++ b/filesystem/file-feed-cache/build.gradle @@ -22,7 +22,7 @@ java { dependencies { api project(":api") - api "com.timgroup:file-feed-consumer:0.0.3446" // autobump + api "com.timgroup:file-feed-consumer:0.0.3447" // autobump implementation project (":archiver")