Skip to content

Commit

Permalink
Bump netty version to 4.1.104.Final
Browse files Browse the repository at this point in the history
- Bump netty version to 4.1.104.Final
- CHANGELOG.md

Closes #446
  • Loading branch information
nickkkccc committed Dec 21, 2023
1 parent 9948753 commit b4b7f77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

- Bump org.testcontainers:junit-jupiter version to 1.19.3 ([#442](https://github.com/tarantool/cartridge-java/issues/442))
- Bump testcontainers-java-tarantool version to 1.2.0 ([#442](https://github.com/tarantool/cartridge-java/issues/442))
- Bump netty version to 4.1.104.Final ([#446](https://github.com/tarantool/cartridge-java/issues/446))

### Features

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@

<properties>
<jackson.version>2.14.0</jackson.version>
<netty.version>4.1.78.Final</netty.version>
<netty.version>4.1.104.Final</netty.version>
<checkstyle.config>${project.basedir}/src/test/resources/io/tarantool/driver/checkstyle.xml</checkstyle.config>
<checkstyle.suppressions>${project.basedir}/src/test/resources/io/tarantool/driver/suppressions.xml</checkstyle.suppressions>
<logging.config>${project.basedir}/src/test/resources/logback-test.xml</logging.config>
Expand Down

0 comments on commit b4b7f77

Please sign in to comment.