Start building against Spring Data Bom 2022.0.7 snapshots
See gh-35738
This commit is contained in:
parent
225fa6fbb5
commit
d8078f1c12
|
|
@ -770,7 +770,7 @@ class CacheAutoConfigurationTests extends AbstractCacheAutoConfigurationTests {
|
|||
}
|
||||
|
||||
private RedisCacheConfiguration getDefaultRedisCacheConfiguration(RedisCacheManager cacheManager) {
|
||||
return (RedisCacheConfiguration) ReflectionTestUtils.getField(cacheManager, "defaultCacheConfig");
|
||||
return (RedisCacheConfiguration) ReflectionTestUtils.getField(cacheManager, "defaultCacheConfiguration");
|
||||
}
|
||||
|
||||
@Configuration(proxyBeanMethods = false)
|
||||
|
|
|
|||
|
|
@ -1348,7 +1348,7 @@ bom {
|
|||
]
|
||||
}
|
||||
}
|
||||
library("Spring Data Bom", "2022.0.6") {
|
||||
library("Spring Data Bom", "2022.0.7-SNAPSHOT") {
|
||||
group("org.springframework.data") {
|
||||
imports = [
|
||||
"spring-data-bom"
|
||||
|
|
|
|||
Loading…
Reference in New Issue