Skip to content
This repository has been archived by the owner on Oct 12, 2024. It is now read-only.

Commit

Permalink
deps: bump io.netty:netty-codec-http from 4.1.106.Final to 4.1.108.Fi…
Browse files Browse the repository at this point in the history
…nal (#220)

Bumps [io.netty:netty-codec-http](https://github.com/netty/netty) from 4.1.106.Final to 4.1.108.Final.
- [Commits](netty/netty@netty-4.1.106.Final...netty-4.1.108.Final)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 9, 2024
1 parent 015ba3a commit 8ad4c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion velocity/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies {
compileOnly "com.velocitypowered:velocity-api:${velocity_api_version}-SNAPSHOT"
compileOnly "com.velocitypowered:velocity-proxy:${velocity_api_version}-SNAPSHOT"

compileOnly 'io.netty:netty-codec-http:4.1.106.Final'
compileOnly 'io.netty:netty-codec-http:4.1.108.Final'
compileOnly 'it.unimi.dsi:fastutil:8.5.13'
compileOnly 'commons-io:commons-io:2.16.0'
compileOnly 'de.themoep:minedown-adventure:1.7.2-SNAPSHOT'
Expand Down

0 comments on commit 8ad4c4d

Please sign in to comment.