Skip to content

Commit

Permalink
fix: Update netty to 4.1.115.Final (#2705)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anty0 authored Nov 23, 2024
1 parent 209f798 commit 76bae8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ dependencies {
testImplementation(libs.azureBlob) {
exclude group: 'io.netty', module: 'netty-codec-http'
}
testImplementation('io.netty:netty-codec-http:4.1.108.Final')
testImplementation('io.netty:netty-codec-http:4.1.115.Final')


/**
Expand Down
2 changes: 1 addition & 1 deletion backend/data/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ dependencies {
implementation(libs.azureBlob) {
exclude group: 'io.netty', module: 'netty-codec-http'
}
implementation('io.netty:netty-codec-http:4.1.108.Final')
implementation('io.netty:netty-codec-http:4.1.115.Final')

/**
* SLACK SDK
Expand Down

0 comments on commit 76bae8d

Please sign in to comment.