diff --git a/generators/java/generators/app/templates/core/project/pom.xml b/generators/java/generators/app/templates/core/project/pom.xml index cd326c7a4c..0a71673909 100644 --- a/generators/java/generators/app/templates/core/project/pom.xml +++ b/generators/java/generators/app/templates/core/project/pom.xml @@ -81,18 +81,18 @@ com.microsoft.bot bot-integration-spring - 4.14.0 + 4.13.0 compile com.microsoft.bot bot-dialogs - 4.14.0 + 4.13.0 com.microsoft.bot bot-ai-luis-v3 - 4.14.0 + 4.13.0 diff --git a/generators/java/generators/app/templates/echo/project/pom.xml b/generators/java/generators/app/templates/echo/project/pom.xml index 7b922ddf81..f5de802a25 100644 --- a/generators/java/generators/app/templates/echo/project/pom.xml +++ b/generators/java/generators/app/templates/echo/project/pom.xml @@ -66,7 +66,7 @@ com.microsoft.bot bot-integration-spring - 4.14.0 + 4.13.0 compile diff --git a/generators/java/generators/app/templates/empty/project/pom.xml b/generators/java/generators/app/templates/empty/project/pom.xml index 7b922ddf81..f5de802a25 100644 --- a/generators/java/generators/app/templates/empty/project/pom.xml +++ b/generators/java/generators/app/templates/empty/project/pom.xml @@ -66,7 +66,7 @@ com.microsoft.bot bot-integration-spring - 4.14.0 + 4.13.0 compile diff --git a/generators/java/package.json b/generators/java/package.json index 06f537710d..52709c4aea 100644 --- a/generators/java/package.json +++ b/generators/java/package.json @@ -1,6 +1,6 @@ { "name": "generator-botbuilder-java", - "version": "4.14.0", + "version": "4.13.1", "description": "A yeoman generator for creating Java bots built with Bot Framework v4", "homepage": "https://github.com/Microsoft/BotBuilder-Samples/tree/master/generators/generator-botbuilder", "author": { diff --git a/generators/python/app/templates/core/{{cookiecutter.bot_name}}/requirements.txt b/generators/python/app/templates/core/{{cookiecutter.bot_name}}/requirements.txt index 65c84e433e..f07326791b 100644 --- a/generators/python/app/templates/core/{{cookiecutter.bot_name}}/requirements.txt +++ b/generators/python/app/templates/core/{{cookiecutter.bot_name}}/requirements.txt @@ -1,4 +1,4 @@ -botbuilder-integration-aiohttp>=4.14.0 -botbuilder-dialogs>=4.14.0 -botbuilder-ai>=4.14.0 +botbuilder-integration-aiohttp>=4.13.0 +botbuilder-dialogs>=4.13.0 +botbuilder-ai>=4.13.0 datatypes-date-time>=1.0.0.a2 diff --git a/generators/python/app/templates/echo/{{cookiecutter.bot_name}}/requirements.txt b/generators/python/app/templates/echo/{{cookiecutter.bot_name}}/requirements.txt index d30eb4f06f..06b4a01812 100644 --- a/generators/python/app/templates/echo/{{cookiecutter.bot_name}}/requirements.txt +++ b/generators/python/app/templates/echo/{{cookiecutter.bot_name}}/requirements.txt @@ -1 +1 @@ -botbuilder-integration-aiohttp>=4.14.0 +botbuilder-integration-aiohttp>=4.13.0 diff --git a/generators/python/app/templates/empty/{{cookiecutter.bot_name}}/requirements.txt b/generators/python/app/templates/empty/{{cookiecutter.bot_name}}/requirements.txt index d30eb4f06f..06b4a01812 100644 --- a/generators/python/app/templates/empty/{{cookiecutter.bot_name}}/requirements.txt +++ b/generators/python/app/templates/empty/{{cookiecutter.bot_name}}/requirements.txt @@ -1 +1 @@ -botbuilder-integration-aiohttp>=4.14.0 +botbuilder-integration-aiohttp>=4.13.0 diff --git a/samples/java_springboot/02.echo-bot/pom.xml b/samples/java_springboot/02.echo-bot/pom.xml index 8be1a86863..fbd49bb23a 100644 --- a/samples/java_springboot/02.echo-bot/pom.xml +++ b/samples/java_springboot/02.echo-bot/pom.xml @@ -44,7 +44,7 @@ com.microsoft.bot.sample.echo.Application - + oss-sonatype oss-sonatype @@ -92,7 +92,7 @@ com.microsoft.bot bot-integration-spring - 4.14.0 + 4.13.0 compile diff --git a/samples/java_springboot/03.welcome-user/pom.xml b/samples/java_springboot/03.welcome-user/pom.xml index eeb2c1ef7b..72db889a50 100644 --- a/samples/java_springboot/03.welcome-user/pom.xml +++ b/samples/java_springboot/03.welcome-user/pom.xml @@ -44,7 +44,7 @@ com.microsoft.bot.sample.welcomeuser.Application - + oss-sonatype oss-sonatype @@ -92,7 +92,7 @@ com.microsoft.bot bot-integration-spring - 4.14.0 + 4.13.0 compile diff --git a/samples/java_springboot/05.multi-turn-prompt/pom.xml b/samples/java_springboot/05.multi-turn-prompt/pom.xml index bcac9e60ca..1d30766da0 100644 --- a/samples/java_springboot/05.multi-turn-prompt/pom.xml +++ b/samples/java_springboot/05.multi-turn-prompt/pom.xml @@ -44,7 +44,7 @@ com.microsoft.bot.sample.multiturnprompt.Application - + oss-sonatype oss-sonatype @@ -92,13 +92,13 @@ com.microsoft.bot bot-integration-spring - 4.14.0 + 4.13.0 compile com.microsoft.bot bot-dialogs - 4.14.0 + 4.13.0 compile diff --git a/samples/java_springboot/06.using-cards/pom.xml b/samples/java_springboot/06.using-cards/pom.xml index e50c7f7bbe..d02313ed50 100644 --- a/samples/java_springboot/06.using-cards/pom.xml +++ b/samples/java_springboot/06.using-cards/pom.xml @@ -44,7 +44,7 @@ com.microsoft.bot.sample.usingcards.Application - + oss-sonatype oss-sonatype @@ -92,13 +92,13 @@ com.microsoft.bot bot-integration-spring - 4.14.0 + 4.13.0 compile com.microsoft.bot bot-dialogs - 4.14.0 + 4.13.0 compile diff --git a/samples/java_springboot/07.using-adaptive-cards/pom.xml b/samples/java_springboot/07.using-adaptive-cards/pom.xml index 3271bcd944..c5ca5c94a1 100644 --- a/samples/java_springboot/07.using-adaptive-cards/pom.xml +++ b/samples/java_springboot/07.using-adaptive-cards/pom.xml @@ -44,7 +44,7 @@ com.microsoft.bot.sample.usingadaptivecards.Application - + oss-sonatype oss-sonatype @@ -92,19 +92,19 @@ com.microsoft.bot bot-integration-spring - 4.14.0 + 4.13.0 compile com.microsoft.bot bot-dialogs - 4.14.0 + 4.13.0 compile com.microsoft.bot bot-builder - 4.14.0 + 4.13.0 compile diff --git a/samples/java_springboot/08.suggested-actions/pom.xml b/samples/java_springboot/08.suggested-actions/pom.xml index cd6983854e..93319c0705 100644 --- a/samples/java_springboot/08.suggested-actions/pom.xml +++ b/samples/java_springboot/08.suggested-actions/pom.xml @@ -44,7 +44,7 @@ com.microsoft.bot.sample.suggestedactions.Application - + oss-sonatype oss-sonatype @@ -92,7 +92,7 @@ com.microsoft.bot bot-integration-spring - 4.14.0 + 4.13.0 compile diff --git a/samples/java_springboot/11.qnamaker/pom.xml b/samples/java_springboot/11.qnamaker/pom.xml index 896d59b4a4..ad7d21935f 100644 --- a/samples/java_springboot/11.qnamaker/pom.xml +++ b/samples/java_springboot/11.qnamaker/pom.xml @@ -44,7 +44,7 @@ com.microsoft.bot.sample.qnamaker.Application - + oss-sonatype oss-sonatype @@ -77,7 +77,7 @@ com.microsoft.bot bot-ai-qna - 4.14.0 + 4.13.0 @@ -98,7 +98,7 @@ com.microsoft.bot bot-integration-spring - 4.14.0 + 4.13.0 compile diff --git a/samples/java_springboot/13.core-bot/pom.xml b/samples/java_springboot/13.core-bot/pom.xml index 1f77175b7c..514c70d07f 100644 --- a/samples/java_springboot/13.core-bot/pom.xml +++ b/samples/java_springboot/13.core-bot/pom.xml @@ -44,7 +44,7 @@ com.microsoft.bot.sample.core.Application - + oss-sonatype oss-sonatype @@ -92,18 +92,18 @@ com.microsoft.bot bot-integration-spring - 4.14.0 + 4.13.0 compile com.microsoft.bot bot-dialogs - 4.14.0 + 4.13.0 com.microsoft.bot bot-ai-luis-v3 - 4.14.0 + 4.13.0 diff --git a/samples/java_springboot/14.nlp-with-dispatch/pom.xml b/samples/java_springboot/14.nlp-with-dispatch/pom.xml index 2e73c353e2..25afa4611c 100644 --- a/samples/java_springboot/14.nlp-with-dispatch/pom.xml +++ b/samples/java_springboot/14.nlp-with-dispatch/pom.xml @@ -44,7 +44,7 @@ com.microsoft.bot.sample.nlpwithdispatch.Application - + oss-sonatype oss-sonatype @@ -92,18 +92,18 @@ com.microsoft.bot bot-integration-spring - 4.14.0 + 4.13.0 compile com.microsoft.bot bot-ai-luis-v3 - 4.14.0 + 4.13.0 com.microsoft.bot bot-ai-qna - 4.14.0 + 4.13.0 diff --git a/samples/java_springboot/15.handling-attachments/pom.xml b/samples/java_springboot/15.handling-attachments/pom.xml index 52549ffd75..c61903545a 100644 --- a/samples/java_springboot/15.handling-attachments/pom.xml +++ b/samples/java_springboot/15.handling-attachments/pom.xml @@ -44,7 +44,7 @@ com.microsoft.bot.sample.attachments.Application - + oss-sonatype oss-sonatype @@ -97,7 +97,7 @@ com.microsoft.bot bot-integration-spring - 4.14.0 + 4.13.0 compile diff --git a/samples/java_springboot/16.proactive-messages/pom.xml b/samples/java_springboot/16.proactive-messages/pom.xml index d4435c35ee..e2cfc39db7 100644 --- a/samples/java_springboot/16.proactive-messages/pom.xml +++ b/samples/java_springboot/16.proactive-messages/pom.xml @@ -44,7 +44,7 @@ com.microsoft.bot.sample.proactive.Application - + oss-sonatype oss-sonatype @@ -92,7 +92,7 @@ com.microsoft.bot bot-integration-spring - 4.14.0 + 4.13.0 compile diff --git a/samples/java_springboot/17.multilingual-bot/pom.xml b/samples/java_springboot/17.multilingual-bot/pom.xml index d459ff3d18..3ba325281e 100644 --- a/samples/java_springboot/17.multilingual-bot/pom.xml +++ b/samples/java_springboot/17.multilingual-bot/pom.xml @@ -44,7 +44,7 @@ com.microsoft.bot.sample.multilingual.Application - + oss-sonatype oss-sonatype @@ -92,7 +92,7 @@ com.microsoft.bot bot-integration-spring - 4.14.0 + 4.13.0 compile diff --git a/samples/java_springboot/18.bot-authentication/pom.xml b/samples/java_springboot/18.bot-authentication/pom.xml index b6ec5c0868..03e80ecd80 100644 --- a/samples/java_springboot/18.bot-authentication/pom.xml +++ b/samples/java_springboot/18.bot-authentication/pom.xml @@ -44,7 +44,7 @@ com.microsoft.bot.sample.authentication.Application - + oss-sonatype oss-sonatype @@ -92,13 +92,13 @@ com.microsoft.bot bot-integration-spring - 4.14.0 + 4.13.0 compile com.microsoft.bot bot-dialogs - 4.14.0 + 4.13.0 compile diff --git a/samples/java_springboot/19.custom-dialogs/pom.xml b/samples/java_springboot/19.custom-dialogs/pom.xml index f9b47b8a57..a7e8414983 100644 --- a/samples/java_springboot/19.custom-dialogs/pom.xml +++ b/samples/java_springboot/19.custom-dialogs/pom.xml @@ -43,8 +43,8 @@ 1.8 com.microsoft.bot.sample.customdialogs.Application - - + + oss-sonatype oss-sonatype @@ -92,13 +92,13 @@ com.microsoft.bot bot-integration-spring - 4.14.0 + 4.13.0 compile com.microsoft.bot bot-dialogs - 4.14.0 + 4.13.0 compile diff --git a/samples/java_springboot/21.corebot-app-insights/pom.xml b/samples/java_springboot/21.corebot-app-insights/pom.xml index 384f94d30a..2ed9e27130 100644 --- a/samples/java_springboot/21.corebot-app-insights/pom.xml +++ b/samples/java_springboot/21.corebot-app-insights/pom.xml @@ -44,7 +44,7 @@ com.microsoft.bot.sample.corebot.app.insights.Application - + oss-sonatype oss-sonatype @@ -92,23 +92,23 @@ com.microsoft.bot bot-integration-spring - 4.14.0 + 4.13.0 compile com.microsoft.bot bot-dialogs - 4.14.0 + 4.13.0 com.microsoft.bot bot-ai-luis-v3 - 4.14.0 + 4.13.0 com.microsoft.bot bot-applicationinsights - 4.14.0 + 4.13.0 diff --git a/samples/java_springboot/23.facebook-events/pom.xml b/samples/java_springboot/23.facebook-events/pom.xml index d099ced588..04c5574075 100644 --- a/samples/java_springboot/23.facebook-events/pom.xml +++ b/samples/java_springboot/23.facebook-events/pom.xml @@ -44,7 +44,7 @@ com.microsoft.bot.sample.facebookevents.Application - + oss-sonatype oss-sonatype @@ -91,13 +91,13 @@ com.microsoft.bot bot-integration-spring - 4.14.0 + 4.13.0 compile com.microsoft.bot bot-dialogs - 4.14.0 + 4.13.0 compile diff --git a/samples/java_springboot/24.bot-authentication-msgraph/pom.xml b/samples/java_springboot/24.bot-authentication-msgraph/pom.xml index e418e40ba3..059c2af7ff 100644 --- a/samples/java_springboot/24.bot-authentication-msgraph/pom.xml +++ b/samples/java_springboot/24.bot-authentication-msgraph/pom.xml @@ -44,7 +44,7 @@ com.microsoft.bot.sample.authentication.Application - + oss-sonatype oss-sonatype @@ -97,13 +97,13 @@ com.microsoft.bot bot-integration-spring - 4.14.0 + 4.13.0 compile com.microsoft.bot bot-dialogs - 4.14.0 + 4.13.0 compile diff --git a/samples/java_springboot/25.message-reaction/pom.xml b/samples/java_springboot/25.message-reaction/pom.xml index e7e6a7ad25..7f99640133 100644 --- a/samples/java_springboot/25.message-reaction/pom.xml +++ b/samples/java_springboot/25.message-reaction/pom.xml @@ -44,7 +44,7 @@ com.microsoft.bot.sample.messagereaction.Application - + oss-sonatype oss-sonatype @@ -92,7 +92,7 @@ com.microsoft.bot bot-integration-spring - 4.14.0 + 4.13.0 compile diff --git a/samples/java_springboot/40.timex-resolution/pom.xml b/samples/java_springboot/40.timex-resolution/pom.xml index aa593b0794..22df7d9b52 100644 --- a/samples/java_springboot/40.timex-resolution/pom.xml +++ b/samples/java_springboot/40.timex-resolution/pom.xml @@ -44,7 +44,7 @@ com.microsoft.bot.sample.timex.resolution.Application - + oss-sonatype oss-sonatype @@ -59,7 +59,7 @@ com.microsoft.bot bot-dialogs - 4.14.0 + 4.13.0 diff --git a/samples/java_springboot/42.scaleout/pom.xml b/samples/java_springboot/42.scaleout/pom.xml index 27f2020241..7ab55a5274 100644 --- a/samples/java_springboot/42.scaleout/pom.xml +++ b/samples/java_springboot/42.scaleout/pom.xml @@ -81,13 +81,13 @@ com.microsoft.bot bot-integration-spring - 4.14.0 + 4.13.0 compile com.microsoft.bot bot-dialogs - 4.14.0 + 4.13.0 compile diff --git a/samples/java_springboot/43.complex-dialog/pom.xml b/samples/java_springboot/43.complex-dialog/pom.xml index 7b81bb5e55..4b7b36f240 100644 --- a/samples/java_springboot/43.complex-dialog/pom.xml +++ b/samples/java_springboot/43.complex-dialog/pom.xml @@ -44,7 +44,7 @@ com.microsoft.bot.sample.complexdialog.Application - + oss-sonatype oss-sonatype @@ -92,13 +92,13 @@ com.microsoft.bot bot-integration-spring - 4.14.0 + 4.13.0 compile com.microsoft.bot bot-dialogs - 4.14.0 + 4.13.0 compile diff --git a/samples/java_springboot/44.prompt-users-for-input/pom.xml b/samples/java_springboot/44.prompt-users-for-input/pom.xml index a6d517effc..b8a4c4e3f6 100644 --- a/samples/java_springboot/44.prompt-users-for-input/pom.xml +++ b/samples/java_springboot/44.prompt-users-for-input/pom.xml @@ -44,7 +44,7 @@ com.microsoft.bot.sample.promptusersforinput.Application - + oss-sonatype oss-sonatype @@ -92,13 +92,13 @@ com.microsoft.bot bot-integration-spring - 4.14.0 + 4.13.0 compile com.microsoft.bot bot-dialogs - 4.14.0 + 4.13.0 compile diff --git a/samples/java_springboot/45.state-management/pom.xml b/samples/java_springboot/45.state-management/pom.xml index 32e7392dbb..478d1558f4 100644 --- a/samples/java_springboot/45.state-management/pom.xml +++ b/samples/java_springboot/45.state-management/pom.xml @@ -43,7 +43,7 @@ com.microsoft.bot.sample.statemanagement.Application - + oss-sonatype oss-sonatype @@ -91,13 +91,13 @@ com.microsoft.bot bot-integration-spring - 4.14.0 + 4.13.0 compile com.microsoft.bot bot-azure - 4.14.0 + 4.13.0 compile diff --git a/samples/java_springboot/46.teams-auth/pom.xml b/samples/java_springboot/46.teams-auth/pom.xml index d6494aa2fd..7c850150e6 100644 --- a/samples/java_springboot/46.teams-auth/pom.xml +++ b/samples/java_springboot/46.teams-auth/pom.xml @@ -44,7 +44,7 @@ com.microsoft.bot.sample.teamsauth.Application - + oss-sonatype oss-sonatype @@ -98,13 +98,13 @@ com.microsoft.bot bot-integration-spring - 4.14.0 + 4.13.0 compile com.microsoft.bot bot-dialogs - 4.14.0 + 4.13.0 compile diff --git a/samples/java_springboot/47.inspection/pom.xml b/samples/java_springboot/47.inspection/pom.xml index 652bcc239c..b17a2a48fd 100644 --- a/samples/java_springboot/47.inspection/pom.xml +++ b/samples/java_springboot/47.inspection/pom.xml @@ -44,7 +44,7 @@ com.microsoft.bot.sample.inspection.Application - + oss-sonatype oss-sonatype @@ -92,7 +92,7 @@ com.microsoft.bot bot-integration-spring - 4.14.0 + 4.13.0 compile diff --git a/samples/java_springboot/49.qnamaker-all-features/pom.xml b/samples/java_springboot/49.qnamaker-all-features/pom.xml index 6684a039c1..7a5e4d5c16 100644 --- a/samples/java_springboot/49.qnamaker-all-features/pom.xml +++ b/samples/java_springboot/49.qnamaker-all-features/pom.xml @@ -44,7 +44,7 @@ com.microsoft.bot.sample.qnamaker.all.features.Application - + oss-sonatype oss-sonatype @@ -77,7 +77,7 @@ com.microsoft.bot bot-ai-qna - 4.14.0 + 4.13.0 @@ -98,7 +98,7 @@ com.microsoft.bot bot-integration-spring - 4.14.0 + 4.13.0 compile diff --git a/samples/java_springboot/50.teams-messaging-extensions-search/pom.xml b/samples/java_springboot/50.teams-messaging-extensions-search/pom.xml index c6aeebb9ed..a1fae99278 100644 --- a/samples/java_springboot/50.teams-messaging-extensions-search/pom.xml +++ b/samples/java_springboot/50.teams-messaging-extensions-search/pom.xml @@ -44,7 +44,7 @@ com.microsoft.bot.sample.teamssearch.Application - + oss-sonatype oss-sonatype @@ -92,7 +92,7 @@ com.microsoft.bot bot-integration-spring - 4.14.0 + 4.13.0 compile diff --git a/samples/java_springboot/51.teams-messaging-extensions-action/pom.xml b/samples/java_springboot/51.teams-messaging-extensions-action/pom.xml index 53b1f5812a..a2b45c9d82 100644 --- a/samples/java_springboot/51.teams-messaging-extensions-action/pom.xml +++ b/samples/java_springboot/51.teams-messaging-extensions-action/pom.xml @@ -44,7 +44,7 @@ com.microsoft.bot.sample.teamsaction.Application - + oss-sonatype oss-sonatype @@ -92,7 +92,7 @@ com.microsoft.bot bot-integration-spring - 4.14.0 + 4.13.0 compile diff --git a/samples/java_springboot/51.teams-messaging-extensions-action/teamsAppManifest/manifest.json b/samples/java_springboot/51.teams-messaging-extensions-action/teamsAppManifest/manifest.json index 1251feed14..e68727d6d1 100644 --- a/samples/java_springboot/51.teams-messaging-extensions-action/teamsAppManifest/manifest.json +++ b/samples/java_springboot/51.teams-messaging-extensions-action/teamsAppManifest/manifest.json @@ -71,7 +71,9 @@ { "id": "shareMessage", "type": "action", - "context": [ "message" ], + "context": [ + "message" + ], "description": "Test command to run action on message context (message sharing)", "title": "Share Message", "parameters": [ @@ -89,67 +91,14 @@ "title": "FetchRoster", "type": "action", "fetchTask": true, - "context": [ "compose" ] - }, - { - "id": "createAdaptiveCard", - "type": "action", - "context": [ "compose" ], - "description": "Command to run action to create a Card from Compose Box", - "title": "Adaptive Card", - "parameters": [ - { - "name": "title", - "title": "Name", - "description": "Name of the User", - "inputType": "text" - }, - { - "name": "subTitle", - "title": "Designation", - "description": "Designation of the User", - "inputType": "text" - }, - { - "name": "text", - "title": "Description", - "description": "Description", - "inputType": "textarea" - } + "context": [ + "compose" ] - }, - { - "id": "webView", - "description": "Fetch the Web View", - "title": "Web View", - "type": "action", - "fetchTask": true, - "context": [ "compose" ] - }, - { - "id": "HTML", - "description": "Fetch the HTML", - "title": "HTML", - "type": "action", - "fetchTask": true, - "context": [ "compose" ] - }, - { - "id": "razorView", - "description": "Fetch the Razor View", - "title": "Razor View", - "type": "action", - "fetchTask": true, - "context": [ "compose" ] } - ] } ], "permissions": [ "identity" - ], - "validDomains": [ - "<>" ] } \ No newline at end of file diff --git a/samples/java_springboot/52.teams-messaging-extensions-search-auth-config/pom.xml b/samples/java_springboot/52.teams-messaging-extensions-search-auth-config/pom.xml index 14e65771b9..397fd3dfb5 100644 --- a/samples/java_springboot/52.teams-messaging-extensions-search-auth-config/pom.xml +++ b/samples/java_springboot/52.teams-messaging-extensions-search-auth-config/pom.xml @@ -44,7 +44,7 @@ com.microsoft.bot.sample.teamssearchauth.Application - + oss-sonatype oss-sonatype @@ -97,7 +97,7 @@ com.microsoft.bot bot-integration-spring - 4.14.0 + 4.13.0 compile diff --git a/samples/java_springboot/53.teams-messaging-extensions-action-preview/pom.xml b/samples/java_springboot/53.teams-messaging-extensions-action-preview/pom.xml index 2b6b324586..1e1e6e5de2 100644 --- a/samples/java_springboot/53.teams-messaging-extensions-action-preview/pom.xml +++ b/samples/java_springboot/53.teams-messaging-extensions-action-preview/pom.xml @@ -44,7 +44,7 @@ com.microsoft.bot.sample.teamsactionpreview.Application - + oss-sonatype oss-sonatype @@ -92,7 +92,7 @@ com.microsoft.bot bot-integration-spring - 4.14.0 + 4.13.0 compile diff --git a/samples/java_springboot/54.teams-task-module/pom.xml b/samples/java_springboot/54.teams-task-module/pom.xml index 6e1586868d..7ac3c1e899 100644 --- a/samples/java_springboot/54.teams-task-module/pom.xml +++ b/samples/java_springboot/54.teams-task-module/pom.xml @@ -44,7 +44,7 @@ com.microsoft.bot.sample.teamstaskmodule.Application - + oss-sonatype oss-sonatype @@ -91,7 +91,7 @@ com.microsoft.bot bot-integration-spring - 4.14.0 + 4.13.0 compile diff --git a/samples/java_springboot/55.teams-link-unfurling/pom.xml b/samples/java_springboot/55.teams-link-unfurling/pom.xml index 19035da4dd..b778fd91f9 100644 --- a/samples/java_springboot/55.teams-link-unfurling/pom.xml +++ b/samples/java_springboot/55.teams-link-unfurling/pom.xml @@ -44,7 +44,7 @@ com.microsoft.bot.sample.teamsunfurl.Application - + oss-sonatype oss-sonatype @@ -92,7 +92,7 @@ com.microsoft.bot bot-integration-spring - 4.14.0 + 4.13.0 compile diff --git a/samples/java_springboot/56.teams-file-upload/pom.xml b/samples/java_springboot/56.teams-file-upload/pom.xml index 2e592bb396..0d0b248981 100644 --- a/samples/java_springboot/56.teams-file-upload/pom.xml +++ b/samples/java_springboot/56.teams-file-upload/pom.xml @@ -44,7 +44,7 @@ com.microsoft.bot.sample.teamsfileupload.Application - + oss-sonatype oss-sonatype @@ -92,7 +92,7 @@ com.microsoft.bot bot-integration-spring - 4.14.0 + 4.13.0 compile diff --git a/samples/java_springboot/57.teams-conversation-bot/pom.xml b/samples/java_springboot/57.teams-conversation-bot/pom.xml index 229073b670..6d12197bf7 100644 --- a/samples/java_springboot/57.teams-conversation-bot/pom.xml +++ b/samples/java_springboot/57.teams-conversation-bot/pom.xml @@ -44,7 +44,7 @@ com.microsoft.bot.sample.teamsconversation.Application - + oss-sonatype oss-sonatype @@ -92,7 +92,7 @@ com.microsoft.bot bot-integration-spring - 4.14.0 + 4.13.0 compile diff --git a/samples/java_springboot/58.teams-start-new-thread-in-channel/pom.xml b/samples/java_springboot/58.teams-start-new-thread-in-channel/pom.xml index 85ea0bb135..3d62eab1a6 100644 --- a/samples/java_springboot/58.teams-start-new-thread-in-channel/pom.xml +++ b/samples/java_springboot/58.teams-start-new-thread-in-channel/pom.xml @@ -44,7 +44,7 @@ com.microsoft.bot.sample.teamsstartnewthread.Application - + oss-sonatype oss-sonatype @@ -91,7 +91,7 @@ com.microsoft.bot bot-integration-spring - 4.14.0 + 4.13.0 compile diff --git a/samples/java_springboot/80.skills-simple-bot-to-bot/DialogRootBot/pom.xml b/samples/java_springboot/80.skills-simple-bot-to-bot/DialogRootBot/pom.xml index 63149f8276..5ccc92d4f3 100644 --- a/samples/java_springboot/80.skills-simple-bot-to-bot/DialogRootBot/pom.xml +++ b/samples/java_springboot/80.skills-simple-bot-to-bot/DialogRootBot/pom.xml @@ -44,7 +44,7 @@ com.microsoft.bot.sample.simplerootbot.Application - + oss-sonatype oss-sonatype @@ -92,13 +92,13 @@ com.microsoft.bot bot-integration-spring - 4.14.0 + 4.13.0 compile com.microsoft.bot bot-builder - 4.14.0 + 4.13.0 compile diff --git a/samples/java_springboot/80.skills-simple-bot-to-bot/DialogSkillBot/pom.xml b/samples/java_springboot/80.skills-simple-bot-to-bot/DialogSkillBot/pom.xml index 2678099149..6f57ce1e2c 100644 --- a/samples/java_springboot/80.skills-simple-bot-to-bot/DialogSkillBot/pom.xml +++ b/samples/java_springboot/80.skills-simple-bot-to-bot/DialogSkillBot/pom.xml @@ -44,7 +44,7 @@ com.microsoft.bot.sample.echoskillbot.Application - + oss-sonatype oss-sonatype @@ -92,7 +92,7 @@ com.microsoft.bot bot-integration-spring - 4.14.0 + 4.13.0 compile diff --git a/samples/java_springboot/81.skills-skilldialog/dialog-root-bot/pom.xml b/samples/java_springboot/81.skills-skilldialog/dialog-root-bot/pom.xml index 1d1b8e343d..3c992dbb0a 100644 --- a/samples/java_springboot/81.skills-skilldialog/dialog-root-bot/pom.xml +++ b/samples/java_springboot/81.skills-skilldialog/dialog-root-bot/pom.xml @@ -44,7 +44,7 @@ com.microsoft.bot.sample.dialogrootbot.Application - + oss-sonatype oss-sonatype @@ -92,19 +92,19 @@ com.microsoft.bot bot-integration-spring - 4.14.0 + 4.13.0 compile com.microsoft.bot bot-dialogs - 4.14.0 + 4.13.0 compile com.microsoft.bot bot-builder - 4.14.0 + 4.13.0 compile diff --git a/samples/java_springboot/81.skills-skilldialog/dialog-skill-bot/pom.xml b/samples/java_springboot/81.skills-skilldialog/dialog-skill-bot/pom.xml index 03f0d4a696..cb36564734 100644 --- a/samples/java_springboot/81.skills-skilldialog/dialog-skill-bot/pom.xml +++ b/samples/java_springboot/81.skills-skilldialog/dialog-skill-bot/pom.xml @@ -44,7 +44,7 @@ com.microsoft.bot.sample.dialogskillbot.Application - + oss-sonatype oss-sonatype @@ -92,19 +92,19 @@ com.microsoft.bot bot-integration-spring - 4.14.0 + 4.13.0 compile com.microsoft.bot bot-dialogs - 4.14.0 + 4.13.0 compile com.microsoft.bot bot-ai-luis-v3 - 4.14.0 + 4.13.0 diff --git a/samples/java_springboot/pom.xml b/samples/java_springboot/pom.xml index 168fdb8157..667149fd43 100644 --- a/samples/java_springboot/pom.xml +++ b/samples/java_springboot/pom.xml @@ -4,7 +4,7 @@ com.microsoft.bot bot-java - 4.14.0 + 4.13.0 pom Microsoft BotBuilder Java SDK Parent diff --git a/samples/java_springboot/servlet-echo/pom.xml b/samples/java_springboot/servlet-echo/pom.xml index 9e13ec1418..c84a80d5bb 100644 --- a/samples/java_springboot/servlet-echo/pom.xml +++ b/samples/java_springboot/servlet-echo/pom.xml @@ -35,7 +35,7 @@ 1.8 - + oss-sonatype oss-sonatype @@ -98,7 +98,7 @@ com.microsoft.bot bot-integration-core - 4.14.0 + 4.13.0 diff --git a/samples/python/54.teams-task-module/requirements.txt b/samples/python/54.teams-task-module/requirements.txt index 3658c09bb6..c8628e9300 100644 --- a/samples/python/54.teams-task-module/requirements.txt +++ b/samples/python/54.teams-task-module/requirements.txt @@ -1 +1,2 @@ +msrest botbuilder-integration-aiohttp>=4.13.0