Skip to content

Commit 8fa20f4

Browse files
chore(deps): update mongo docker tag to v8.0.14
1 parent dde5ea5 commit 8fa20f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boot-mongodb-elasticsearch/src/test/java/com/example/mongoes/common/ContainersConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ElasticsearchContainer elasticsearchContainer() {
2424
@Bean
2525
@RestartScope
2626
MongoDBContainer mongoDBContainer() {
27-
return new MongoDBContainer(DockerImageName.parse("mongo").withTag("8.0.13"))
27+
return new MongoDBContainer(DockerImageName.parse("mongo").withTag("8.0.14"))
2828
.withSharding();
2929
}
3030
}

0 commit comments

Comments
 (0)