Skip to content

Commit dcaf1a6

Browse files
committed
Set version
1 parent b286073 commit dcaf1a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/geo/GeoJsonJackson3Module.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
public class GeoJsonJackson3Module {
2727

28-
private static Version version = new Version(3, 2, 0, null, "org.springframework.data",
28+
private static Version version = new Version(4, 1, 0, null, "org.springframework.data",
2929
"spring-data-mongodb-geojson");
3030

3131
public static class Serializers extends JacksonModule {

0 commit comments

Comments
 (0)