Skip to content

Commit

Permalink
GEOMESA-3421 Update to GeoTools 32.1/GeoServer 2.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
elahrvivaz committed Nov 26, 2024
1 parent d6ca71d commit d2d16f3
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
58 changes: 29 additions & 29 deletions build/cqs.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -216,34 +216,34 @@ org.ejml:ejml-core 0.41 compile
org.ejml:ejml-ddense 0.41 compile
org.ejml:ejml-fsparse 0.41 compile
org.ejml:ejml-simple 0.41 compile
org.geotools.jdbc:gt-jdbc-postgis 32.0 compile
org.geotools.ogc:net.opengis.fes 32.0 compile
org.geotools.ogc:net.opengis.ows 32.0 compile
org.geotools.ogc:net.opengis.wfs 32.0 compile
org.geotools.ogc:org.w3.xlink 32.0 compile
org.geotools.xsd:gt-xsd-core 32.0 compile
org.geotools.xsd:gt-xsd-fes 32.0 compile
org.geotools.xsd:gt-xsd-filter 32.0 compile
org.geotools.xsd:gt-xsd-gml2 32.0 compile
org.geotools.xsd:gt-xsd-gml3 32.0 compile
org.geotools.xsd:gt-xsd-ows 32.0 compile
org.geotools.xsd:gt-xsd-wfs 32.0 compile
org.geotools:gt-api 32.0 compile
org.geotools:gt-coverage 32.0 compile
org.geotools:gt-cql 32.0 compile
org.geotools:gt-epsg-wkt 32.0 compile
org.geotools:gt-grid 32.0 compile
org.geotools:gt-http 32.0 compile
org.geotools:gt-jdbc 32.0 compile
org.geotools:gt-main 32.0 compile
org.geotools:gt-metadata 32.0 compile
org.geotools:gt-process 32.0 compile
org.geotools:gt-process-feature 32.0 compile
org.geotools:gt-referencing 32.0 compile
org.geotools:gt-render 32.0 compile
org.geotools:gt-shapefile 32.0 compile
org.geotools:gt-transform 32.0 compile
org.geotools:gt-xml 32.0 compile
org.geotools.jdbc:gt-jdbc-postgis 32.1 compile
org.geotools.ogc:net.opengis.fes 32.1 compile
org.geotools.ogc:net.opengis.ows 32.1 compile
org.geotools.ogc:net.opengis.wfs 32.1 compile
org.geotools.ogc:org.w3.xlink 32.1 compile
org.geotools.xsd:gt-xsd-core 32.1 compile
org.geotools.xsd:gt-xsd-fes 32.1 compile
org.geotools.xsd:gt-xsd-filter 32.1 compile
org.geotools.xsd:gt-xsd-gml2 32.1 compile
org.geotools.xsd:gt-xsd-gml3 32.1 compile
org.geotools.xsd:gt-xsd-ows 32.1 compile
org.geotools.xsd:gt-xsd-wfs 32.1 compile
org.geotools:gt-api 32.1 compile
org.geotools:gt-coverage 32.1 compile
org.geotools:gt-cql 32.1 compile
org.geotools:gt-epsg-wkt 32.1 compile
org.geotools:gt-grid 32.1 compile
org.geotools:gt-http 32.1 compile
org.geotools:gt-jdbc 32.1 compile
org.geotools:gt-main 32.1 compile
org.geotools:gt-metadata 32.1 compile
org.geotools:gt-process 32.1 compile
org.geotools:gt-process-feature 32.1 compile
org.geotools:gt-referencing 32.1 compile
org.geotools:gt-render 32.1 compile
org.geotools:gt-shapefile 32.1 compile
org.geotools:gt-transform 32.1 compile
org.geotools:gt-xml 32.1 compile
org.huldra.math:bigint 0.7.1 compile
org.jetbrains:annotations 17.0.0 compile
org.jruby.jcodings:jcodings 1.0.58 compile
Expand Down Expand Up @@ -337,7 +337,7 @@ org.apache.sedona:sedona-common 1.5.0 test
org.cassandraunit:cassandra-unit 3.7.1.0 test
org.codehaus.groovy:groovy-jsr223 3.0.20 test
org.geomesa.testcontainers:testcontainers-accumulo 1.4.1 test
org.geotools:gt-epsg-hsql 32.0 test
org.geotools:gt-epsg-hsql 32.1 test
org.jruby:jruby 9.4.5.0 test
org.mockito:mockito-core 2.28.2 test
org.mortbay.jetty:jetty 6.1.26 test
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
<scala.parsers.version>2.3.0</scala.parsers.version>

<!-- geotools -->
<gt.version>32.0</gt.version> <!-- make sure this tracks with gs, jts, spatial4j and ejml -->
<geoserver.version>2.26.0</geoserver.version>
<gt.version>32.1</gt.version> <!-- make sure this tracks with gs, jts, spatial4j and ejml -->
<geoserver.version>2.26.1</geoserver.version>
<jts.version>1.20.0</jts.version> <!-- needs to track with gt/gs version -->
<spatial4j.version>0.8</spatial4j.version> <!-- needs to track with jts version -->
<ejml.version>0.41</ejml.version> <!-- needs to track with gt/gs version -->
Expand Down

0 comments on commit d2d16f3

Please sign in to comment.