From d385ea7056468fd3978522c2dabf311791df395f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 11:12:14 -0800 Subject: [PATCH] Bump org.junit:junit-bom from 5.10.0 to 5.10.1 (#154) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- fast-double-parser/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index b7e62192..0888399b 100644 --- a/build.gradle +++ b/build.gradle @@ -43,7 +43,7 @@ dependencies { testCompileOnly 'org.jetbrains:annotations:24.0.1' testImplementation 'org.assertj:assertj-core:3.24.2' - testImplementation(platform('org.junit:junit-bom:5.10.0')) + testImplementation(platform('org.junit:junit-bom:5.10.1')) testImplementation 'org.junit.jupiter:junit-jupiter' jmh 'com.fasterxml.jackson.dataformat:jackson-dataformat-csv:2.15.3' diff --git a/fast-double-parser/build.gradle b/fast-double-parser/build.gradle index 85c66e41..70134d15 100644 --- a/fast-double-parser/build.gradle +++ b/fast-double-parser/build.gradle @@ -11,7 +11,7 @@ dependencies { implementation 'ch.randelshofer:fastdoubleparser:0.9.0' testImplementation 'org.assertj:assertj-core:3.24.2' - testImplementation(platform('org.junit:junit-bom:5.10.0')) + testImplementation(platform('org.junit:junit-bom:5.10.1')) testImplementation 'org.junit.jupiter:junit-jupiter' }