Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
- Bump spring version version to 5.3.31
- Bump spring-boot version version to 2.7.5
- Bump jackson-annotations version to 2.16.0
- Bump snakeyaml version to 2.2
- Bump testcontainers version to 1.18.0
- CHANGELOG.md

Closes #136
  • Loading branch information
nickkkccc authored Dec 21, 2023
1 parent cffe319 commit d01cfe8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## [Unreleased]

- Bump spring version version to 5.3.31 ([#136](https://github.com/orgs/tarantool/projects/75/views/4?pane=issue&itemId=44971242))
- Bump spring-boot version version to 2.7.5 ([#136](https://github.com/orgs/tarantool/projects/75/views/4?pane=issue&itemId=44971242))
- Bump jackson-annotations version to 2.16.0 ([#136](https://github.com/orgs/tarantool/projects/75/views/4?pane=issue&itemId=44971242))
- Bump snakeyaml version to 2.2 ([#136](https://github.com/orgs/tarantool/projects/75/views/4?pane=issue&itemId=44971242))
- Bump testcontainers version to 1.18.0 ([#136](https://github.com/orgs/tarantool/projects/75/views/4?pane=issue&itemId=44971242))

## [0.6.1] - 2023-11-17
- Bump cartridge-driver version to 0.13.0 ([#133](https://github.com/tarantool/cartridge-springdata/issues/133))
- Bump testcontainers-java-tarantool version to 1.0.1 ([#133](https://github.com/tarantool/cartridge-springdata/issues/133))
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
</scm>

<properties>
<spring.version>5.3.23</spring.version>
<spring-boot.version>2.7.5</spring-boot.version>
<spring.version>5.3.31</spring.version>
<spring-boot.version>2.7.18</spring-boot.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<logging.config>${project.basedir}/src/test/resources/logback-test.xml</logging.config>
Expand All @@ -85,7 +85,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.14.0</version>
<version>2.16.0</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand All @@ -100,7 +100,7 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.33</version>
<version>2.2</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down Expand Up @@ -146,7 +146,7 @@
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>junit-jupiter</artifactId>
<version>1.17.4</version>
<version>1.18.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit d01cfe8

Please sign in to comment.