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 {