This is an automated email from the ASF dual-hosted git repository.

bchapuis pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git

commit e070c9e1ed85d4076ee1d2dbcf8ea3356f3cd2e5
Author: Bertil Chapuis <[email protected]>
AuthorDate: Sat May 24 00:17:10 2025 +0200

    Upgrade maven dependencies
---
 .../calcite/postgres/PostgresModifiableTable.java  |   2 +-
 .../baremaps/calcite/BaremapsDdlExecutorTest.java  |   1 +
 baremaps-cli/src/license/override.properties       | 309 ++++++++++-----------
 pom.xml                                            |  50 ++--
 4 files changed, 177 insertions(+), 185 deletions(-)

diff --git 
a/baremaps-calcite/src/main/java/org/apache/baremaps/calcite/postgres/PostgresModifiableTable.java
 
b/baremaps-calcite/src/main/java/org/apache/baremaps/calcite/postgres/PostgresModifiableTable.java
index 2e437f76f..0d0509a33 100644
--- 
a/baremaps-calcite/src/main/java/org/apache/baremaps/calcite/postgres/PostgresModifiableTable.java
+++ 
b/baremaps-calcite/src/main/java/org/apache/baremaps/calcite/postgres/PostgresModifiableTable.java
@@ -128,7 +128,7 @@ public class PostgresModifiableTable extends AbstractTable
     // Use DatabaseMetadata to get column information
     DatabaseMetadata metadata = new DatabaseMetadata(dataSource);
     var tableMetadata =
-        metadata.getTableMetaData(schema, null, tableName, new String[] 
{"TABLE", "VIEW"})
+        metadata.getTableMetaData(null, schema, tableName, new String[] 
{"TABLE", "VIEW"})
             .stream()
             .filter(meta -> 
meta.table().tableName().equalsIgnoreCase(tableName))
             .findFirst();
diff --git 
a/baremaps-calcite/src/test/java/org/apache/baremaps/calcite/BaremapsDdlExecutorTest.java
 
b/baremaps-calcite/src/test/java/org/apache/baremaps/calcite/BaremapsDdlExecutorTest.java
index f8837ef73..cecf52120 100644
--- 
a/baremaps-calcite/src/test/java/org/apache/baremaps/calcite/BaremapsDdlExecutorTest.java
+++ 
b/baremaps-calcite/src/test/java/org/apache/baremaps/calcite/BaremapsDdlExecutorTest.java
@@ -110,6 +110,7 @@ public class BaremapsDdlExecutorTest {
     FileUtils.deleteRecursively(Paths.get("options_table_as").toFile());
     FileUtils.deleteRecursively(Paths.get("new_table").toFile());
     FileUtils.deleteRecursively(Paths.get("city_view").toFile());
+    FileUtils.deleteRecursively(Paths.get("city_population").toFile());
     FileUtils.deleteRecursively(Paths.get("test_table").toFile());
   }
 
diff --git a/baremaps-cli/src/license/override.properties 
b/baremaps-cli/src/license/override.properties
index 19189d8e9..efcc015ec 100644
--- a/baremaps-cli/src/license/override.properties
+++ b/baremaps-cli/src/license/override.properties
@@ -13,41 +13,39 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-ch.qos.logback--logback-classic--1.2.10=Eclipse Public License 1.0; GNU Lesser 
General Public License
-ch.qos.logback--logback-core--1.2.10=Eclipse Public License 1.0; GNU Lesser 
General Public License
 ch.qos.reload4j--reload4j--1.2.22=Apache License 2.0
-com.aayushatharva.brotli4j--brotli4j--1.16.0=Apache License 2.0
-com.aayushatharva.brotli4j--native-linux-aarch64--1.16.0=Apache License 2.0
-com.aayushatharva.brotli4j--native-linux-x86_64--1.16.0=Apache License 2.0
-com.aayushatharva.brotli4j--native-osx-aarch64--1.16.0=Apache License 2.0
-com.aayushatharva.brotli4j--native-osx-x86_64--1.16.0=Apache License 2.0
-com.aayushatharva.brotli4j--native-windows-aarch64--1.16.0=Apache License 2.0
-com.aayushatharva.brotli4j--native-windows-x86_64--1.16.0=Apache License 2.0
-com.aayushatharva.brotli4j--service--1.16.0=Apache License 2.0
-com.fasterxml.jackson.core--jackson-annotations--2.17.2=Apache License 2.0
-com.fasterxml.jackson.core--jackson-core--2.17.2=Apache License 2.0
-com.fasterxml.jackson.core--jackson-databind--2.17.2=Apache License 2.0
-com.fasterxml.jackson.dataformat--jackson-dataformat-csv--2.17.2=Apache 
License 2.0
-com.fasterxml.jackson.dataformat--jackson-dataformat-yaml--2.17.2=Apache 
License 2.0
-com.fasterxml.jackson.datatype--jackson-datatype-jdk8--2.17.2=Apache License 
2.0
-com.fasterxml.jackson.datatype--jackson-datatype-jsr310--2.17.2=Apache License 
2.0
+com.aayushatharva.brotli4j--brotli4j--1.18.0=Apache License 2.0
+com.aayushatharva.brotli4j--native-linux-aarch64--1.18.0=Apache License 2.0
+com.aayushatharva.brotli4j--native-linux-x86_64--1.18.0=Apache License 2.0
+com.aayushatharva.brotli4j--native-osx-aarch64--1.18.0=Apache License 2.0
+com.aayushatharva.brotli4j--native-osx-x86_64--1.18.0=Apache License 2.0
+com.aayushatharva.brotli4j--native-windows-aarch64--1.18.0=Apache License 2.0
+com.aayushatharva.brotli4j--native-windows-x86_64--1.18.0=Apache License 2.0
+com.aayushatharva.brotli4j--service--1.18.0=Apache License 2.0
+com.fasterxml.jackson.core--jackson-annotations--2.19.0=Apache License 2.0
+com.fasterxml.jackson.core--jackson-core--2.19.0=Apache License 2.0
+com.fasterxml.jackson.core--jackson-databind--2.19.0=Apache License 2.0
+com.fasterxml.jackson.dataformat--jackson-dataformat-csv--2.19.0=Apache 
License 2.0
+com.fasterxml.jackson.dataformat--jackson-dataformat-yaml--2.19.0=Apache 
License 2.0
+com.fasterxml.jackson.datatype--jackson-datatype-jdk8--2.18.2=Apache License 
2.0
+com.fasterxml.jackson.datatype--jackson-datatype-jsr310--2.18.2=Apache License 
2.0
 com.fasterxml.jackson.jaxrs--jackson-jaxrs-base--2.12.7=Apache License 2.0
 com.fasterxml.jackson.jaxrs--jackson-jaxrs-json-provider--2.12.7=Apache 
