From 3ace14e8b7a26c8b1b55f6a2a359ddec971da199 Mon Sep 17 00:00:00 2001 From: Struchkov Mark Date: Tue, 31 Oct 2023 16:32:55 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=B2=D0=B5=D1=80=D1=81=D0=B8=D0=B9=20?= =?UTF-8?q?=D0=B7=D0=B0=D0=B2=D0=B8=D1=81=D0=B8=D0=BC=D0=BE=D1=81=D1=82?= =?UTF-8?q?=D0=B5=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../godfather/quarkus/domain/unit/AnswerText.java | 5 ----- pom.xml | 15 +++++++-------- 2 files changed, 7 insertions(+), 13 deletions(-) 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