File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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>
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 >
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 >
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 >
You can’t perform that action at this time.
0 commit comments