Skip to content

Commit

Permalink
chore: Upgrade io.netty:netty-handler to 4.1.104.Final #1755
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Apr 22, 2024
1 parent 3fc647a commit f079041
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,14 @@ dependencies {
implementation 'org.apache.commons:commons-lang3:3.12.0'
implementation 'org.apache.commons:commons-text:1.10.0'
implementation 'org.apache.commons:commons-collections4:4.4'
implementation 'org.apache.tika:tika-core:1.28.5'
implementation 'com.google.guava:guava:30.1.1-jre'
implementation 'org.slf4j:slf4j-api:1.7.32'
implementation 'org.apache.tika:tika-core:2.7.0'
implementation 'com.google.guava:guava:31.1-jre'
implementation 'org.slf4j:slf4j-api:1.7.36'
implementation 'io.ktor:ktor-http-jvm:1.6.8'
implementation 'io.ktor:ktor-server-netty:1.6.8'
implementation 'io.ktor:ktor-network-tls-certificates:1.6.8'
implementation 'io.netty:netty-handler:4.1.84.Final'
implementation 'io.ktor:ktor-server-call-logging:1.6.8'
implementation 'io.netty:netty-handler:4.1.104.Final'
implementation 'org.apache.groovy:groovy:4.0.11'
implementation 'org.apache.groovy:groovy-json:4.0.11'
implementation 'org.apache.groovy:groovy-xml:4.0.11'
Expand Down

0 comments on commit f079041

Please sign in to comment.