FYI - Core gatling dependency conflict warnings

Noticed the following warning, thought I would pass it on, in case you hadn’t seen it.

[warn] There may be incompatibilities among your library dependencies; run ‘evicted’ to see detailed eviction warnings.

[warn] Found version conflict(s) in library dependencies; some are suspected to be binary incompatible:

[warn] * org.scala-lang.modules:scala-java8-compat_2.12:0.9.0 is selected over 0.8.0

[warn] ± io.gatling:gatling-commons:3.2.0 (depends on 0.9.0)

[warn] ± io.gatling:gatling-core:3.2.0 (depends on 0.9.0)

[warn] ± com.typesafe.akka:akka-actor_2.12:2.5.23 () (depends on 0.8.0)

[info] Here are other dependency conflicts that were resolved:

[info] * com.fasterxml.jackson.core:jackson-databind:2.9.9.1 is selected over {2.9.8, 2.9.9}

[info] ± io.gatling:gatling-recorder:3.2.0 (depends on 2.9.9.1)

[info] ± io.gatling:gatling-core:3.2.0 (depends on 2.9.9)

[info] ± io.burt:jmespath-jackson:0.3.0 (depends on 2.9.9)

[info] ± io.gatling:jsonpath_2.12:0.7.0 (depends on 2.9.9)

[info] ± org.json4s:json4s-jackson_2.12:3.6.7 (depends on 2.9.8)

[info] * org.slf4j:slf4j-api:1.7.26 is selected over 1.7.25

[info] ± io.gatling:gatling-http-client:3.2.0 (depends on 1.7.26)

[info] ± io.pebbletemplates:pebble:3.0.10 (depends on 1.7.25)

[info] ± io.gatling:gatling-commons:3.2.0 (depends on 1.7.25)

[info] ± net.debasishg:redisclient_2.12:3.10 (depends on 1.7.25)

[info] ± ch.qos.logback:logback-classic:1.2.3 (depends on 1.7.25)

[info] ± com.typesafe.akka:akka-slf4j_2.12:2.5.23 () (depends on 1.7.25)

[info] ± com.typesafe.scala-logging:scala-logging_2.12:3.9.2 (depends on 1.7.25)

[info] * com.typesafe:config:1.3.4 is selected over 1.3.3

[info] ± io.gatling:gatling-commons:3.2.0 (depends on 1.3.4)

[info] ± org.arrowwood:gatling-common_2.12:0.1-SNAPSHOT (depends on 1.3.4)

[info] ± com.typesafe.akka:akka-actor_2.12:2.5.23 () (depends on 1.3.3)

[success] Total time: 8 s, completed Aug 9, 2019, 12:58:51 PM