License 2.0
 com.fasterxml.jackson.module--jackson-module-jaxb-annotations--2.12.7=Apache 
License 2.0
 com.fasterxml.woodstox--woodstox-core--5.4.0=Apache License 2.0
-com.github.ben-manes.caffeine--caffeine--3.1.8=Apache License 2.0
-com.github.luben--zstd-jni--1.5.6-2=BSD 2-Clause License
-com.github.pjfanning--jersey-json--1.20=CDDL 1.1; GPL2 w/ CPE
+com.github.ben-manes.caffeine--caffeine--3.2.0=Apache License 2.0
+com.github.luben--zstd-jni--1.5.6-6=BSD 2-Clause License
+com.github.pjfanning--jersey-json--1.22.0=CDDL 1.1; GPL2 w/ CPE
 com.github.stephenc.jcip--jcip-annotations--1.0-1=Apache License 2.0
 com.google.code.findbugs--jsr305--3.0.2=Apache License 2.0
 com.google.code.gson--gson--2.9.0=Apache License 2.0
-com.google.errorprone--error_prone_annotations--2.28.0=Apache License 2.0
+com.google.errorprone--error_prone_annotations--2.36.0=Apache License 2.0
 com.google.flatbuffers--flatbuffers-java--24.3.25=Apache License 2.0
-com.google.guava--failureaccess--1.0.2=Apache License 2.0
-com.google.guava--guava--33.3.0-jre=Apache License 2.0
+com.google.guava--failureaccess--1.0.3=Apache License 2.0
+com.google.guava--guava--33.4.8-jre=Apache License 2.0
 
com.google.guava--listenablefuture--9999.0-empty-to-avoid-conflict-with-guava=Apache
 License 2.0
 com.google.j2objc--j2objc-annotations--3.0.0=Apache License 2.0
-com.google.protobuf--protobuf-java--4.28.0=BSD 3-Clause License
+com.google.protobuf--protobuf-java--4.31.0=BSD 3-Clause License
 com.google.re2j--re2j--1.1=The Go license
 com.google.uzaygezen--uzaygezen-core--0.2=Apache License 2.0
 com.googlecode.json-simple--json-simple--1.1.1=Apache License 2.0
@@ -55,9 +53,9 @@ com.ibm.icu--icu4j--72.1=Unicode/ICU License
 com.j256.ormlite--ormlite-jdbc--6.1=ISC License
 com.jayway.jsonpath--json-path--2.9.0=Apache License 2.0
 com.jcraft--jsch--0.1.55=Revised BSD
-com.linecorp.armeria--armeria--1.30.0=Apache License 2.0
-com.linecorp.armeria--armeria-reactor3--1.30.0=Apache License 2.0
-com.nimbusds--nimbus-jose-jwt--9.31=Apache License 2.0
+com.linecorp.armeria--armeria--1.32.5=Apache License 2.0
+com.linecorp.armeria--armeria-reactor3--1.32.5=Apache License 2.0
+com.nimbusds--nimbus-jose-jwt--9.37.2=Apache License 2.0
 com.sun.jersey--jersey-client--1.19.4=CDDL 1.1; GPL2 w/ CPE
 com.sun.jersey--jersey-core--1.19.4=CDDL 1.1; GPL2 w/ CPE
 com.sun.jersey--jersey-server--1.19.4=CDDL 1.1; GPL2 w/ CPE
@@ -65,7 +63,7 @@ com.sun.jersey--jersey-servlet--1.19.4=CDDL 1.1; GPL2 w/ CPE
 com.sun.xml.bind--jaxb-impl--2.2.3-1=CDDL 1.1; GPL2 w/ CPE
 com.yahoo.datasketches--memory--0.9.0=Apache License 2.0
 com.yahoo.datasketches--sketches-core--0.9.0=Apache License 2.0
-com.zaxxer--HikariCP--5.1.0=Apache License 2.0
+com.zaxxer--HikariCP--6.3.0=Apache License 2.0
 commons-beanutils--commons-beanutils--1.9.4=Apache License 2.0
 commons-cli--commons-cli--1.5.0=Apache License 2.0
 commons-codec--commons-codec--1.17.1=Apache License 2.0
@@ -75,51 +73,51 @@ commons-lang--commons-lang--2.4=Apache License 2.0
 commons-logging--commons-logging--1.1.3=Apache License 2.0
 commons-net--commons-net--3.9.0=Apache License 2.0
 commons-pool--commons-pool--1.6=Apache License 2.0
