Skip to content

Commit b9d99fd

Browse files
committed
Prepare for release 0.5.2
1 parent 3705e3e commit b9d99fd

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Changelog
22

3-
## [0.5.2] - 2022-10-28
3+
## [0.5.2] - 2022-11-11
44
- Add dependency management
5+
- Bump snakeyaml to 1.33
6+
- Bump junit-jupiter to 5.9.0
7+
- Bump logback-classic to 1.2.11
58

69
## [0.5.1] - 2022-10-28
710
- Bump cartridge-java to 0.9.1

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>0.5.1</version>
17+
<version>0.5.2</version>
1818
</dependency>
1919
```
2020

pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,7 @@
4646
</scm>
4747

4848
<properties>
49-
<driver.version>0.9.1</driver.version>
5049
<testcontainers.version>1.17.4</testcontainers.version>
51-
<snakeyaml.version>1.33</snakeyaml.version>
5250
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
5351
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
5452
<logging.config>${project.basedir}/src/test/resources/logback-test.xml</logging.config>
@@ -76,7 +74,7 @@
7674
<dependency>
7775
<groupId>org.yaml</groupId>
7876
<artifactId>snakeyaml</artifactId>
79-
<version>${snakeyaml.version}</version>
77+
<version>1.33</version>
8078
</dependency>
8179
</dependencies>
8280
</dependencyManagement>
@@ -90,7 +88,7 @@
9088
<dependency>
9189
<groupId>io.tarantool</groupId>
9290
<artifactId>cartridge-driver</artifactId>
93-
<version>${driver.version}</version>
91+
<version>0.9.1</version>
9492
</dependency>
9593
<dependency>
9694
<groupId>org.yaml</groupId>
@@ -112,7 +110,7 @@
112110
<dependency>
113111
<groupId>ch.qos.logback</groupId>
114112
<artifactId>logback-classic</artifactId>
115-
<version>1.2.3</version>
113+
<version>1.2.11</version>
116114
<scope>test</scope>
117115
</dependency>
118116
</dependencies>

0 commit comments

Comments
 (0)