From 81b710ac4c0e74c8ea85d004396af5ea92353288 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 May 2021 05:14:17 +0000 Subject: [PATCH 1/3] Bump mockito-core from 3.9.0 to 3.10.0 Bumps [mockito-core](https://github.com/mockito/mockito) from 3.9.0 to 3.10.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.9.0...v3.10.0) Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 80dc5fc..d4e6356 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -63,7 +63,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 { From 11c028c904ffd7c2665c6bebd16cd88b0e619006 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 May 2021 05:28:35 +0000 Subject: [PATCH 2/3] Bump junitJupiterVersion from 5.7.1 to 5.7.2 Bumps `junitJupiterVersion` from 5.7.1 to 5.7.2. Updates `junit-jupiter-api` from 5.7.1 to 5.7.2 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.7.1...r5.7.2) Updates `junit-jupiter-engine` from 5.7.1 to 5.7.2 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.7.1...r5.7.2) Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 80dc5fc..1b7561a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -49,7 +49,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" From c53bcac857af3a3840b5e493b2444764b9985638 Mon Sep 17 00:00:00 2001 From: Gyorgy Mora Date: Thu, 20 May 2021 21:28:49 +0200 Subject: [PATCH 3/3] no more bintray button --- README.md | 2 -- 1 file changed, 2 deletions(-) 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.