-de.bytefish--pgbulkinsert--8.1.4=MIT License
-dnsjava--dnsjava--3.4.0=BSD 2-Clause License
-info.picocli--picocli--4.7.6=Apache License 2.0
-io.airlift--aircompressor--0.27=Apache License 2.0
+de.bytefish--pgbulkinsert--8.1.5=MIT License
+dnsjava--dnsjava--3.6.1=BSD 3-Clause License
+info.picocli--picocli--4.7.7=Apache License 2.0
+io.airlift--aircompressor--2.0.2=Apache License 2.0
 io.dropwizard.metrics--metrics-core--3.2.4=Apache License 2.0
-io.micrometer--micrometer-commons--1.13.2=Apache License 2.0
-io.micrometer--micrometer-core--1.13.2=Apache License 2.0
-io.micrometer--micrometer-observation--1.13.2=Apache License 2.0
+io.micrometer--micrometer-commons--1.14.4=Apache License 2.0
+io.micrometer--micrometer-core--1.14.4=Apache License 2.0
+io.micrometer--micrometer-observation--1.14.4=Apache License 2.0
 io.netty--netty-all--4.1.100.Final=Apache License 2.0
-io.netty--netty-buffer--4.1.112.Final=Apache License 2.0
-io.netty--netty-codec--4.1.112.Final=Apache License 2.0
-io.netty--netty-codec-dns--4.1.112.Final=Apache License 2.0
-io.netty--netty-codec-haproxy--4.1.112.Final=Apache License 2.0
-io.netty--netty-codec-http--4.1.112.Final=Apache License 2.0
-io.netty--netty-codec-http2--4.1.112.Final=Apache License 2.0
+io.netty--netty-buffer--4.1.118.Final=Apache License 2.0
+io.netty--netty-codec--4.1.118.Final=Apache License 2.0
+io.netty--netty-codec-dns--4.1.118.Final=Apache License 2.0
+io.netty--netty-codec-haproxy--4.1.118.Final=Apache License 2.0
+io.netty--netty-codec-http--4.1.118.Final=Apache License 2.0
+io.netty--netty-codec-http2--4.1.118.Final=Apache License 2.0
 io.netty--netty-codec-memcache--4.1.100.Final=Apache License 2.0
 io.netty--netty-codec-mqtt--4.1.100.Final=Apache License 2.0
 io.netty--netty-codec-redis--4.1.100.Final=Apache License 2.0
 io.netty--netty-codec-smtp--4.1.100.Final=Apache License 2.0
-io.netty--netty-codec-socks--4.1.112.Final=Apache License 2.0
+io.netty--netty-codec-socks--4.1.118.Final=Apache License 2.0
 io.netty--netty-codec-stomp--4.1.100.Final=Apache License 2.0
 io.netty--netty-codec-xml--4.1.100.Final=Apache License 2.0
-io.netty--netty-common--4.1.112.Final=Apache License 2.0
+io.netty--netty-common--4.1.118.Final=Apache License 2.0
 io.netty--netty-handler--4.1.100.Final=Apache License 2.0
-io.netty--netty-handler-proxy--4.1.112.Final=Apache License 2.0
+io.netty--netty-handler-proxy--4.1.118.Final=Apache License 2.0
 io.netty--netty-handler-ssl-ocsp--4.1.100.Final=Apache License 2.0
-io.netty--netty-resolver--4.1.112.Final=Apache License 2.0
-io.netty--netty-resolver-dns--4.1.112.Final=Apache License 2.0
-io.netty--netty-resolver-dns-classes-macos--4.1.112.Final=Apache License 2.0
-io.netty--netty-resolver-dns-native-macos--4.1.112.Final=Apache License 2.0
-io.netty--netty-tcnative-boringssl-static--2.0.65.Final=Apache License 2.0
-io.netty--netty-tcnative-classes--2.0.65.Final=Apache License 2.0
-io.netty--netty-transport--4.1.112.Final=Apache License 2.0
-io.netty--netty-transport-classes-epoll--4.1.112.Final=Apache License 2.0
-io.netty--netty-transport-classes-kqueue--4.1.112.Final=Apache License 2.0
+io.netty--netty-resolver--4.1.118.Final=Apache License 2.0
+io.netty--netty-resolver-dns--4.1.118.Final=Apache License 2.0
+io.netty--netty-resolver-dns-classes-macos--4.1.118.Final=Apache License 2.0
+io.netty--netty-resolver-dns-native-macos--4.1.118.Final=Apache License 2.0
+io.netty--netty-tcnative-boringssl-static--2.0.70.Final=Apache License 2.0
+io.netty--netty-tcnative-classes--2.0.70.Final=Apache License 2.0
+io.netty--netty-transport--4.1.118.Final=Apache License 2.0
+io.netty--netty-transport-classes-epoll--4.1.118.Final=Apache License 2.0
+io.netty--netty-transport-classes-kqueue--4.1.118.Final=Apache License 2.0
 io.netty--netty-transport-native-epoll--4.1.100.Final=Apache License 2.0
-io.netty--netty-transport-native-epoll--4.1.112.Final=Apache License 2.0
-io.netty--netty-transport-native-kqueue--4.1.112.Final=Apache License 2.0
-io.netty--netty-transport-native-unix-common--4.1.112.Final=Apache License 2.0
+io.netty--netty-transport-native-epoll--4.1.118.Final=Apache License 2.0
+io.netty--netty-transport-native-kqueue--4.1.118.Final=Apache License 2.0
+io.netty--netty-transport-native-unix-common--4.1.118.Final=Apache License 2.0
 io.netty--netty-transport-rxtx--4.1.100.Final=Apache License 2.0
 io.netty--netty-transport-sctp--4.1.100.Final=Apache License 2.0
 io.netty--netty-transport-udt--4.1.100.Final=Apache License 2.0
