From 38bcd59af6e847b41a9198227ac40dc80441795c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 05:29:15 +0000 Subject: [PATCH] Bump org.junit:junit-bom from 5.10.0 to 5.10.1 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.10.0 to 5.10.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.10.0...r5.10.1) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- manual/build.gradle.kts | 2 +- modules/http/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manual/build.gradle.kts b/manual/build.gradle.kts index 2567963..a6aa327 100644 --- a/manual/build.gradle.kts +++ b/manual/build.gradle.kts @@ -7,7 +7,7 @@ plugins { dependencies { testImplementation(project(":modules:http")) - testImplementation(platform("org.junit:junit-bom:5.10.0")) + testImplementation(platform("org.junit:junit-bom:5.10.1")) testImplementation("org.junit.jupiter:junit-jupiter-api") testImplementation("org.junit.jupiter:junit-jupiter-params") testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine") diff --git a/modules/http/build.gradle.kts b/modules/http/build.gradle.kts index caf9b1f..8639fc9 100644 --- a/modules/http/build.gradle.kts +++ b/modules/http/build.gradle.kts @@ -8,7 +8,7 @@ plugins { repositories { mavenCentral() } dependencies { - testImplementation(platform("org.junit:junit-bom:5.10.0")) + testImplementation(platform("org.junit:junit-bom:5.10.1")) testImplementation("org.junit.jupiter:junit-jupiter-api") testImplementation("org.junit.jupiter:junit-jupiter-params") testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")