Skip to content

Commit 67e67a2

Browse files
committed
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
1 parent 5ede2a4 commit 67e67a2

File tree

3 files changed

+17
-8
lines changed

3 files changed

+17
-8
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## [Unreleased]
44

5+
## [1.4.0] - 2025-07-24
6+
- Bump testcontainers.version from 1.19.3 to 1.21.3
7+
- Bump jackson-annotations from 2.14.0 to 2.18.4
8+
- Bump slf4j-api from 2.0.3 to 2.0.17
9+
- Bump snakeyaml from 2.0 to 2.3
10+
- Bump httpclient from 4.5.1 to 4.5.14
11+
- Bump logback-classic from 1.3.4 to 1.3.15
12+
- Bump junit-jupiter from 5.8.1 to 5.13.3
13+
514
## [1.3.3] - 2024-05-06
615
- Add support for environment variable `TARANTOOL_REGISTRY`
716
- Remove enterprise tests

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Add the Maven dependency:
1414
<dependency>
1515
<groupId>io.tarantool</groupId>
1616
<artifactId>testcontainers-java-tarantool</artifactId>
17-
<version>1.3.3</version>
17+
<version>1.4.0</version>
1818
</dependency>
1919
```
2020

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
</scm>
5454

5555
<properties>
56-
<testcontainers.version>1.19.3</testcontainers.version>
56+
<testcontainers.version>1.21.3</testcontainers.version>
5757
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
5858
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
5959
<logging.config>${project.basedir}/src/test/resources/logback-test.xml</logging.config>
@@ -65,12 +65,12 @@
6565
<dependency>
6666
<groupId>com.fasterxml.jackson.core</groupId>
6767
<artifactId>jackson-annotations</artifactId>
68-
<version>2.14.0</version>
68+
<version>2.18.4</version>
6969
</dependency>
7070
<dependency>
7171
<groupId>org.slf4j</groupId>
7272
<artifactId>slf4j-api</artifactId>
73-
<version>2.0.3</version>
73+
<version>2.0.17</version>
7474
</dependency>
7575
</dependencies>
7676
</dependencyManagement>
@@ -84,7 +84,7 @@
8484
<dependency>
8585
<groupId>org.yaml</groupId>
8686
<artifactId>snakeyaml</artifactId>
87-
<version>2.0</version>
87+
<version>2.3</version>
8888
</dependency>
8989
<dependency>
9090
<groupId>org.slf4j</groupId>
@@ -95,21 +95,21 @@
9595
<dependency>
9696
<groupId>org.apache.httpcomponents</groupId>
9797
<artifactId>httpclient</artifactId>
98-
<version>4.5.1</version>
98+
<version>4.5.14</version>
9999
<scope>test</scope>
100100
</dependency>
101101

102102
<dependency>
103103
<groupId>ch.qos.logback</groupId>
104104
<artifactId>logback-classic</artifactId>
105-
<version>1.3.4</version>
105+
<version>1.3.15</version>
106106
<scope>test</scope>
107107
</dependency>
108108

109109
<dependency>
110110
<groupId>org.junit.jupiter</groupId>
111111
<artifactId>junit-jupiter</artifactId>
112-
<version>5.8.1</version>
112+
<version>5.13.3</version>
113113
<scope>test</scope>
114114
</dependency>
115115
<dependency>

0 commit comments

Comments
 (0)