-io.projectreactor--reactor-core--3.6.8=Apache License 2.0
+io.projectreactor--reactor-core--3.7.3=Apache License 2.0
 io.sgr--s2-geometry-library-java--1.0.0=Apache License 2.0
-it.unimi.dsi--fastutil--8.5.14=Apache License 2.0
+it.unimi.dsi--fastutil--8.5.15=Apache License 2.0
 jakarta.activation--jakarta.activation-api--1.2.1=Eclipse Distribution License 
1.0
 jakarta.transaction--jakarta.transaction-api--1.3.3=Eclipse Public License 
2.0; GPL2 w/ CPE
 jakarta.xml.bind--jakarta.xml.bind-api--4.0.1=Eclipse Distribution License 1.0
@@ -147,24 +145,25 @@ net.minidev--json-smart--2.5.0=Apache License 2.0
 net.ripe.ipresource--ipresource--1.52=BSD License
 org.antlr--antlr4-runtime--4.11.1=BSD 3-Clause License
 org.apache.avro--avro--1.9.2=Apache License 2.0
-org.apache.baremaps--baremaps-core--0.8.1=Apache License 2.0
-org.apache.baremaps--baremaps-data--0.8.1=Apache License 2.0
-org.apache.baremaps--baremaps-dem--0.8.1=Apache License 2.0
-org.apache.baremaps--baremaps-flatgeobuf--0.8.1=Apache License 2.0
-org.apache.baremaps--baremaps-geoparquet--0.8.1=Apache License 2.0
-org.apache.baremaps--baremaps-maplibre--0.8.1=Apache License 2.0
-org.apache.baremaps--baremaps-openstreetmap--0.8.1=Apache License 2.0
-org.apache.baremaps--baremaps-pmtiles--0.8.1=Apache License 2.0
-org.apache.baremaps--baremaps-postgres--0.8.1=Apache License 2.0
-org.apache.baremaps--baremaps-rpsl--0.8.1=Apache License 2.0
-org.apache.baremaps--baremaps-server--0.8.1=Apache License 2.0
-org.apache.baremaps--baremaps-shapefile--0.8.1=Apache License 2.0
-org.apache.calcite--calcite-core--1.37.0=Apache License 2.0
-org.apache.calcite--calcite-linq4j--1.37.0=Apache License 2.0
-org.apache.calcite.avatica--avatica-core--1.25.0=Apache License 2.0
-org.apache.calcite.avatica--avatica-metrics--1.25.0=Apache License 2.0
+org.apache.baremaps--baremaps-calcite--0.8.3-SNAPSHOT=Apache License 2.0
+org.apache.baremaps--baremaps-core--0.8.3-SNAPSHOT=Apache License 2.0
+org.apache.baremaps--baremaps-data--0.8.3-SNAPSHOT=Apache License 2.0
+org.apache.baremaps--baremaps-dem--0.8.3-SNAPSHOT=Apache License 2.0
+org.apache.baremaps--baremaps-flatgeobuf--0.8.3-SNAPSHOT=Apache License 2.0
+org.apache.baremaps--baremaps-geoparquet--0.8.3-SNAPSHOT=Apache License 2.0
+org.apache.baremaps--baremaps-maplibre--0.8.3-SNAPSHOT=Apache License 2.0
+org.apache.baremaps--baremaps-openstreetmap--0.8.3-SNAPSHOT=Apache License 2.0
+org.apache.baremaps--baremaps-pmtiles--0.8.3-SNAPSHOT=Apache License 2.0
+org.apache.baremaps--baremaps-postgres--0.8.3-SNAPSHOT=Apache License 2.0
+org.apache.baremaps--baremaps-rpsl--0.8.3-SNAPSHOT=Apache License 2.0
+org.apache.baremaps--baremaps-server--0.8.3-SNAPSHOT=Apache License 2.0
+org.apache.baremaps--baremaps-shapefile--0.8.3-SNAPSHOT=Apache License 2.0
+org.apache.calcite--calcite-core--1.39.0=Apache License 2.0
+org.apache.calcite--calcite-linq4j--1.39.0=Apache License 2.0
+org.apache.calcite.avatica--avatica-core--1.26.0=Apache License 2.0
+org.apache.calcite.avatica--avatica-metrics--1.26.0=Apache License 2.0
 org.apache.commons--commons-compress--1.27.1=Apache License 2.0
-org.apache.commons--commons-configuration2--2.8.0=Apache License 2.0
+org.apache.commons--commons-configuration2--2.10.1=Apache License 2.0
 org.apache.commons--commons-dbcp2--2.11.0=Apache License 2.0
 org.apache.commons--commons-lang3--3.16.0=Apache License 2.0
 org.apache.commons--commons-math3--3.6.1=Apache License 2.0
@@ -173,59 +172,52 @@ org.apache.commons--commons-text--1.11.0=Apache License 
2.0
 org.apache.curator--curator-client--5.2.0=Apache License 2.0
 org.apache.curator--curator-framework--5.2.0=Apache License 2.0
 org.apache.curator--curator-recipes--5.2.0=Apache License 2.0
