Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Commit 2f0b04c

Browse files
tracyboehrerLeeParrishMSFTdependabot[bot]
authored
Security updates (#1378)
* Update mjsal4j library (#1377) # Conflicts: # libraries/bot-connector/pom.xml * Bump log4j-api from 2.11.0 to 2.15.0 (#1374) Bumps log4j-api from 2.11.0 to 2.15.0. --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-api dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump log4j-core from 2.13.2 to 2.15.0 (#1375) Bumps log4j-core from 2.13.2 to 2.15.0. --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-core dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: tracyboehrer <tracyboehrer@users.noreply.github.com> * Update to 4.14.1 * Updated Connector version Co-authored-by: Lee Parrish <30470292+LeeParrishMSFT@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4ace623 commit 2f0b04c

File tree

11 files changed

+14
-14
lines changed

11 files changed

+14
-14
lines changed

libraries/bot-ai-luis-v3/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.microsoft.bot</groupId>
88
<artifactId>bot-java</artifactId>
9-
<version>4.14.0</version>
9+
<version>4.14.1</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

libraries/bot-ai-qna/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.microsoft.bot</groupId>
88
<artifactId>bot-java</artifactId>
9-
<version>4.14.0</version>
9+
<version>4.14.1</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

libraries/bot-applicationinsights/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.microsoft.bot</groupId>
88
<artifactId>bot-java</artifactId>
9-
<version>4.14.0</version>
9+
<version>4.14.1</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

libraries/bot-azure/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.microsoft.bot</groupId>
88
<artifactId>bot-java</artifactId>
9-
<version>4.14.0</version>
9+
<version>4.14.1</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

libraries/bot-builder/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.microsoft.bot</groupId>
88
<artifactId>bot-java</artifactId>
9-
<version>4.14.0</version>
9+
<version>4.14.1</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

libraries/bot-connector/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.microsoft.bot</groupId>
88
<artifactId>bot-java</artifactId>
9-
<version>4.14.0</version>
9+
<version>4.14.1</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

@@ -98,7 +98,7 @@
9898
<dependency>
9999
<groupId>com.microsoft.azure</groupId>
100100
<artifactId>msal4j</artifactId>
101-
<version>1.8.1</version>
101+
<version>1.11.0</version>
102102
</dependency>
103103

104104
<dependency>

libraries/bot-dialogs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.microsoft.bot</groupId>
88
<artifactId>bot-java</artifactId>
9-
<version>4.14.0</version>
9+
<version>4.14.1</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

libraries/bot-integration-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.microsoft.bot</groupId>
88
<artifactId>bot-java</artifactId>
9-
<version>4.14.0</version>
9+
<version>4.14.1</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

libraries/bot-integration-spring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.microsoft.bot</groupId>
77
<artifactId>bot-java</artifactId>
8-
<version>4.14.0</version>
8+
<version>4.14.1</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

libraries/bot-schema/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.microsoft.bot</groupId>
88
<artifactId>bot-java</artifactId>
9-
<version>4.14.0</version>
9+
<version>4.14.1</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.microsoft.bot</groupId>
77
<artifactId>bot-java</artifactId>
8-
<version>4.14.0</version>
8+
<version>4.14.1</version>
99
<packaging>pom</packaging>
1010

1111
<name>Microsoft BotBuilder Java SDK Parent</name>
@@ -337,7 +337,7 @@
337337
<dependency>
338338
<groupId>org.apache.logging.log4j</groupId>
339339
<artifactId>log4j-api</artifactId>
340-
<version>2.11.0</version>
340+
<version>2.15.0</version>
341341
<scope>test</scope>
342342
</dependency>
343343
<dependency>
@@ -349,7 +349,7 @@
349349
<dependency>
350350
<groupId>org.apache.logging.log4j</groupId>
351351
<artifactId>log4j-core</artifactId>
352-
<version>2.13.2</version>
352+
<version>2.15.0</version>
353353
<scope>test</scope>
354354
</dependency>
355355

0 commit comments

Comments
 (0)