Skip to content

Commit

Permalink
Start building against Spring Data 2020.0.5 snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Feb 18, 2021
1 parent c5d4123 commit 6eb51eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Expand Up @@ -72,6 +72,7 @@ CouchbaseMappingContext couchbaseMappingContext(CouchbaseDataProperties properti
mappingContext
.setFieldNamingStrategy((FieldNamingStrategy) BeanUtils.instantiateClass(fieldNamingStrategy));
}
mappingContext.setAutoIndexCreation(properties.isAutoIndex());
return mappingContext;
}

Expand Down
2 changes: 1 addition & 1 deletion spring-boot-project/spring-boot-dependencies/build.gradle
Expand Up @@ -1558,7 +1558,7 @@ bom {
]
}
}
library("Spring Data Bom", "2020.0.4-SNAPSHOT") {
library("Spring Data Bom", "2020.0.5-SNAPSHOT") {
group("org.springframework.data") {
imports = [
"spring-data-bom"
Expand Down

0 comments on commit 6eb51eb

Please sign in to comment.