From 66ce8483080900727445b35a02fabdda5f2385ea Mon Sep 17 00:00:00 2001 From: Struchkov Mark Date: Sat, 18 Feb 2023 11:23:46 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D0=BB=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=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 14 +++++++++++--- .../telegram/main/context/BoxAnswerPayload.java | 2 +- .../telegram/main/context/MailPayload.java | 2 +- .../telegram/domain/attachment/LinkAttachment.java | 2 +- 4 files changed, 14 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 93b14e9..f7b04fd 100644 --- a/pom.xml +++ b/pom.xml @@ -38,16 +38,24 @@ UTF-8 UTF-8 - 0.0.51-SNAPSHOT + 0.0.51 + + 6.3.0 - 2.0.0 + 2.6.0 + 3.10.1 + 1.6.13 + 3.2.1 - 3.4.0 + + 3.5.0 + 3.0.1 + 3.0.0-M7 diff --git a/telegram-context/telegram-context-main/src/main/java/dev/struchkov/godfather/telegram/main/context/BoxAnswerPayload.java b/telegram-context/telegram-context-main/src/main/java/dev/struchkov/godfather/telegram/main/context/BoxAnswerPayload.java index 870173f..89cc10e 100644 --- a/telegram-context/telegram-context-main/src/main/java/dev/struchkov/godfather/telegram/main/context/BoxAnswerPayload.java +++ b/telegram-context/telegram-context-main/src/main/java/dev/struchkov/godfather/telegram/main/context/BoxAnswerPayload.java @@ -1,7 +1,7 @@ package dev.struchkov.godfather.telegram.main.context; -import dev.struchkov.godfather.main.domain.ContextKey; import dev.struchkov.haiti.utils.Exceptions; +import dev.struchkov.haiti.utils.container.ContextKey; public final class BoxAnswerPayload { diff --git a/telegram-context/telegram-context-main/src/main/java/dev/struchkov/godfather/telegram/main/context/MailPayload.java b/telegram-context/telegram-context-main/src/main/java/dev/struchkov/godfather/telegram/main/context/MailPayload.java index 012b489..a16fb85 100644 --- a/telegram-context/telegram-context-main/src/main/java/dev/struchkov/godfather/telegram/main/context/MailPayload.java +++ b/telegram-context/telegram-context-main/src/main/java/dev/struchkov/godfather/telegram/main/context/MailPayload.java @@ -1,7 +1,7 @@ package dev.struchkov.godfather.telegram.main.context; -import dev.struchkov.godfather.main.domain.ContextKey; import dev.struchkov.haiti.utils.Exceptions; +import dev.struchkov.haiti.utils.container.ContextKey; public final class MailPayload { diff --git a/telegram-domain/telegram-domain-main/src/main/java/dev/struchkov/godfather/telegram/domain/attachment/LinkAttachment.java b/telegram-domain/telegram-domain-main/src/main/java/dev/struchkov/godfather/telegram/domain/attachment/LinkAttachment.java index 62e4373..e1c7788 100644 --- a/telegram-domain/telegram-domain-main/src/main/java/dev/struchkov/godfather/telegram/domain/attachment/LinkAttachment.java +++ b/telegram-domain/telegram-domain-main/src/main/java/dev/struchkov/godfather/telegram/domain/attachment/LinkAttachment.java @@ -2,7 +2,7 @@ package dev.struchkov.godfather.telegram.domain.attachment; import dev.struchkov.godfather.main.domain.content.Attachment; import dev.struchkov.haiti.utils.Parser; -import dev.struchkov.haiti.utils.domain.CompositeUrl; +import dev.struchkov.haiti.utils.container.CompositeUrl; public class LinkAttachment extends Attachment {