diff --git a/plugin/trino-iceberg/src/test/java/io/trino/plugin/iceberg/catalog/rest/TestIcebergUnityRestCatalogConnectorSmokeTest.java b/plugin/trino-iceberg/src/test/java/io/trino/plugin/iceberg/catalog/rest/TestIcebergUnityRestCatalogConnectorSmokeTest.java
index 3d9cf9798ede..a6cdc1793d2b 100644
--- a/plugin/trino-iceberg/src/test/java/io/trino/plugin/iceberg/catalog/rest/TestIcebergUnityRestCatalogConnectorSmokeTest.java
+++ b/plugin/trino-iceberg/src/test/java/io/trino/plugin/iceberg/catalog/rest/TestIcebergUnityRestCatalogConnectorSmokeTest.java
@@ -70,7 +70,7 @@ protected QueryRunner createQueryRunner()
.addIcebergProperty("iceberg.security", "read_only")
.addIcebergProperty("iceberg.catalog.type", "rest")
.addIcebergProperty("iceberg.rest-catalog.uri", unityCatalog.uri() + "/iceberg")
- .addIcebergProperty("iceberg.rest-catalog.parent-namespace", "unity")
+ .addIcebergProperty("iceberg.rest-catalog.warehouse", "unity")
.addIcebergProperty("iceberg.register-table-procedure.enabled", "true")
.disableSchemaInitializer()
.build();
diff --git a/plugin/trino-iceberg/src/test/java/io/trino/plugin/iceberg/catalog/rest/TestingPolarisCatalog.java b/plugin/trino-iceberg/src/test/java/io/trino/plugin/iceberg/catalog/rest/TestingPolarisCatalog.java
index 02eaa3d372b9..171563760386 100644
--- a/plugin/trino-iceberg/src/test/java/io/trino/plugin/iceberg/catalog/rest/TestingPolarisCatalog.java
+++ b/plugin/trino-iceberg/src/test/java/io/trino/plugin/iceberg/catalog/rest/TestingPolarisCatalog.java
@@ -57,7 +57,6 @@ public TestingPolarisCatalog(String warehouseLocation)
polarisCatalog.addExposedPort(POLARIS_PORT);
polarisCatalog.withFileSystemBind(warehouseLocation, warehouseLocation, BindMode.READ_WRITE);
polarisCatalog.waitingFor(new LogMessageWaitStrategy().withRegEx(".*o.eclipse.jetty.server.Server: Started.*"));
- polarisCatalog.withCommand("java", "-jar", "polaris-service/build/libs/polaris-service-999-SNAPSHOT.jar", "server", "polaris-server.yml");
polarisCatalog.start();
clientId = findClientId();
diff --git a/pom.xml b/pom.xml
index 0904ffc798ef..0b3f92b1eac4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -189,7 +189,7 @@
1.12.778
4.17.0
7.7.1
- 102
+ 104
1.22
10.21.0
1.15.1