|
12 | 12 |
|
13 | 13 | <groupId>com.azure.spring</groupId> |
14 | 14 | <artifactId>spring-cloud-azure-autoconfigure</artifactId> |
15 | | - <version>6.3.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-autoconfigure;current} --> |
| 15 | + <version>6.3.0</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-autoconfigure;current} --> |
16 | 16 |
|
17 | 17 | <name>Spring Cloud Azure AutoConfigure</name> |
18 | 18 | <description>Spring Cloud Azure AutoConfigure</description> |
|
41 | 41 | <dependency> |
42 | 42 | <groupId>com.azure.spring</groupId> |
43 | 43 | <artifactId>spring-cloud-azure-service</artifactId> |
44 | | - <version>6.3.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-service;current} --> |
| 44 | + <version>6.3.0</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-service;current} --> |
45 | 45 | </dependency> |
46 | 46 |
|
47 | 47 | <dependency> |
48 | 48 | <groupId>com.azure.spring</groupId> |
49 | 49 | <artifactId>spring-cloud-azure-resourcemanager</artifactId> |
50 | | - <version>6.3.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-resourcemanager;current} --> |
| 50 | + <version>6.3.0</version> <!-- {x-version-update;com.azure.spring:spring-cloud-azure-resourcemanager;current} --> |
51 | 51 | <optional>true</optional> |
52 | 52 | </dependency> |
53 | 53 |
|
|
56 | 56 | <dependency> |
57 | 57 | <groupId>com.azure.spring</groupId> |
58 | 58 | <artifactId>spring-integration-azure-eventhubs</artifactId> |
59 | | - <version>6.3.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-integration-azure-eventhubs;current} --> |
| 59 | + <version>6.3.0</version> <!-- {x-version-update;com.azure.spring:spring-integration-azure-eventhubs;current} --> |
60 | 60 | <optional>true</optional> |
61 | 61 | </dependency> |
62 | 62 | <dependency> |
|
70 | 70 | <dependency> |
71 | 71 | <groupId>com.azure.spring</groupId> |
72 | 72 | <artifactId>spring-integration-azure-servicebus</artifactId> |
73 | | - <version>6.3.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-integration-azure-servicebus;current} --> |
| 73 | + <version>6.3.0</version> <!-- {x-version-update;com.azure.spring:spring-integration-azure-servicebus;current} --> |
74 | 74 | <optional>true</optional> |
75 | 75 | </dependency> |
76 | 76 |
|
77 | 77 | <!-- Storage Queue --> |
78 | 78 | <dependency> |
79 | 79 | <groupId>com.azure.spring</groupId> |
80 | 80 | <artifactId>spring-integration-azure-storage-queue</artifactId> |
81 | | - <version>6.3.0-beta.1</version> <!-- {x-version-update;com.azure.spring:spring-integration-azure-storage-queue;current} --> |
| 81 | + <version>6.3.0</version> <!-- {x-version-update;com.azure.spring:spring-integration-azure-storage-queue;current} --> |
82 | 82 | <optional>true</optional> |
83 | 83 | </dependency> |
84 | 84 |
|
|
120 | 120 | <dependency> |
121 | 121 | <groupId>com.azure</groupId> |
122 | 122 | <artifactId>azure-spring-data-cosmos</artifactId> |
123 | | - <version>6.3.0-beta.1</version> <!-- {x-version-update;com.azure:azure-spring-data-cosmos;current} --> |
| 123 | + <version>6.3.0</version> <!-- {x-version-update;com.azure:azure-spring-data-cosmos;current} --> |
124 | 124 | <optional>true</optional> |
125 | 125 | </dependency> |
126 | 126 |
|
|
0 commit comments