Skip to content

Commit

Permalink
Limit latest async-http-client used in Netty tests to exclude 3.0.0.B…
Browse files Browse the repository at this point in the history
…eta1 (as it requires Java11+) (#4562)
  • Loading branch information
mcculls authored Jan 18, 2023
1 parent 1b812ef commit 4de17c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dd-java-agent/instrumentation/netty-4.1/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies {

// latest async-http-client incompatable with 5.0+ netty
latestDepTestImplementation group: 'io.netty', name: 'netty-codec-http', version: '(,5.0)'
latestDepTestImplementation group: 'org.asynchttpclient', name: 'async-http-client', version: '+'
latestDepTestImplementation group: 'org.asynchttpclient', name: 'async-http-client', version: '2.+'
}

// We need to force the dependency to the earliest supported version because other libraries declare newer versions.
Expand Down

0 comments on commit 4de17c1

Please sign in to comment.