From db20e767a56a668f446a8108e00652790e27a11f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 29 Jan 2023 10:28:38 +0000 Subject: [PATCH] Update dependency org.assertj:assertj-core to v3.24.2 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 4e3463f..7dde0e1 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -35,7 +35,7 @@ ksp-api = { module = "com.google.devtools.ksp:symbol-processing-api", version.re okio = "com.squareup.okio:okio:3.1.0" # Test libs -assertj = "org.assertj:assertj-core:3.11.1" +assertj = "org.assertj:assertj-core:3.24.2" junit = "junit:junit:4.13.2" kotlinCompileTesting = { module = "com.github.tschuchortdev:kotlin-compile-testing", version.ref = "kotlinCompileTesting" } kotlinCompileTesting-ksp = { module = "com.github.tschuchortdev:kotlin-compile-testing-ksp", version.ref ="kotlinCompileTesting" }