Skip to content

Commit e7b3b9a

Browse files
committed
build: bump botbuilder 4.14.2
1 parent 7e976b7 commit e7b3b9a

File tree

3 files changed

+17
-10
lines changed

3 files changed

+17
-10
lines changed

botbuilder-spring-boot-autoconfig/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>com.microsoft.bot</groupId>
3737
<artifactId>bot-integration-spring</artifactId>
38-
<version>4.14.0</version>
38+
<version>${botbuilder.version}</version>
3939
<scope>compile</scope>
4040
</dependency>
4141
</dependencies>

botbuilder-spring-boot-starter/pom.xml

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,25 +34,32 @@
3434
<dependency>
3535
<groupId>com.microsoft.bot</groupId>
3636
<artifactId>bot-integration-spring</artifactId>
37-
<version>4.14.0</version>
38-
<scope>compile</scope>
37+
<version>${botbuilder.version}</version>
3938
</dependency>
4039
<dependency>
4140
<groupId>com.microsoft.bot</groupId>
4241
<artifactId>bot-dialogs</artifactId>
43-
<version>4.14.0</version>
44-
<scope>compile</scope>
42+
<version>${botbuilder.version}</version>
4543
</dependency>
4644
<dependency>
4745
<groupId>com.microsoft.bot</groupId>
4846
<artifactId>bot-ai-qna</artifactId>
49-
<version>4.14.0</version>
50-
<scope>compile</scope>
47+
<version>${botbuilder.version}</version>
5148
</dependency>
5249
<dependency>
5350
<groupId>com.microsoft.bot</groupId>
5451
<artifactId>bot-ai-luis-v3</artifactId>
55-
<version>4.14.0</version>
52+
<version>${botbuilder.version}</version>
53+
</dependency>
54+
<dependency>
55+
<groupId>com.microsoft.bot</groupId>
56+
<artifactId>bot-applicationinsights</artifactId>
57+
<version>${botbuilder.version}</version>
58+
</dependency>
59+
<dependency>
60+
<groupId>com.microsoft.bot</groupId>
61+
<artifactId>bot-azure</artifactId>
62+
<version>${botbuilder.version}</version>
5663
</dependency>
5764
</dependencies>
5865

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
5858
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
5959
<java.version>1.8</java.version>
60+
<botbuilder.version>4.14.2</botbuilder.version>
6061
<maven.compiler.source>8</maven.compiler.source>
6162
<maven.compiler.target>8</maven.compiler.target>
6263
<repo.url>https://botbuilder.myget.org/F/botbuilder-v4-java-daily/maven/</repo.url>
@@ -95,8 +96,7 @@
9596
<dependency>
9697
<groupId>com.microsoft.bot</groupId>
9798
<artifactId>bot-integration-spring</artifactId>
98-
<version>4.13.0</version>
99-
<!--<scope>compile</scope>-->
99+
<version>${botbuilder.version}</version>
100100
</dependency>
101101

102102
<dependency>

0 commit comments

Comments
 (0)