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

Commit 1d56038

Browse files
tracyboehrerTracy Boehrer
andauthored
Updated dependencies (#1497)
Co-authored-by: Tracy Boehrer <[email protected]>
1 parent aa964a3 commit 1d56038

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

libraries/bot-azure/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<dependency>
7777
<groupId>com.azure</groupId>
7878
<artifactId>azure-storage-queue</artifactId>
79-
<version>12.14.0</version>
79+
<version>12.15.0</version>
8080
</dependency>
8181

8282
<dependency>
@@ -90,7 +90,7 @@
9090
<dependency>
9191
<groupId>com.azure</groupId>
9292
<artifactId>azure-storage-blob</artifactId>
93-
<version>12.17.1</version>
93+
<version>12.20.0</version>
9494
</dependency>
9595
</dependencies>
9696

libraries/bot-integration-spring/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,28 +56,28 @@
5656
<dependency>
5757
<groupId>org.springframework.boot</groupId>
5858
<artifactId>spring-boot-starter-web</artifactId>
59-
<version>2.5.12</version>
59+
<version>2.7.4</version>
6060
</dependency>
6161
<dependency>
6262
<groupId>org.springframework.boot</groupId>
6363
<artifactId>spring-boot-starter-test</artifactId>
64-
<version>2.4.11</version>
64+
<version>2.7.4</version>
6565
<scope>test</scope>
6666
</dependency>
6767
<dependency>
6868
<groupId>org.springframework</groupId>
6969
<artifactId>spring-core</artifactId>
70-
<version>5.3.20</version>
70+
<version>5.3.23</version>
7171
</dependency>
7272
<dependency>
7373
<groupId>org.springframework</groupId>
7474
<artifactId>spring-beans</artifactId>
75-
<version>5.3.18</version>
75+
<version>5.3.23</version>
7676
</dependency>
7777
<dependency>
7878
<groupId>org.springframework.boot</groupId>
7979
<artifactId>spring-boot</artifactId>
80-
<version>2.6.2</version>
80+
<version>2.7.4</version>
8181
<scope>compile</scope>
8282
</dependency>
8383

0 commit comments

Comments
 (0)