diff --git a/bot-domain/bot-domain-quarkus/src/main/java/dev/struchkov/godfather/quarkus/domain/unit/AnswerText.java b/bot-domain/bot-domain-quarkus/src/main/java/dev/struchkov/godfather/quarkus/domain/unit/AnswerText.java index 5e9db50..4864211 100644 --- a/bot-domain/bot-domain-quarkus/src/main/java/dev/struchkov/godfather/quarkus/domain/unit/AnswerText.java +++ b/bot-domain/bot-domain-quarkus/src/main/java/dev/struchkov/godfather/quarkus/domain/unit/AnswerText.java @@ -128,11 +128,6 @@ public class AnswerText extends MainUnit { return this; } - public Builder answer(BoxAnswer boxAnswer) { - this.boxAnswer = message -> Uni.createFrom().item(boxAnswer); - return this; - } - public Builder answerUni(Function> answer) { this.boxAnswer = answer::apply; return this; diff --git a/pom.xml b/pom.xml index 924ba6e..41d4cb3 100644 --- a/pom.xml +++ b/pom.xml @@ -34,10 +34,10 @@ UTF-8 - 2.7.2 + 3.0.2 - 3.3.0 + 3.5.0 24.0.1 @@ -47,13 +47,13 @@ 1.6.13 - 3.2.1 + 3.3.0 - 3.5.0 + 3.6.0 - 3.0.1 + 3.1.0 - 3.0.0-M7 + 3.0.1 @@ -149,7 +149,7 @@ com.fasterxml.jackson.core jackson-databind - 2.14.2 + 2.15.2 @@ -383,7 +383,6 @@ scm:git:ssh://git@git.struchkov.dev:222/Godfather-Bots/godfather.git https://git.struchkov.dev/Godfather-Bots/godfather scm:git:ssh://git@git.struchkov.dev:222/Godfather-Bots/godfather.git - v.0.0.33