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.109.Final to 4.1.112.Final
Browse files Browse the repository at this point in the history
Bumps [io.netty:netty-codec-http](https://github.com/netty/netty) from 4.1.109.Final to 4.1.112.Final.
- [Commits](netty/netty@netty-4.1.109.Final...netty-4.1.112.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>
  • Loading branch information
dependabot[bot] authored Jul 22, 2024
1 parent 2999358 commit 84191eb
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.109.Final'
compileOnly 'io.netty:netty-codec-http:4.1.112.Final'
compileOnly 'it.unimi.dsi:fastutil:8.5.13'
compileOnly 'commons-io:commons-io:2.16.1'
compileOnly 'de.themoep:minedown-adventure:1.7.2-SNAPSHOT'
Expand Down

0 comments on commit 84191eb

Please sign in to comment.