From 61e35dae7ccba2f6bc1923de9dc646dd335c1fe1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 12:25:35 +0200 Subject: [PATCH] chore(deps): bump org.assertj:assertj-core from 3.24.2 to 3.25.2 (#341) Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.24.2 to 3.25.2. - [Release notes](https://github.com/assertj/assertj/releases) - [Commits](https://github.com/assertj/assertj/compare/assertj-build-3.24.2...assertj-build-3.25.2) --- updated-dependencies: - dependency-name: org.assertj:assertj-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index e2a4249d..ba28caa5 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -60,7 +60,7 @@ dependencies { implementation("org.apache.commons:commons-text:1.11.0") implementation("com.knuddels:jtokkit:0.6.1") - testImplementation("org.assertj:assertj-core:3.24.2") + testImplementation("org.assertj:assertj-core:3.25.2") testImplementation("org.awaitility:awaitility:4.2.0") testImplementation("org.junit.jupiter:junit-jupiter-params:5.10.1") testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.10.1")