Skip to content

Commit

Permalink
Autobumper: com.timgroup:clocks-joda:1.0.1110 -> com.timgroup:clocks-…
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
autobumper authored and appuser committed Mar 11, 2021
1 parent 26e5d59 commit c00f0f1
Show file tree
Hide file tree
Showing 13 changed files with 19 additions and 19 deletions.
6 changes: 3 additions & 3 deletions api-legacy/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@ 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"

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"
Expand Down
2 changes: 1 addition & 1 deletion archiver/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion diffing/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion filesystem/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down
4 changes: 2 additions & 2 deletions filesystem/file-feed-cache/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand All @@ -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

}

Expand Down
4 changes: 2 additions & 2 deletions memory-legacy/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion memory/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
4 changes: 2 additions & 2 deletions mysql-legacy/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion mysql/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions stitching-legacy/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion stitching/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

Expand Down
2 changes: 1 addition & 1 deletion subscription-legacy/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion subscription/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c00f0f1

Please sign in to comment.