From ca1dd59286de5583ad737e8cf7c80c7e82abe228 Mon Sep 17 00:00:00 2001 From: Dmitry Kasimovskiy Date: Thu, 24 Jul 2025 17:42:34 +0300 Subject: [PATCH 1/2] gh-126: Bump dependencies - 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 --- CHANGELOG.md | 9 +++++++++ README.md | 2 +- pom.xml | 14 +++++++------- 3 files changed, 17 insertions(+), 8 deletions(-) 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 From 96637d764a07eb00a30f0231964d0ef30359c4d8 Mon Sep 17 00:00:00 2001 From: Dmitry Kasimovskiy Date: Fri, 25 Jul 2025 10:50:11 +0300 Subject: [PATCH 2/2] build(ci): update distributionManagement in pom.xml --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index bcab293..2ff5cf7 100644 --- a/pom.xml +++ b/pom.xml @@ -367,12 +367,12 @@ - sonatype-nexus-snapshots - https://oss.sonatype.org/content/repositories/snapshots + ossrh + https://ossrh-staging-api.central.sonatype.com/content/repositories/snapshots - sonatype-nexus-staging - https://oss.sonatype.org/service/local/staging/deploy/maven2/ + ossrh + https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/