diff --git a/connector/src/main/java/org/odpi/egeria/connectors/juxt/xtdb/repositoryconnector/XtdbOMRSRepositoryConnector.java b/connector/src/main/java/org/odpi/egeria/connectors/juxt/xtdb/repositoryconnector/XtdbOMRSRepositoryConnector.java index 1a7e90a9..6f6b8ee3 100644 --- a/connector/src/main/java/org/odpi/egeria/connectors/juxt/xtdb/repositoryconnector/XtdbOMRSRepositoryConnector.java +++ b/connector/src/main/java/org/odpi/egeria/connectors/juxt/xtdb/repositoryconnector/XtdbOMRSRepositoryConnector.java @@ -230,7 +230,7 @@ public synchronized void start() throws ConnectorCheckedException { // Null for the timeout here means use the default (which is therefore configurable directly by // the XTDB configurationProperties of the connector) Transaction txn = tx.build(); - log.info("Adding transaction functions: {}", txn.toVector()); + log.info("Adding transaction functions: {}", txn); TransactionInstant instant = xtdbAPI.submitTx(txn); xtdbAPI.awaitTx(instant, null); @@ -405,7 +405,7 @@ public Relationship getResultingRelationship(String docId, */ public TransactionInstant runTx(Transaction statements) { if (log.isDebugEnabled()) - log.debug("{} transacting with: {}", synchronousIndex ? SYNC : ASYNC, statements.toVector()); + log.debug("{} transacting with: {}", synchronousIndex ? SYNC : ASYNC, statements); TransactionInstant tx = xtdbAPI.submitTx(statements); // Null for the timeout here means use the default (which is therefore configurable directly by the XTDB // configurationProperties of the connector) diff --git a/pom.xml b/pom.xml index d324747a..fd125850 100644 --- a/pom.xml +++ b/pom.xml @@ -68,19 +68,19 @@ - 3.9-SNAPSHOT - 1.20.0 + 3.9 + 1.21.0 1.11.1 - 2.13.2.2 + 2.13.3 8.9.0 1.7.36 1.2.11 - 7.5 + 7.6.0 4.5.13 - 4.1.76.Final + 4.1.77.Final 2.6.3 - 2.11.4 + 2.13.3 1.15 UTF-8 @@ -88,7 +88,7 @@ 11 11 - 4.6.0.0 + 4.7.0