-org.apache.hadoop--hadoop-annotations--3.4.0=Apache License 2.0
-org.apache.hadoop--hadoop-auth--3.4.0=Apache License 2.0
-org.apache.hadoop--hadoop-aws--3.4.0=Apache License 2.0
-org.apache.hadoop--hadoop-client--3.4.0=Apache License 2.0
-org.apache.hadoop--hadoop-common--3.4.0=Apache License 2.0
-org.apache.hadoop--hadoop-hdfs-client--3.4.0=Apache License 2.0
-org.apache.hadoop--hadoop-mapreduce-client-common--3.4.0=Apache License 2.0
-org.apache.hadoop--hadoop-mapreduce-client-core--3.4.0=Apache License 2.0
-org.apache.hadoop--hadoop-mapreduce-client-jobclient--3.4.0=Apache License 2.0
-org.apache.hadoop--hadoop-yarn-api--3.4.0=Apache License 2.0
-org.apache.hadoop--hadoop-yarn-client--3.4.0=Apache License 2.0
-org.apache.hadoop--hadoop-yarn-common--3.4.0=Apache License 2.0
-org.apache.hadoop.thirdparty--hadoop-shaded-guava--1.2.0=Apache License 2.0
-org.apache.hadoop.thirdparty--hadoop-shaded-protobuf_3_21--1.2.0=Apache 
License 2.0
+org.apache.hadoop--hadoop-annotations--3.4.1=Apache License 2.0
+org.apache.hadoop--hadoop-auth--3.4.1=Apache License 2.0
+org.apache.hadoop--hadoop-aws--3.4.1=Apache License 2.0
+org.apache.hadoop--hadoop-client--3.4.1=Apache License 2.0
+org.apache.hadoop--hadoop-common--3.4.1=Apache License 2.0
+org.apache.hadoop--hadoop-hdfs-client--3.4.1=Apache License 2.0
+org.apache.hadoop--hadoop-mapreduce-client-common--3.4.1=Apache License 2.0
+org.apache.hadoop--hadoop-mapreduce-client-core--3.4.1=Apache License 2.0
+org.apache.hadoop--hadoop-mapreduce-client-jobclient--3.4.1=Apache License 2.0
+org.apache.hadoop--hadoop-yarn-api--3.4.1=Apache License 2.0
+org.apache.hadoop--hadoop-yarn-client--3.4.1=Apache License 2.0
+org.apache.hadoop--hadoop-yarn-common--3.4.1=Apache License 2.0
+org.apache.hadoop.thirdparty--hadoop-shaded-guava--1.3.0=Apache License 2.0
+org.apache.hadoop.thirdparty--hadoop-shaded-protobuf_3_25--1.3.0=Apache 
License 2.0
 org.apache.httpcomponents--httpclient--4.5.13=Apache License 2.0
 org.apache.httpcomponents--httpcore--4.4.13=Apache License 2.0
-org.apache.httpcomponents.client5--httpclient5--5.2.1=Apache License 2.0
-org.apache.httpcomponents.core5--httpcore5--5.2.3=Apache License 2.0
-org.apache.httpcomponents.core5--httpcore5-h2--5.2=Apache License 2.0
-org.apache.kerby--kerb-admin--2.0.3=Apache License 2.0
-org.apache.kerby--kerb-client--2.0.3=Apache License 2.0
-org.apache.kerby--kerb-common--2.0.3=Apache License 2.0
+org.apache.httpcomponents.client5--httpclient5--5.4.1=Apache License 2.0
+org.apache.httpcomponents.core5--httpcore5--5.3.1=Apache License 2.0
+org.apache.httpcomponents.core5--httpcore5-h2--5.3.1=Apache License 2.0
 org.apache.kerby--kerb-core--2.0.3=Apache License 2.0
 org.apache.kerby--kerb-crypto--2.0.3=Apache License 2.0
-org.apache.kerby--kerb-identity--2.0.3=Apache License 2.0
-org.apache.kerby--kerb-server--2.0.3=Apache License 2.0
-org.apache.kerby--kerb-simplekdc--2.0.3=Apache License 2.0
 org.apache.kerby--kerb-util--2.0.3=Apache License 2.0
 org.apache.kerby--kerby-asn1--2.0.3=Apache License 2.0
 org.apache.kerby--kerby-config--2.0.3=Apache License 2.0
 org.apache.kerby--kerby-pkix--2.0.3=Apache License 2.0
 org.apache.kerby--kerby-util--2.0.3=Apache License 2.0
-org.apache.kerby--kerby-xdr--2.0.3=Apache License 2.0
-org.apache.kerby--token-provider--2.0.3=Apache License 2.0
 org.apache.logging.log4j--log4j-api--3.0.0-beta2=Apache License 2.0
 org.apache.logging.log4j--log4j-core--3.0.0-beta2=Apache License 2.0
 org.apache.logging.log4j--log4j-jul--3.0.0-beta2=Apache License 2.0
 org.apache.logging.log4j--log4j-plugins--3.0.0-beta2=Apache License 2.0
 org.apache.logging.log4j--log4j-slf4j2-impl--3.0.0-beta2=Apache License 2.0
