Skip to content

Commit 50d9ce4

Browse files
authored
Spring - update bom for Azure Spring March release (Azure#20154)
1 parent 72a8e9b commit 50d9ce4

File tree

1 file changed

+58
-1
lines changed
  • sdk/boms/azure-spring-boot-bom

1 file changed

+58
-1
lines changed

sdk/boms/azure-spring-boot-bom/pom.xml

Lines changed: 58 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.azure.spring</groupId>
77
<artifactId>azure-spring-boot-bom</artifactId>
8-
<version>3.2.0</version>
8+
<version>3.3.0</version>
99
<packaging>pom</packaging>
1010

1111
<name>Azure Spring Boot BOM</name>
@@ -38,6 +38,14 @@
3838
<packageOutputDirectory>${project.build.directory}</packageOutputDirectory>
3939
<legal><![CDATA[[INFO] Any downloads listed may be third party software. Microsoft grants you no rights for third party software.]]></legal>
4040
<azure.spring.boot.integration.version>${project.version}</azure.spring.boot.integration.version>
41+
<azure.core.version>1.14.1</azure.core.version>
42+
<azure.identity.version>1.2.4</azure.identity.version>
43+
<azure.keyvault.secret.version>4.2.6</azure.keyvault.secret.version>
44+
<azure.msal.version>1.9.1</azure.msal.version>
45+
<azure.servicebus.jms.version>0.0.7</azure.servicebus.jms.version>
46+
<azure.spring.data.cosmos.version>3.5.0</azure.spring.data.cosmos.version>
47+
<azure.storage.blob.version>12.10.1</azure.storage.blob.version>
48+
<azure.storage.fileshare.version>12.8.0</azure.storage.fileshare.version>
4149
</properties>
4250

4351
<issueManagement>
@@ -89,6 +97,55 @@
8997
<artifactId>azure-spring-boot-starter-storage</artifactId>
9098
<version>${azure.spring.boot.integration.version}</version>
9199
</dependency>
100+
101+
<dependency>
102+
<groupId>com.azure</groupId>
103+
<artifactId>azure-spring-data-cosmos</artifactId>
104+
<version>${azure.spring.data.cosmos.version}</version>
105+
</dependency>
106+
107+
<!-- Azure libraries-->
108+
<dependency>
109+
<groupId>com.azure</groupId>
110+
<artifactId>azure-core</artifactId>
111+
<version>${azure.core.version}</version>
112+
</dependency>
113+
114+
<dependency>
115+
<groupId>com.azure</groupId>
116+
<artifactId>azure-identity</artifactId>
117+
<version>${azure.identity.version}</version>
118+
</dependency>
119+
120+
<dependency>
121+
<groupId>com.microsoft.azure</groupId>
122+
<artifactId>msal4j</artifactId>
123+
<version>${azure.msal.version}</version>
124+
</dependency>
125+
126+
<dependency>
127+
<groupId>com.microsoft.azure</groupId>
128+
<artifactId>azure-servicebus-jms</artifactId>
129+
<version>${azure.servicebus.jms.version}</version>
130+
</dependency>
131+
132+
<dependency>
133+
<groupId>com.azure</groupId>
134+
<artifactId>azure-security-keyvault-secrets</artifactId>
135+
<version>${azure.keyvault.secret.version}</version>
136+
</dependency>
137+
138+
<dependency>
139+
<groupId>com.azure</groupId>
140+
<artifactId>azure-storage-blob</artifactId>
141+
<version>${azure.storage.blob.version}</version>
142+
</dependency>
143+
144+
<dependency>
145+
<groupId>com.azure</groupId>
146+
<artifactId>azure-storage-file-share</artifactId>
147+
<version>${azure.storage.fileshare.version}</version>
148+
</dependency>
92149
</dependencies>
93150
</dependencyManagement>
94151

0 commit comments

Comments
 (0)