From c00f0f1e611b9803291ede17cfe3abc79212adf8 Mon Sep 17 00:00:00 2001 From: autobumper Date: Thu, 11 Mar 2021 17:52:26 +0000 Subject: [PATCH] Autobumper: com.timgroup:clocks-joda:1.0.1110 -> com.timgroup:clocks-joda:1.0.1111, com.timgroup:clocks-joda-testing:1.0.1110 -> com.timgroup:clocks-joda-testing:1.0.1111, com.timgroup:clocks-testing:1.0.1110 -> com.timgroup:clocks-testing:1.0.1111, com.timgroup:file-feed-consumer:0.0.3442 -> com.timgroup:file-feed-consumer:0.0.3443 * changes to com.timgroup:clocks-joda: * Markus Stoy: Markus: switch over from jcenter to mavencentral repo * changes to com.timgroup:clocks-joda-testing: * Markus Stoy: Markus: switch over from jcenter to mavencentral repo * changes to com.timgroup:clocks-testing: * Markus Stoy: Markus: switch over from jcenter to mavencentral repo * unable to get details for changes to com.timgroup:file-feed-consumer --- api-legacy/build.gradle | 6 +++--- archiver/build.gradle | 2 +- diffing/build.gradle | 2 +- filesystem/build.gradle | 2 +- filesystem/file-feed-cache/build.gradle | 4 ++-- memory-legacy/build.gradle | 4 ++-- memory/build.gradle | 2 +- mysql-legacy/build.gradle | 4 ++-- mysql/build.gradle | 2 +- stitching-legacy/build.gradle | 4 ++-- stitching/build.gradle | 2 +- subscription-legacy/build.gradle | 2 +- subscription/build.gradle | 2 +- 13 files changed, 19 insertions(+), 19 deletions(-) diff --git a/api-legacy/build.gradle b/api-legacy/build.gradle index 19c4b16b..205641f8 100644 --- a/api-legacy/build.gradle +++ b/api-legacy/build.gradle @@ -31,7 +31,7 @@ sourceSets.test.java.srcDirs = [] dependencies { api project(":api") api "joda-time:joda-time:2.3" - api "com.timgroup:clocks-joda:1.0.1110" // autobump + api "com.timgroup:clocks-joda:1.0.1111" // autobump implementation "org.scala-lang:scala-library:$scalaVersion" compileOnly "org.joda:joda-convert:1.3.1" compileOnly "com.google.code.findbugs:jsr305:1.3.9" @@ -39,8 +39,8 @@ dependencies { testImplementation "junit:junit:4.13.2" testImplementation "org.hamcrest:hamcrest-core:1.3" testImplementation "org.hamcrest:hamcrest-library:1.3" - testImplementation "com.timgroup:clocks-testing:1.0.1110" // autobump - testImplementation "com.timgroup:clocks-joda-testing:1.0.1110" // autobump + testImplementation "com.timgroup:clocks-testing:1.0.1111" // autobump + testImplementation "com.timgroup:clocks-joda-testing:1.0.1111" // autobump testImplementation "org.scalatest:scalatest_$scalaApiVersion:3.0.8" testCompileOnly "org.joda:joda-convert:1.3.1" testCompileOnly "com.google.code.findbugs:jsr305:1.3.9" diff --git a/archiver/build.gradle b/archiver/build.gradle index 441b40c0..882d2918 100644 --- a/archiver/build.gradle +++ b/archiver/build.gradle @@ -55,7 +55,7 @@ dependencies { testImplementation "com.timgroup:tg-config-java-bindings:1.0.83" // autobump testImplementation "org.apache.commons:commons-lang3:3.3.2" - testImplementation "com.timgroup:clocks-testing:1.0.1110" // autobump + testImplementation "com.timgroup:clocks-testing:1.0.1111" // autobump testImplementation "net.ttsui.junit.rules.pending:pending:0.0.1055" testImplementation "org.mockito:mockito-core:3.7.7" testImplementation "com.youdevise:Matchers:0.0.1293" // autobump diff --git a/diffing/build.gradle b/diffing/build.gradle index 2efb33fd..12ac9a0e 100644 --- a/diffing/build.gradle +++ b/diffing/build.gradle @@ -35,7 +35,7 @@ dependencies { testImplementation "junit:junit:4.13.2" testImplementation "org.hamcrest:hamcrest-core:1.3" testImplementation "org.hamcrest:hamcrest-library:1.3" - testImplementation "com.timgroup:clocks-testing:1.0.1110" // autobump + testImplementation "com.timgroup:clocks-testing:1.0.1111" // autobump } tasks.withType(JavaCompile).configureEach { diff --git a/filesystem/build.gradle b/filesystem/build.gradle index 76acfd97..312a325f 100644 --- a/filesystem/build.gradle +++ b/filesystem/build.gradle @@ -31,7 +31,7 @@ dependencies { testImplementation "junit:junit:4.13.2" testImplementation "org.hamcrest:hamcrest-core:1.3" testImplementation "org.hamcrest:hamcrest-library:1.3" - testImplementation "com.timgroup:clocks-testing:1.0.1110" // autobump + testImplementation "com.timgroup:clocks-testing:1.0.1111" // autobump testImplementation "com.youdevise:Matchers:0.0.1293" // autobump } diff --git a/filesystem/file-feed-cache/build.gradle b/filesystem/file-feed-cache/build.gradle index c30ab1f2..75e9fa3f 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.3442" // autobump + api "com.timgroup:file-feed-consumer:0.0.3443" // autobump implementation project (":archiver") @@ -37,7 +37,7 @@ dependencies { testImplementation "org.hamcrest:hamcrest-core:1.3" testImplementation "org.hamcrest:hamcrest-library:1.3" testImplementation "com.google.guava:guava:30.1-jre" - testImplementation "com.timgroup:clocks-testing:1.0.1110" // autobump + testImplementation "com.timgroup:clocks-testing:1.0.1111" // autobump } diff --git a/memory-legacy/build.gradle b/memory-legacy/build.gradle index a24b654f..d8805af4 100644 --- a/memory-legacy/build.gradle +++ b/memory-legacy/build.gradle @@ -38,8 +38,8 @@ dependencies { testImplementation "junit:junit:4.13.2" testImplementation "org.hamcrest:hamcrest-core:1.3" testImplementation "org.hamcrest:hamcrest-library:1.3" - testImplementation "com.timgroup:clocks-joda-testing:1.0.1110" // autobump - testImplementation "com.timgroup:clocks-testing:1.0.1110" // autobump + testImplementation "com.timgroup:clocks-joda-testing:1.0.1111" // autobump + testImplementation "com.timgroup:clocks-testing:1.0.1111" // autobump testImplementation "org.scalatest:scalatest_$scalaApiVersion:3.0.8" testCompileOnly "org.joda:joda-convert:1.3.1" testRuntimeOnly "org.pegdown:pegdown:1.4.2" diff --git a/memory/build.gradle b/memory/build.gradle index e247ed24..27a7728d 100644 --- a/memory/build.gradle +++ b/memory/build.gradle @@ -27,7 +27,7 @@ dependencies { testImplementation "junit:junit:4.13.2" testImplementation "org.hamcrest:hamcrest-core:1.3" testImplementation "org.hamcrest:hamcrest-library:1.3" - testImplementation "com.timgroup:clocks-testing:1.0.1110" // autobump + testImplementation "com.timgroup:clocks-testing:1.0.1111" // autobump } tasks.withType(JavaCompile).configureEach { diff --git a/mysql-legacy/build.gradle b/mysql-legacy/build.gradle index 2141a584..c295a861 100644 --- a/mysql-legacy/build.gradle +++ b/mysql-legacy/build.gradle @@ -41,8 +41,8 @@ dependencies { testImplementation "junit:junit:4.13.2" testImplementation "org.hamcrest:hamcrest-core:1.3" testImplementation "org.hamcrest:hamcrest-library:1.3" - testImplementation "com.timgroup:clocks-testing:1.0.1110" // autobump - testImplementation "com.timgroup:clocks-joda-testing:1.0.1110" // autobump + testImplementation "com.timgroup:clocks-testing:1.0.1111" // autobump + testImplementation "com.timgroup:clocks-joda-testing:1.0.1111" // autobump testImplementation "org.scalatest:scalatest_$scalaApiVersion:3.0.8" testCompileOnly "org.joda:joda-convert:1.3.1" testRuntimeOnly "org.pegdown:pegdown:1.4.2" diff --git a/mysql/build.gradle b/mysql/build.gradle index d0667b3d..1c0aec65 100644 --- a/mysql/build.gradle +++ b/mysql/build.gradle @@ -33,7 +33,7 @@ dependencies { testImplementation "junit:junit:4.13.2" testImplementation "org.hamcrest:hamcrest-core:1.3" testImplementation "org.hamcrest:hamcrest-library:1.3" - testImplementation "com.timgroup:clocks-testing:1.0.1110" // autobump + testImplementation "com.timgroup:clocks-testing:1.0.1111" // autobump testImplementation "mysql:mysql-connector-java:$mysqlJdbcVersion" testCompileOnly "com.google.code.findbugs:jsr305:1.3.9" testRuntimeOnly "org.slf4j:slf4j-simple:1.7.25" diff --git a/stitching-legacy/build.gradle b/stitching-legacy/build.gradle index d1b50805..f071d033 100644 --- a/stitching-legacy/build.gradle +++ b/stitching-legacy/build.gradle @@ -39,8 +39,8 @@ dependencies { testImplementation "junit:junit:4.13.2" testImplementation "org.hamcrest:hamcrest-core:1.3" testImplementation "org.hamcrest:hamcrest-library:1.3" - testImplementation "com.timgroup:clocks-testing:1.0.1110" // autobump - testImplementation "com.timgroup:clocks-joda-testing:1.0.1110" // autobump + testImplementation "com.timgroup:clocks-testing:1.0.1111" // autobump + testImplementation "com.timgroup:clocks-joda-testing:1.0.1111" // autobump testImplementation "org.scalatest:scalatest_$scalaApiVersion:3.0.8" testCompileOnly "org.joda:joda-convert:1.3.1" testRuntimeOnly "org.pegdown:pegdown:1.4.2" diff --git a/stitching/build.gradle b/stitching/build.gradle index 78b7993e..e3d0dd40 100644 --- a/stitching/build.gradle +++ b/stitching/build.gradle @@ -31,7 +31,7 @@ dependencies { testImplementation "junit:junit:4.13.2" testImplementation "org.hamcrest:hamcrest-core:1.3" testImplementation "org.hamcrest:hamcrest-library:1.3" - testImplementation "com.timgroup:clocks-testing:1.0.1110" // autobump + testImplementation "com.timgroup:clocks-testing:1.0.1111" // autobump testCompileOnly "com.google.code.findbugs:jsr305:1.3.9" } diff --git a/subscription-legacy/build.gradle b/subscription-legacy/build.gradle index ab397b23..3c6e96b8 100644 --- a/subscription-legacy/build.gradle +++ b/subscription-legacy/build.gradle @@ -40,7 +40,7 @@ dependencies { testImplementation "junit:junit:4.13.2" testImplementation "org.hamcrest:hamcrest-core:1.3" testImplementation "org.hamcrest:hamcrest-library:1.3" - testImplementation "com.timgroup:clocks-testing:1.0.1110" // autobump + testImplementation "com.timgroup:clocks-testing:1.0.1111" // autobump testImplementation "org.scalatest:scalatest_$scalaApiVersion:3.0.8" testCompileOnly "org.joda:joda-convert:1.3.1" testRuntimeOnly "org.pegdown:pegdown:1.4.2" diff --git a/subscription/build.gradle b/subscription/build.gradle index 141d4457..a76c8103 100644 --- a/subscription/build.gradle +++ b/subscription/build.gradle @@ -34,7 +34,7 @@ dependencies { testImplementation "junit:junit:4.13.2" testImplementation "org.hamcrest:hamcrest-core:1.3" testImplementation "org.hamcrest:hamcrest-library:1.3" - testImplementation "com.timgroup:clocks-testing:1.0.1110" // autobump + testImplementation "com.timgroup:clocks-testing:1.0.1111" // autobump testImplementation "com.timgroup:tim-structured-events-testing:0.4.1287" // autobump testImplementation "org.mockito:mockito-core:3.7.7" testImplementation "com.youdevise:Matchers:0.0.1293" // autobump