-org.apache.lucene--lucene-codecs--9.11.1=Apache License 2.0
-org.apache.lucene--lucene-core--9.11.1=Apache License 2.0
-org.apache.lucene--lucene-expressions--9.11.1=Apache License 2.0
-org.apache.lucene--lucene-queries--9.11.1=Apache License 2.0
-org.apache.lucene--lucene-queryparser--9.11.1=Apache License 2.0
-org.apache.lucene--lucene-sandbox--9.11.1=Apache License 2.0
-org.apache.lucene--lucene-spatial-extras--9.11.1=Apache License 2.0
-org.apache.lucene--lucene-spatial3d--9.11.1=Apache License 2.0
-org.apache.parquet--parquet-column--1.14.2=Apache License 2.0
-org.apache.parquet--parquet-common--1.14.2=Apache License 2.0
-org.apache.parquet--parquet-encoding--1.14.2=Apache License 2.0
-org.apache.parquet--parquet-format-structures--1.14.2=Apache License 2.0
-org.apache.parquet--parquet-hadoop--1.14.2=Apache License 2.0
-org.apache.parquet--parquet-jackson--1.14.2=Apache License 2.0
+org.apache.lucene--lucene-codecs--9.12.1=Apache License 2.0
+org.apache.lucene--lucene-core--9.12.1=Apache License 2.0
+org.apache.lucene--lucene-expressions--9.12.1=Apache License 2.0
+org.apache.lucene--lucene-facet--9.12.1=Apache License 2.0
+org.apache.lucene--lucene-queries--9.12.1=Apache License 2.0
+org.apache.lucene--lucene-queryparser--9.12.1=Apache License 2.0
+org.apache.lucene--lucene-sandbox--9.12.1=Apache License 2.0
+org.apache.lucene--lucene-spatial-extras--9.12.1=Apache License 2.0
+org.apache.lucene--lucene-spatial3d--9.12.1=Apache License 2.0
+org.apache.parquet--parquet-column--1.15.2=Apache License 2.0
+org.apache.parquet--parquet-common--1.15.2=Apache License 2.0
+org.apache.parquet--parquet-encoding--1.15.2=Apache License 2.0
+org.apache.parquet--parquet-format-structures--1.15.2=Apache License 2.0
+org.apache.parquet--parquet-hadoop--1.15.2=Apache License 2.0
+org.apache.parquet--parquet-jackson--1.15.2=Apache License 2.0
 org.apache.sis.core--sis-feature--1.4=Apache License 2.0
 org.apache.sis.core--sis-metadata--1.4=Apache License 2.0
 org.apache.sis.core--sis-referencing--1.4=Apache License 2.0
@@ -234,9 +226,9 @@ org.apache.sis.storage--sis-geotiff--1.4=Apache License 2.0
 org.apache.sis.storage--sis-sqlstore--1.4=Apache License 2.0
 org.apache.sis.storage--sis-storage--1.4=Apache License 2.0
 org.apache.yetus--audience-annotations--0.12.0=Apache License 2.0
-org.apache.zookeeper--zookeeper--3.8.3=Apache License 2.0
-org.apache.zookeeper--zookeeper-jute--3.8.3=Apache License 2.0
-org.bouncycastle--bcprov-jdk15on--1.70=Bouncy Castle Licence
+org.apache.zookeeper--zookeeper--3.8.4=Apache License 2.0
+org.apache.zookeeper--zookeeper-jute--3.8.4=Apache License 2.0
+org.bouncycastle--bcprov-jdk18on--1.78.1=Bouncy Castle Licence
 org.checkerframework--checker-qual--3.43.0=The MIT License
 org.codehaus.janino--commons-compiler--3.1.11=BSD 3-Clause License
 org.codehaus.janino--janino--3.1.11=BSD 3-Clause License
@@ -255,62 +247,61 @@ org.eclipse.jetty--jetty-xml--9.4.53.v20231009=Apache 
License 2.0
 org.eclipse.jetty.websocket--websocket-api--9.4.53.v20231009=Apache License 2.0
 org.eclipse.jetty.websocket--websocket-client--9.4.53.v20231009=Apache License 
2.0
 org.eclipse.jetty.websocket--websocket-common--9.4.53.v20231009=Apache License 
2.0
-org.graalvm.js--js--23.0.5=MIT License; Universal Permissive License 1.0
-org.graalvm.regex--regex--23.0.5=Universal Permissive License 1.0
-org.graalvm.sdk--graal-sdk--23.0.5=Universal Permissive License 1.0
-org.graalvm.truffle--truffle-api--23.0.5=Universal Permissive License 1.0
+org.graalvm.js--js--23.0.8=MIT License; Universal Permissive License, Version 
1.0
+org.graalvm.regex--regex--23.0.8=Universal Permissive License, Version 1.0
+org.graalvm.sdk--graal-sdk--23.0.8=Universal Permissive License, Version 1.0
+org.graalvm.truffle--truffle-api--23.0.8=Universal Permissive License, Version 
1.0
 org.hdrhistogram--HdrHistogram--2.2.2=BSD 2-Clause License; Public Domain, per 
Creative Commons CC0
 org.jline--jline--3.9.0=BSD 3-Clause License
+org.jspecify--jspecify--1.0.0=Apache License 2.0
 org.latencyutils--LatencyUtils--2.0.3=Public Domain, per Creative Commons CC0
 org.locationtech.jts--jts-core--1.20.0=Eclipse Distribution License 1.0
 org.locationtech.jts.io--jts-io-common--1.20.0=Eclipse Distribution License 1.0
-org.locationtech.proj4j--proj4j--1.3.0=Apache License 2.0
+org.locationtech.proj4j--proj4j--1.4.0=Apache License 2.0
 org.locationtech.spatial4j--spatial4j--0.8=Apache License 2.0
 org.opengis--geoapi--3.0.2=OGC copyright
 org.ow2.asm--asm--7.2=BSD 3-Clause License
 org.ow2.asm--asm-analysis--7.2=BSD 3-Clause License
 org.ow2.asm--asm-commons--7.2=BSD 3-Clause License
 org.ow2.asm--asm-tree--7.2=BSD 3-Clause License
-org.postgresql--postgresql--42.7.4=BSD 2-Clause License
+org.postgresql--postgresql--42.7.5=BSD 2-Clause License
 org.reactivestreams--reactive-streams--1.0.4=MIT License
