Skip to content

Commit

Permalink
[api]: Bump the netty group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the netty group with 2 updates: [io.netty:netty-transport](https://github.com/netty/netty) and [io.netty:netty-codec](https://github.com/netty/netty).


Updates `io.netty:netty-transport` from 4.1.107.Final to 4.1.108.Final
- [Commits](netty/netty@netty-4.1.107.Final...netty-4.1.108.Final)

Updates `io.netty:netty-codec` from 4.1.107.Final to 4.1.108.Final
- [Commits](netty/netty@netty-4.1.107.Final...netty-4.1.108.Final)

---
updated-dependencies:
- dependency-name: io.netty:netty-transport
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: netty
- dependency-name: io.netty:netty-codec
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: netty
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and tiagohm committed Apr 1, 2024
1 parent f482493 commit ca30c1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ dependencyResolutionManagement {
library("rx", "io.reactivex.rxjava3:rxjava:3.1.8")
library("logback", "ch.qos.logback:logback-classic:1.5.3")
library("eventbus", "org.greenrobot:eventbus-java:3.3.1")
library("netty-transport", "io.netty:netty-transport:4.1.107.Final")
library("netty-codec", "io.netty:netty-codec:4.1.107.Final")
library("netty-transport", "io.netty:netty-transport:4.1.108.Final")
library("netty-codec", "io.netty:netty-codec:4.1.108.Final")
library("xml", "com.fasterxml:aalto-xml:1.3.2")
library("csv", "de.siegmar:fastcsv:3.1.0")
library("apache-lang3", "org.apache.commons:commons-lang3:3.14.0")
Expand Down

0 comments on commit ca30c1d

Please sign in to comment.