From 2d12b67869a49f9497c054d6b8a606fecd71c131 Mon Sep 17 00:00:00 2001 From: Maxim Lapan Date: Wed, 27 Sep 2023 13:57:54 +0200 Subject: [PATCH] Deps --- doc/changes/changes_2.1.2.md | 5 +++++ exasol-jdbc/pom.xml | 6 +++--- parent-pom/pom.xml | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/doc/changes/changes_2.1.2.md b/doc/changes/changes_2.1.2.md index ad5df36..9afd1c7 100644 --- a/doc/changes/changes_2.1.2.md +++ b/doc/changes/changes_2.1.2.md @@ -29,6 +29,10 @@ Code name: * Updated `com.exasol:exasol-testcontainers:6.6.1` to `6.6.2` * Updated `com.exasol:hamcrest-resultset-matcher:1.6.0` to `1.6.1` * Updated `com.exasol:test-db-builder-java:3.4.2` to `3.5.1` +* Updated `org.mockito:mockito-core:5.4.0` to `5.5.0` +* Updated `org.mockito:mockito-junit-jupiter:5.4.0` to `5.5.0` +* Updated `org.scalatestplus:scalatestplus-mockito_2.13:1.0.0-M2` to `1.0.0-SNAP5` +* Updated `org.scalatest:scalatest_2.13:3.2.9` to `3.3.0-SNAP4` ### Spark Exasol Connector With S3 @@ -42,5 +46,6 @@ Code name: * Updated `com.exasol:exasol-testcontainers:6.6.1` to `6.6.2` * Updated `com.exasol:hamcrest-resultset-matcher:1.6.0` to `1.6.1` * Updated `com.exasol:test-db-builder-java:3.4.2` to `3.5.1` +* Updated `org.mockito:mockito-junit-jupiter:5.4.0` to `5.5.0` * Updated `org.testcontainers:junit-jupiter:1.18.3` to `1.19.0` * Updated `org.testcontainers:localstack:1.18.3` to `1.19.0` diff --git a/exasol-jdbc/pom.xml b/exasol-jdbc/pom.xml index 4a8edc8..ebd11d3 100644 --- a/exasol-jdbc/pom.xml +++ b/exasol-jdbc/pom.xml @@ -95,7 +95,7 @@ org.apache.avro avro-mapred - 1.11.2 + 1.11.3 provided @@ -125,13 +125,13 @@ org.scalatest scalatest_${scala.compat.version} - 3.2.9 + 3.3.0-SNAP4 test org.scalatestplus scalatestplus-mockito_${scala.compat.version} - 1.0.0-M2 + 1.0.0-SNAP5 test diff --git a/parent-pom/pom.xml b/parent-pom/pom.xml index 328bb8f..2876634 100644 --- a/parent-pom/pom.xml +++ b/parent-pom/pom.xml @@ -19,7 +19,7 @@ 8 2.20.0 5.10.0 - 5.4.0 + 5.5.0 3.1.3