Skip to content

Commit 74cac13

Browse files
committed
Bump dependencies
1 parent f50d100 commit 74cac13

File tree

5 files changed

+23
-3
lines changed

5 files changed

+23
-3
lines changed

.github/pull_request_template.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!-- What has been done? Why? What problem is being solved? -->
2+
3+
4+
I haven't forgotten about:
5+
- [ ] Tests
6+
- [ ] Changelog
7+
- [ ] Documentation
8+
- [ ] Commit messages comply with the [guideline](https://www.tarantool.io/en/doc/latest/dev_guide/developer_guidelines/#how-to-write-a-commit-message)
9+
- [ ] Cleanup the code for review. See [checklist](https://github.com/tarantool/cartridge-java/blob/master/docs/review-checklist.md)
10+
11+
Related issues:
12+
<!-- Needed for #123 -->
13+
<!-- See also #456, #789 -->
14+
<!-- Part of #123 -->
15+
<!-- Closes #456 -->

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
**/.DS_Store
12
target/
23
.idea/
34
*.iml

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [0.5.1] - 2022-10-28
4+
- Bump cartridge-java to 0.9.1
5+
- Bump testcontainers to 1.17.4
6+
37
## [0.5.0] - 2022-05-18
48
- Added ability to configure cluster from yaml (#40)
59
- Added migrations example in tests (#42)

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

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
</scm>
4747

4848
<properties>
49-
<driver.version>0.7.0</driver.version>
50-
<testcontainers.version>1.16.2</testcontainers.version>
49+
<driver.version>0.9.1</driver.version>
50+
<testcontainers.version>1.17.4</testcontainers.version>
5151
<snakeyaml.version>1.26</snakeyaml.version>
5252
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
5353
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

0 commit comments

Comments
 (0)