scalatest / scalatest-maven-plugin

ScalaTest Maven Plugin
Apache License 2.0
34 stars 61 forks source link

Versions Upgrade #98

Closed cheeseng closed 1 year ago

cheeseng commented 1 year ago

GitHub's dependabot detected that this repo has a security vulnebility due to scala 2.13.8:

https://github.com/scalatest/scalatest-maven-plugin/security/dependabot

The main of this plugin is written in java and does not depend on Scala, the only one child project that is using scala 2.13.8 is a integration test project, I have changed it to follow parent project's scala version in this PR, also, I have bumped up the scala version to 2.12.17 and scalatest version to 3.2.14.

Thanks.