Skip to content

Commit e5b9cbf

Browse files
committed
Upgrade to MongoDB 5.6.5.
See #5180
1 parent 90f6b80 commit e5b9cbf

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
32

43
<modelVersion>4.0.0</modelVersion>
54

@@ -28,7 +27,7 @@
2827
<antora.javadoc-artifactId>spring-data-mongodb</antora.javadoc-artifactId>
2928
<dist.id>spring-data-mongodb</dist.id>
3029
<springdata.commons>4.0.5-SNAPSHOT</springdata.commons>
31-
<mongo>5.6.4</mongo>
30+
<mongo>5.6.5</mongo>
3231
</properties>
3332

3433
<developers>
@@ -173,4 +172,4 @@
173172
</repository>
174173
</repositories>
175174

176-
</project>
175+
</project>

0 commit comments

Comments
 (0)