Skip to content

Commit

Permalink
Limit akka-http version for latestDepTests following dropping of Java…
Browse files Browse the repository at this point in the history
… 8 (#5956)
  • Loading branch information
nayeem-kamal committed Sep 28, 2023
1 parent 98b7911 commit a20208a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions dd-java-agent/instrumentation/akka-http-10.0/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,12 @@ dependencies {
// TODO: test with Scala 3
latestDepIastTestImplementation deps.scala213
// Use akka-2.8.+ since latest akka-http release is still not compatible with akka-2.9.0-M1+.
latestDepIastTestImplementation group: 'com.typesafe.akka', name: 'akka-http_2.13', version: '10.+'
// akka-http versions are limited to 10.5.2 as this is the final version with Java 8 support
// See: https://github.com/akka/akka-http/releases
latestDepIastTestImplementation group: 'com.typesafe.akka', name: 'akka-http_2.13', version: '[10.+,10.5.2)'
latestDepIastTestImplementation group: 'com.typesafe.akka', name: 'akka-stream_2.13', version: '2.8.+'
latestDepIastTestImplementation group: 'com.typesafe.akka', name: 'akka-actor_2.13', version: '2.8.+'
latestDepIastTestImplementation group: 'com.typesafe.akka', name: 'akka-http-jackson_2.13', version: '10.+'
latestDepIastTestImplementation group: 'com.typesafe.akka', name: 'akka-http-jackson_2.13', version: '[10.+,10.5.2)'
latestDepIastTestImplementation(testFixtures(project(':dd-java-agent:agent-iast')))

lagomTestImplementation deps.scala211
Expand Down

0 comments on commit a20208a

Please sign in to comment.