From fb692ab7dac139c95e109f19285c00a642d59e1a Mon Sep 17 00:00:00 2001 From: autobumper Date: Mon, 7 Oct 2024 15:44:52 +0000 Subject: [PATCH] Autobumper: com.timgroup:eventstore-api:0.0.2289 -> com.timgroup:eventstore-api:0.0.2290, com.timgroup:eventstore-filesystem:0.0.2289 -> com.timgroup:eventstore-filesystem:0.0.2290, com.timgroup:eventstore-memory:0.0.2289 -> com.timgroup:eventstore-memory:0.0.2290 * changes to com.timgroup:eventstore-api: * autobumper: Autobumper: com.timgroup:tim-remote-file-storage-s3:0.0.1248 -> com.timgroup:tim-remote-file-storage-s3:0.0.1267, com.timgroup:Tucker:1.0.1586 -> com.timgroup:Tucker:1.0.1588, com.timgroup:tg-config-java-bindings:1.0.106 -> com.timgroup:tg-config-java-bindings:1.0.125, com.timgroup:file-feed-consumer:0.0.3500 -> com.timgroup:file-feed-consumer:0.0.3538 * no changes in new version of com.timgroup:tim-remote-file-storage-s3 * no changes in new version of com.timgroup:Tucker * no changes in new version of com.timgroup:tg-config-java-bindings * unable to get details for changes to com.timgroup:file-feed-consumer * Justin Heister: Test GH mirror * changes to com.timgroup:eventstore-filesystem: * autobumper: Autobumper: com.timgroup:tim-remote-file-storage-s3:0.0.1248 -> com.timgroup:tim-remote-file-storage-s3:0.0.1267, com.timgroup:Tucker:1.0.1586 -> com.timgroup:Tucker:1.0.1588, com.timgroup:tg-config-java-bindings:1.0.106 -> com.timgroup:tg-config-java-bindings:1.0.125, com.timgroup:file-feed-consumer:0.0.3500 -> com.timgroup:file-feed-consumer:0.0.3538 * no changes in new version of com.timgroup:tim-remote-file-storage-s3 * no changes in new version of com.timgroup:Tucker * no changes in new version of com.timgroup:tg-config-java-bindings * unable to get details for changes to com.timgroup:file-feed-consumer * Justin Heister: Test GH mirror * changes to com.timgroup:eventstore-memory: * autobumper: Autobumper: com.timgroup:tim-remote-file-storage-s3:0.0.1248 -> com.timgroup:tim-remote-file-storage-s3:0.0.1267, com.timgroup:Tucker:1.0.1586 -> com.timgroup:Tucker:1.0.1588, com.timgroup:tg-config-java-bindings:1.0.106 -> com.timgroup:tg-config-java-bindings:1.0.125, com.timgroup:file-feed-consumer:0.0.3500 -> com.timgroup:file-feed-consumer:0.0.3538 * no changes in new version of com.timgroup:tim-remote-file-storage-s3 * no changes in new version of com.timgroup:Tucker * no changes in new version of com.timgroup:tg-config-java-bindings * unable to get details for changes to com.timgroup:file-feed-consumer * Justin Heister: Test GH mirror --- server/build.gradle.kts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/server/build.gradle.kts b/server/build.gradle.kts index 1fa39b1..3b5cf9e 100644 --- a/server/build.gradle.kts +++ b/server/build.gradle.kts @@ -122,8 +122,8 @@ dependencies { implementation("com.timgroup:tim-logger:1.5.1109") // autobump implementation("com.timgroup:tim-metrics:1.0.40") // autobump implementation("com.timgroup:tim-structured-events:0.4.1288") // autobump - implementation("com.timgroup:eventstore-api:0.0.2289") // autobump - implementation("com.timgroup:eventstore-filesystem:0.0.2289") // autobump + implementation("com.timgroup:eventstore-api:0.0.2290") // autobump + implementation("com.timgroup:eventstore-filesystem:0.0.2290") // autobump implementation(kotlin("stdlib-jdk8")) implementation(kotlin("reflect")) implementation("com.fasterxml.jackson.core:jackson-databind:${Versions.jackson}") @@ -141,7 +141,7 @@ dependencies { testImplementation("com.natpryce:hamkrest:1.4.2.2") testImplementation("org.araqnid:hamkrest-json:1.0.3") testImplementation("com.timgroup:tim-structured-events-testing:0.4.1288") // autobump - testImplementation("com.timgroup:eventstore-memory:0.0.2289") // autobump + testImplementation("com.timgroup:eventstore-memory:0.0.2290") // autobump testImplementation("org.apache.httpcomponents:httpclient:4.5.5") testImplementation("com.timgroup:clocks-testing:1.0.1111") // autobump