diff --git a/README.md b/README.md index 8dfe542..90f230e 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ [![Tests](https://github.com/helmethair-co/scalatest-junit-runner/workflows/Test/badge.svg)](https://github.com/helmethair-co/scalatest-junit-runner/actions?query=workflow%3A%22Test%22+branch%3Amain+event%3Apush) [![codecov](https://codecov.io/gh/helmethair-co/scalatest-junit-runner/branch/main/graph/badge.svg)](https://codecov.io/gh/helmethair-co/scalatest-junit-runner) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/co.helmethair/scalatest-junit-runner/badge.svg)](https://maven-badges.herokuapp.com/maven-central/co.helmethair/scalatest-junit-runner) -[![Bintray](https://img.shields.io/bintray/v/gymora/co.helmethair/co.helmethair:scalatest-junit-runner?maxAge=50000)](https://bintray.com/gymora/co.helmethair/co.helmethair:scalatest-junit-runner/_latestVersion) - [JUnit 5](https://junit.org/junit5/docs/current/user-guide/) runner library for [ScalaTest](http://www.scalatest.org/) tests. It can be used to fully [integrate Scalatest into Gradle](https://www.baeldung.com/junit-5-gradle) (version >= 4.5) and to Maven. diff --git a/build.gradle.kts b/build.gradle.kts index c922073..f887246 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -47,7 +47,7 @@ repositories { dependencies { val junitPlatformVersion = "1.6.0" - val junitJupiterVersion = "5.7.1" + val junitJupiterVersion = "5.7.2" val testScalaLibraryVersion = "2.13" val testScalaVersion = "$testScalaLibraryVersion.4" @@ -61,7 +61,7 @@ dependencies { testImplementation("org.junit.platform:junit-platform-engine:1.6.0") testImplementation("org.scalatest:scalatest_$testScalaLibraryVersion:3.3.0-SNAP3") testImplementation("org.scala-lang:scala-library:$testScalaVersion") - testImplementation("org.mockito:mockito-core:3.9.0") + testImplementation("org.mockito:mockito-core:3.10.0") } sourceSets {