From 416c918a6e99ac0d247e2ec2949b33c7faaba428 Mon Sep 17 00:00:00 2001 From: ruben Date: Thu, 11 Apr 2024 23:09:01 +0100 Subject: [PATCH] Fix #1350 --- pom.xml | 2 +- telegrambots-abilities/pom.xml | 6 +++--- telegrambots-client/pom.xml | 2 +- telegrambots-extensions/README.md | 4 ++-- telegrambots-extensions/pom.xml | 6 +++--- telegrambots-longpolling/pom.xml | 2 +- telegrambots-meta/pom.xml | 2 +- telegrambots-springboot-longpolling-starter/pom.xml | 4 ++-- ...gframework.boot.autoconfigure.AutoConfiguration.imports} | 0 telegrambots-springboot-webhook-starter/pom.xml | 4 ++-- ...ngframework.boot.autoconfigure.AutoConfiguration.imports | 1 + telegrambots-test-reports/pom.xml | 2 +- telegrambots-webhook/pom.xml | 2 +- 13 files changed, 19 insertions(+), 18 deletions(-) rename telegrambots-springboot-longpolling-starter/src/main/resources/{spring/spring.factories => META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports} (100%) create mode 100644 telegrambots-springboot-webhook-starter/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports diff --git a/pom.xml b/pom.xml index 75f2369c4..dff9f30e7 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ org.telegram Bots pom - 7.2.0 + 7.2.1 telegrambots-meta diff --git a/telegrambots-abilities/pom.xml b/telegrambots-abilities/pom.xml index 13fbd52b6..369e86d55 100644 --- a/telegrambots-abilities/pom.xml +++ b/telegrambots-abilities/pom.xml @@ -7,7 +7,7 @@ org.telegram Bots - 7.2.0 + 7.2.1 telegrambots-abilities @@ -104,12 +104,12 @@ org.telegram telegrambots-webhook - 7.2.0 + 7.2.1 org.telegram telegrambots-longpolling - 7.2.0 + 7.2.1 diff --git a/telegrambots-client/pom.xml b/telegrambots-client/pom.xml index 698afc46c..07cbe1ca6 100644 --- a/telegrambots-client/pom.xml +++ b/telegrambots-client/pom.xml @@ -7,7 +7,7 @@ org.telegram Bots - 7.2.0 + 7.2.1 Telegram Bots Client diff --git a/telegrambots-extensions/README.md b/telegrambots-extensions/README.md index de0b658ea..746302a13 100644 --- a/telegrambots-extensions/README.md +++ b/telegrambots-extensions/README.md @@ -16,12 +16,12 @@ Just import add the library to your project with one of these options: org.telegram telegrambots-extensions - 7.2.0 + 7.2.1 ``` 2. Using Gradle: ```gradle - implementation 'org.telegram:telegrambots-extensions:7.2.0' + implementation 'org.telegram:telegrambots-extensions:7.2.1' ``` \ No newline at end of file diff --git a/telegrambots-extensions/pom.xml b/telegrambots-extensions/pom.xml index 48ffcb4ea..c9ce03194 100644 --- a/telegrambots-extensions/pom.xml +++ b/telegrambots-extensions/pom.xml @@ -7,7 +7,7 @@ org.telegram Bots - 7.2.0 + 7.2.1 telegrambots-extensions @@ -89,12 +89,12 @@ org.telegram telegrambots-webhook - 7.2.0 + 7.2.1 org.telegram telegrambots-longpolling - 7.2.0 + 7.2.1 diff --git a/telegrambots-longpolling/pom.xml b/telegrambots-longpolling/pom.xml index 14e7756f3..192090e1d 100644 --- a/telegrambots-longpolling/pom.xml +++ b/telegrambots-longpolling/pom.xml @@ -6,7 +6,7 @@ org.telegram Bots - 7.2.0 + 7.2.1 telegrambots-longpolling diff --git a/telegrambots-meta/pom.xml b/telegrambots-meta/pom.xml index f4d94dfa3..d580212d6 100644 --- a/telegrambots-meta/pom.xml +++ b/telegrambots-meta/pom.xml @@ -7,7 +7,7 @@ org.telegram Bots - 7.2.0 + 7.2.1 telegrambots-meta diff --git a/telegrambots-springboot-longpolling-starter/pom.xml b/telegrambots-springboot-longpolling-starter/pom.xml index 692c98002..b7885e454 100644 --- a/telegrambots-springboot-longpolling-starter/pom.xml +++ b/telegrambots-springboot-longpolling-starter/pom.xml @@ -7,7 +7,7 @@ org.telegram Bots - 7.2.0 + 7.2.1 telegrambots-springboot-longpolling-starter @@ -71,7 +71,7 @@ UTF-8 UTF-8 - 7.2.0 + 7.2.1 3.2.3 diff --git a/telegrambots-springboot-longpolling-starter/src/main/resources/spring/spring.factories b/telegrambots-springboot-longpolling-starter/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports similarity index 100% rename from telegrambots-springboot-longpolling-starter/src/main/resources/spring/spring.factories rename to telegrambots-springboot-longpolling-starter/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports diff --git a/telegrambots-springboot-webhook-starter/pom.xml b/telegrambots-springboot-webhook-starter/pom.xml index 7a3b230d1..2a58cbaec 100644 --- a/telegrambots-springboot-webhook-starter/pom.xml +++ b/telegrambots-springboot-webhook-starter/pom.xml @@ -6,7 +6,7 @@ org.telegram Bots - 7.2.0 + 7.2.1 telegrambots-springboot-webhook-starter @@ -71,7 +71,7 @@ UTF-8 UTF-8 - 7.2.0 + 7.2.1 3.2.3 2.16.1 diff --git a/telegrambots-springboot-webhook-starter/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports b/telegrambots-springboot-webhook-starter/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports new file mode 100644 index 000000000..86961f036 --- /dev/null +++ b/telegrambots-springboot-webhook-starter/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports @@ -0,0 +1 @@ +org.telegram.telegrambots.webhook.starter.TelegramBotStarterConfiguration \ No newline at end of file diff --git a/telegrambots-test-reports/pom.xml b/telegrambots-test-reports/pom.xml index f0a6b6d1b..10458e595 100644 --- a/telegrambots-test-reports/pom.xml +++ b/telegrambots-test-reports/pom.xml @@ -6,7 +6,7 @@ org.telegram Bots - 7.2.0 + 7.2.1 telegrambots-test-reports diff --git a/telegrambots-webhook/pom.xml b/telegrambots-webhook/pom.xml index 1cd09093d..33a6f96ea 100644 --- a/telegrambots-webhook/pom.xml +++ b/telegrambots-webhook/pom.xml @@ -6,7 +6,7 @@ org.telegram Bots - 7.2.0 + 7.2.1 telegrambots-webhook