-org.roaringbitmap--RoaringBitmap--1.2.1=Apache License 2.0
-org.slf4j--slf4j-api--2.0.16=MIT License
+org.roaringbitmap--RoaringBitmap--1.3.0=Apache License 2.0
+org.slf4j--slf4j-api--2.0.17=MIT License
 org.slf4j--slf4j-reload4j--1.7.36=MIT License
 org.wildfly.openssl--wildfly-openssl--1.1.3.Final=Apache License 2.0
-org.xerial--sqlite-jdbc--3.46.1.0=Apache License 2.0
+org.xerial--sqlite-jdbc--3.49.1.0=Apache License 2.0
 org.xerial.snappy--snappy-java--1.1.10.4=Apache License 2.0
 org.xerial.thirdparty--nestedvm--1.0=Apache License 2.0
-org.yaml--snakeyaml--2.2=Apache License 2.0
-software.amazon.awssdk--annotations--2.27.17=Apache License 2.0
-software.amazon.awssdk--apache-client--2.27.17=Apache License 2.0
-software.amazon.awssdk--arns--2.27.17=Apache License 2.0
-software.amazon.awssdk--auth--2.27.17=Apache License 2.0
-software.amazon.awssdk--aws-core--2.27.17=Apache License 2.0
-software.amazon.awssdk--aws-query-protocol--2.27.17=Apache License 2.0
-software.amazon.awssdk--aws-xml-protocol--2.27.17=Apache License 2.0
-software.amazon.awssdk--checksums--2.27.17=Apache License 2.0
-software.amazon.awssdk--checksums-spi--2.27.17=Apache License 2.0
-software.amazon.awssdk--crt-core--2.27.17=Apache License 2.0
-software.amazon.awssdk--endpoints-spi--2.27.17=Apache License 2.0
-software.amazon.awssdk--http-auth--2.27.17=Apache License 2.0
-software.amazon.awssdk--http-auth-aws--2.27.17=Apache License 2.0
-software.amazon.awssdk--http-auth-aws-eventstream--2.27.17=Apache License 2.0
-software.amazon.awssdk--http-auth-spi--2.27.17=Apache License 2.0
-software.amazon.awssdk--http-client-spi--2.27.17=Apache License 2.0
-software.amazon.awssdk--identity-spi--2.27.17=Apache License 2.0
-software.amazon.awssdk--json-utils--2.27.17=Apache License 2.0
-software.amazon.awssdk--metrics-spi--2.27.17=Apache License 2.0
-software.amazon.awssdk--netty-nio-client--2.27.17=Apache License 2.0
-software.amazon.awssdk--profiles--2.27.17=Apache License 2.0
-software.amazon.awssdk--protocol-core--2.27.17=Apache License 2.0
-software.amazon.awssdk--regions--2.27.17=Apache License 2.0
-software.amazon.awssdk--retries--2.27.17=Apache License 2.0
-software.amazon.awssdk--retries-spi--2.27.17=Apache License 2.0
-software.amazon.awssdk--s3--2.27.17=Apache License 2.0
-software.amazon.awssdk--s3-transfer-manager--2.27.17=Apache License 2.0
-software.amazon.awssdk--sdk-core--2.27.17=Apache License 2.0
-software.amazon.awssdk--third-party-jackson-core--2.27.17=Apache License 2.0
-software.amazon.awssdk--utils--2.27.17=Apache License 2.0
+org.yaml--snakeyaml--2.4=Apache License 2.0
+software.amazon.awssdk--annotations--2.31.47=Apache License 2.0
+software.amazon.awssdk--apache-client--2.31.47=Apache License 2.0
+software.amazon.awssdk--arns--2.31.47=Apache License 2.0
+software.amazon.awssdk--auth--2.31.47=Apache License 2.0
+software.amazon.awssdk--aws-core--2.31.47=Apache License 2.0
+software.amazon.awssdk--aws-query-protocol--2.31.47=Apache License 2.0
+software.amazon.awssdk--aws-xml-protocol--2.31.47=Apache License 2.0
+software.amazon.awssdk--checksums--2.31.47=Apache License 2.0
+software.amazon.awssdk--checksums-spi--2.31.47=Apache License 2.0
+software.amazon.awssdk--crt-core--2.31.47=Apache License 2.0
+software.amazon.awssdk--endpoints-spi--2.31.47=Apache License 2.0
+software.amazon.awssdk--http-auth--2.31.47=Apache License 2.0
+software.amazon.awssdk--http-auth-aws--2.31.47=Apache License 2.0
+software.amazon.awssdk--http-auth-aws-eventstream--2.31.47=Apache License 2.0
+software.amazon.awssdk--http-auth-spi--2.31.47=Apache License 2.0
+software.amazon.awssdk--http-client-spi--2.31.47=Apache License 2.0
+software.amazon.awssdk--identity-spi--2.31.47=Apache License 2.0
+software.amazon.awssdk--json-utils--2.31.47=Apache License 2.0
+software.amazon.awssdk--metrics-spi--2.31.47=Apache License 2.0
+software.amazon.awssdk--netty-nio-client--2.31.47=Apache License 2.0
+software.amazon.awssdk--profiles--2.31.47=Apache License 2.0
+software.amazon.awssdk--protocol-core--2.31.47=Apache License 2.0
+software.amazon.awssdk--regions--2.31.47=Apache License 2.0
+software.amazon.awssdk--retries--2.31.47=Apache License 2.0
+software.amazon.awssdk--retries-spi--2.31.47=Apache License 2.0
+software.amazon.awssdk--s3--2.31.47=Apache License 2.0
+software.amazon.awssdk--s3-transfer-manager--2.31.47=Apache License 2.0
+software.amazon.awssdk--sdk-core--2.31.47=Apache License 2.0
+software.amazon.awssdk--third-party-jackson-core--2.31.47=Apache License 2.0
+software.amazon.awssdk--utils--2.31.47=Apache License 2.0
 software.amazon.eventstream--eventstream--1.0.1=Apache License 2.0
