From 56e64c6b2dcf30ba112be41c9263a9d642def29d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 07:37:43 -0700 Subject: [PATCH] Bump org.junit:junit-bom from 5.11.1 to 5.11.3 (#213) Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.11.1 to 5.11.3. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.1...r5.11.3) --- 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 58f4ebd6..0ee0f1af 100644 --- a/build.gradle +++ b/build.gradle @@ -43,7 +43,7 @@ dependencies { testCompileOnly 'org.jetbrains:annotations:25.0.0' testImplementation 'org.assertj:assertj-core:3.26.3' - testImplementation(platform('org.junit:junit-bom:5.11.1')) + testImplementation(platform('org.junit:junit-bom:5.11.3')) testImplementation 'org.junit.jupiter:junit-jupiter' jmh 'com.fasterxml.jackson.dataformat:jackson-dataformat-csv:2.18.0' diff --git a/fast-double-parser/build.gradle b/fast-double-parser/build.gradle index 8515f435..8f52b0e0 100644 --- a/fast-double-parser/build.gradle +++ b/fast-double-parser/build.gradle @@ -11,7 +11,7 @@ dependencies { implementation 'ch.randelshofer:fastdoubleparser:1.0.1' testImplementation 'org.assertj:assertj-core:3.26.3' - testImplementation(platform('org.junit:junit-bom:5.11.1')) + testImplementation(platform('org.junit:junit-bom:5.11.3')) testImplementation 'org.junit.jupiter:junit-jupiter' }