Skip to content

Commit c4e6922

Browse files
committed
fix
1 parent fd993c3 commit c4e6922

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

eng/versioning/external_dependencies.txt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -376,21 +376,14 @@ springboot4_org.springframework.cloud:spring-cloud-starter-stream-kafka;5.0.0
376376
springboot4_org.springframework.cloud:spring-cloud-stream-test-binder;5.0.0
377377
springboot4_org.springframework.cloud:spring-cloud-stream;5.0.0
378378
springboot4_org.springframework.data:spring-data-commons;4.0.0
379-
springboot4_org.springframework.data:spring-data-redis;4.0.0
380379
springboot4_org.springframework.integration:spring-integration-core;7.0.0
381380
springboot4_org.springframework.retry:spring-retry;2.0.12
382-
springboot4_org.springframework.security:spring-security-config;7.0.0
383-
springboot4_org.springframework.security:spring-security-oauth2-client;7.0.0
384-
springboot4_org.springframework.security:spring-security-oauth2-jose;7.0.0
385-
springboot4_org.springframework.security:spring-security-oauth2-resource-server;7.0.0
386-
springboot4_org.springframework.security:spring-security-web;7.0.0
387381
springboot4_org.springframework:spring-beans;7.0.1
388382
springboot4_org.springframework:spring-context-support;7.0.1
389383
springboot4_org.springframework:spring-context;7.0.1
390384
springboot4_org.springframework:spring-core-test;7.0.1
391385
springboot4_org.springframework:spring-core;7.0.1
392386
springboot4_org.springframework:spring-expression;7.0.1
393-
springboot4_org.springframework:spring-jms;7.0.1
394387
springboot4_org.springframework:spring-messaging;7.0.1
395388
springboot4_org.springframework:spring-test;7.0.1
396389
springboot4_org.springframework:spring-tx;7.0.1

sdk/spring/spring-cloud-azure-starter-data-redis-lettuce/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
<dependency>
9696
<groupId>org.springframework.boot</groupId>
9797
<artifactId>spring-boot-data-redis</artifactId>
98-
<version>4.0.0</version> <!-- {x-version-update;springboot4_org.springframework.data:spring-boot-data-redis;external_dependency} -->
98+
<version>4.0.0</version> <!-- {x-version-update;springboot4_org.springframework.boot:spring-boot-data-redis;external_dependency} -->
9999
</dependency>
100100

101101
<dependency>

sdk/spring/spring-cloud-azure-starter-servicebus-jms/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
<dependency>
9797
<groupId>org.springframework.boot</groupId>
9898
<artifactId>spring-boot-jms</artifactId>
99-
<version>4.0.0</version> <!-- {x-version-update;springboot4_org.springframework:spring-boot-jms;external_dependency} -->
99+
<version>4.0.0</version> <!-- {x-version-update;springboot4_org.springframework.boot:spring-boot-jms;external_dependency} -->
100100
</dependency>
101101
<dependency>
102102
<groupId>org.messaginghub</groupId>

0 commit comments

Comments
 (0)