-
-
diff --git a/pom.xml b/pom.xml
index f3ad159af..d98615462 100644
--- a/pom.xml
+++ b/pom.xml
@@ -79,37 +79,37 @@ limitations under the License.
     <sonar.moduleKey>${project.groupId}:${project.artifactId}</sonar.moduleKey>
     <sonar.organization>apache</sonar.organization>
     <sonar.projectKey>apache_baremaps</sonar.projectKey>
-    <version.lib.armeria>1.30.0</version.lib.armeria>
-    <version.lib.awaitability>4.2.2</version.lib.awaitability>
-    <version.lib.awssdk>2.27.17</version.lib.awssdk>
-    <version.lib.brotli4j>1.16.0</version.lib.brotli4j>
-    <version.lib.caffeine>3.1.8</version.lib.caffeine>
+    <version.lib.armeria>1.32.5</version.lib.armeria>
+    <version.lib.awaitility>4.3.0</version.lib.awaitility>
+    <version.lib.awssdk>2.31.47</version.lib.awssdk>
+    <version.lib.brotli4j>1.18.0</version.lib.brotli4j>
+    <version.lib.caffeine>3.2.0</version.lib.caffeine>
     <version.lib.calcite>1.39.0</version.lib.calcite>
     <version.lib.commons-compress>1.27.1</version.lib.commons-compress>
-    <version.lib.fastutil>8.5.14</version.lib.fastutil>
-    <version.lib.flatgeobuf>3.26.2</version.lib.flatgeobuf>
+    <version.lib.fastutil>8.5.15</version.lib.fastutil>
+    <version.lib.flatgeobuf>3.27.1</version.lib.flatgeobuf>
     <version.lib.geopackage>6.6.5</version.lib.geopackage>
-    <version.lib.graalvm>23.0.5</version.lib.graalvm>
-    <version.lib.guava>33.3.0-jre</version.lib.guava>
-    <version.lib.hadoop>3.4.0</version.lib.hadoop>
-    <version.lib.hikari>5.1.0</version.lib.hikari>
+    <version.lib.graalvm>23.0.8</version.lib.graalvm>
+    <version.lib.guava>33.4.8-jre</version.lib.guava>
+    <version.lib.hadoop>3.4.1</version.lib.hadoop>
+    <version.lib.hikari>6.3.0</version.lib.hikari>
     <version.lib.ipresource>1.52</version.lib.ipresource>
-    <version.lib.jackson>2.17.2</version.lib.jackson>
+    <version.lib.jackson>2.19.0</version.lib.jackson>
     <version.lib.jts>1.20.0</version.lib.jts>
-    <version.lib.junit>5.11.0</version.lib.junit>
+    <version.lib.junit>5.12.2</version.lib.junit>
     <version.lib.log4j>3.0.0-beta2</version.lib.log4j>
-    <version.lib.lucene>9.11.1</version.lib.lucene>
-    <version.lib.parquet>1.15.1</version.lib.parquet>
-    <version.lib.pgbulkinsert>8.1.4</version.lib.pgbulkinsert>
-    <version.lib.picocli>4.7.6</version.lib.picocli>
-    <version.lib.postgresql>42.7.4</version.lib.postgresql>
-    <version.lib.proj4j>1.3.0</version.lib.proj4j>
-    <version.lib.protobuf>4.28.0</version.lib.protobuf>
-    <version.lib.roaringbitmap>1.2.1</version.lib.roaringbitmap>
+    <version.lib.lucene>9.12.1</version.lib.lucene>
+    <version.lib.parquet>1.15.2</version.lib.parquet>
+    <version.lib.pgbulkinsert>8.1.5</version.lib.pgbulkinsert>
+    <version.lib.picocli>4.7.7</version.lib.picocli>
+    <version.lib.postgresql>42.7.5</version.lib.postgresql>
+    <version.lib.proj4j>1.4.0</version.lib.proj4j>
+    <version.lib.protobuf>4.31.0</version.lib.protobuf>
+    <version.lib.roaringbitmap>1.3.0</version.lib.roaringbitmap>
     <version.lib.sis>1.4</version.lib.sis>
-    <version.lib.slf4j>2.0.16</version.lib.slf4j>
-    <version.lib.sqlite>3.46.1.0</version.lib.sqlite>
-    <version.lib.testcontainers>1.20.1</version.lib.testcontainers>
+    <version.lib.slf4j>2.0.17</version.lib.slf4j>
+    <version.lib.sqlite>3.49.1.0</version.lib.sqlite>
+    <version.lib.testcontainers>1.21.0</version.lib.testcontainers>
     
<version.plugin.jacoco-maven-plugin>0.8.11</version.plugin.jacoco-maven-plugin>
     <version.plugin.jib-maven-plugin>3.0.0</version.plugin.jib-maven-plugin>
     
<version.plugin.maven-compiler-plugin>3.14.0</version.plugin.maven-compiler-plugin>
@@ -435,7 +435,7 @@ limitations under the License.
       <dependency>
         <groupId>org.awaitility</groupId>
         <artifactId>awaitility</artifactId>
-        <version>${version.lib.awaitability}</version>
+        <version>${version.lib.awaitility}</version>
         <scope>test</scope>
       </dependency>
       <dependency>

Reply via email to