diff --git a/CHANGELOG.md b/CHANGELOG.md index 554ad9a..5fda3e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ ## [Unreleased] +## [1.4.0] - 2025-07-24 +- Bump testcontainers.version from 1.19.3 to 1.21.3 +- Bump jackson-annotations from 2.14.0 to 2.18.4 +- Bump slf4j-api from 2.0.3 to 2.0.17 +- Bump snakeyaml from 2.0 to 2.3 +- Bump httpclient from 4.5.1 to 4.5.14 +- Bump logback-classic from 1.3.4 to 1.3.15 +- Bump junit-jupiter from 5.8.1 to 5.13.3 + ## [1.3.3] - 2024-05-06 - Add support for environment variable `TARANTOOL_REGISTRY` - Remove enterprise tests diff --git a/README.md b/README.md index 12ea22a..fb6524c 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Add the Maven dependency: io.tarantool testcontainers-java-tarantool - 1.3.3 + 1.4.0 ``` diff --git a/pom.xml b/pom.xml index 15ed4eb..bcab293 100644 --- a/pom.xml +++ b/pom.xml @@ -53,7 +53,7 @@ - 1.19.3 + 1.21.3 UTF-8 UTF-8 ${project.basedir}/src/test/resources/logback-test.xml @@ -65,12 +65,12 @@ com.fasterxml.jackson.core jackson-annotations - 2.14.0 + 2.18.4 org.slf4j slf4j-api - 2.0.3 + 2.0.17 @@ -84,7 +84,7 @@ org.yaml snakeyaml - 2.0 + 2.3 org.slf4j @@ -95,21 +95,21 @@ org.apache.httpcomponents httpclient - 4.5.1 + 4.5.14 test ch.qos.logback logback-classic - 1.3.4 + 1.3.15 test org.junit.jupiter junit-jupiter - 5.8.1 + 5.13.3 test