Skip to content

Commit

Permalink
Merge pull request #43651 from HindujaB/2201.9.x
Browse files Browse the repository at this point in the history
Update netty versions for 2201.9.6
  • Loading branch information
keizer619 authored Nov 26, 2024
2 parents a372887 + 52ac52d commit 6d946a2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -103,17 +103,17 @@ mockitoCoreVersion=5.3.1
mockWebserverVersion=3.14.0
mustacheJavaCompilerVersion=0.8.9
mvel2Version=2.4.4.Final
nettyCodecVersion=4.1.100.Final
nettyBufferVersion=4.1.100.Final
nettyCommonVersion=4.1.100.Final
nettyCodecHttpVersion=4.1.100.Final
nettyCodecHttp2Version=4.1.100.Final
nettyHandlerVersion=4.1.100.Final
nettyHandlerProxyVersion=4.1.100.Final
nettyResolverVersion=4.1.100.Final
nettyTransportVersion=4.1.100.Final
nettyTransportNativeEpollVersion=4.1.100.Final
nettyTransportNativeKqueueVersion=4.1.100.Final
nettyCodecVersion=4.1.115.Final
nettyBufferVersion=4.1.115.Final
nettyCommonVersion=4.1.115.Final
nettyCodecHttpVersion=4.1.115.Final
nettyCodecHttp2Version=4.1.115.Final
nettyHandlerVersion=4.1.115.Final
nettyHandlerProxyVersion=4.1.115.Final
nettyResolverVersion=4.1.115.Final
nettyTransportVersion=4.1.115.Final
nettyTransportNativeEpollVersion=4.1.115.Final
nettyTransportNativeKqueueVersion=4.1.115.Final
okhttpVersion=3.14.0
openTelemetryApiVersion=1.32.0
openTelemetrySdkTraceVersion=1.32.0
Expand Down
2 changes: 1 addition & 1 deletion misc/debug-adapter/modules/debug-adapter-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies {
dependency 'org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc:0.12.0'
dependency 'org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc.debug:0.12.0'
dependency 'com.github.zafarkhaja:java-semver:0.9.0'
dependency 'commons-io:commons-io:2.7'
dependency "commons-io:commons-io:${project.commonsIoVersion}"
}

task createZip(type: Zip) {
Expand Down

0 comments on commit 6d946a2

Please sign in to comment.