@@ -102,7 +102,7 @@ SPDX-License-Identifier: MIT
102102 <maven .compiler.release>${java.version} </maven .compiler.release>
103103 <maven-compiler-plugin .version>3.12.1</maven-compiler-plugin .version>
104104 <project .build.outputTimestamp>2026-03-06T10:33:43Z</project .build.outputTimestamp>
105- <geotools .version>34.2 </geotools .version>
105+ <geotools .version>35-SNAPSHOT </geotools .version>
106106 <jts .version>1.20.0</jts .version>
107107 <okhttp .version>5.3.2</okhttp .version>
108108 <greenmail .version>2.1.8</greenmail .version>
@@ -121,6 +121,7 @@ SPDX-License-Identifier: MIT
121121 to check
122122 -->
123123 <awaitility .version>4.3.0</awaitility .version>
124+ <commons-codec .version>1.21.0</commons-codec .version>
124125 <commons-lang3 .version>3.20.0</commons-lang3 .version>
125126 <flyway .version>12.1.0</flyway .version>
126127 <hibernate .version>7.2.6.Final</hibernate .version>
@@ -223,6 +224,10 @@ SPDX-License-Identifier: MIT
223224 <groupId >commons-codec</groupId >
224225 <artifactId >commons-codec</artifactId >
225226 </dependency >
227+ <dependency >
228+ <groupId >commons-codec</groupId >
229+ <artifactId >commons-codec</artifactId >
230+ </dependency >
226231 <dependency >
227232 <groupId >commons-io</groupId >
228233 <artifactId >commons-io</artifactId >
@@ -659,6 +664,14 @@ SPDX-License-Identifier: MIT
659664 <name >Releases hosted by OSGeo</name >
660665 <url >https://repo.osgeo.org/repository/release/</url >
661666 </repository >
667+ <repository >
668+ <snapshots >
669+ <enabled >true</enabled >
670+ </snapshots >
671+ <id >OSGeoSNAPS</id >
672+ <name >Snapshots hosted by OSGeo</name >
673+ <url >https://repo.osgeo.org/repository/snapshot/</url >
674+ </repository >
662675 </repositories >
663676 <pluginRepositories />
664677 <build >
0 commit comments