From 8a9a9666c484e77f11d1df5dbd1104a46b2d5631 Mon Sep 17 00:00:00 2001 From: "nikita.smirnov" Date: Wed, 13 Nov 2024 17:23:24 +0400 Subject: [PATCH] [TH2-5254] Updated auto-service:1.1.1 --- README.md | 18 ++++++++++++++++-- build.gradle | 4 ++-- gradle.properties | 2 +- 3 files changed, 19 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cbb9802..78e63c7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Healer data processor (0.0.2) +# Healer data processor (0.0.3) Healer data processor fixes wrong status of events. When a child event has a "failed" status and its parent has a "success" status, the status of the parent is wrong. Healer finds the parent event and makes its status "failed", too. @@ -81,4 +81,18 @@ parameters. + th2-common - https://github.com/th2-net/th2-common-j -+ th2-crawler - https://github.com/th2-net/th2-crawler \ No newline at end of file ++ th2-crawler - https://github.com/th2-net/th2-crawler + +## Release notes + +### 0.0.3 +* Migrated to th2 gradle plugin `0.1.4` (based on th2-bom: `4.8.0`) +* Updated: + * common: `5.14.0-dev` + * common-utils: `2.3.0-dev` + * processor-core: `0.3.0-dev` + * cradle-cassandra: `5.4.4-dev` + * auto-service: `1.1.1` + * caffeine: `3.1.8` + * kotlin-logging: `3.0.5` + * kotlin: `1.8.22` \ No newline at end of file diff --git a/build.gradle b/build.gradle index 7dbe4be..03e3241 100644 --- a/build.gradle +++ b/build.gradle @@ -31,8 +31,8 @@ repositories { } dependencies { - compileOnly 'com.google.auto.service:auto-service:1.0.1' - kapt 'com.google.auto.service:auto-service:1.0.1' + compileOnly 'com.google.auto.service:auto-service:1.1.1' + kapt 'com.google.auto.service:auto-service:1.1.1' implementation 'com.github.ben-manes.caffeine:caffeine:3.1.8' implementation 'io.github.microutils:kotlin-logging:3.0.5' diff --git a/gradle.properties b/gradle.properties index a3c264a..044fc6a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -release_version = 0.0.2 +release_version = 0.0.3 description = 'th2 data service for fixing wrong status of events' vcs_url=https://github.com/th2-net/th2-crawler-event-healer.git