From 234140b4cd96794826e722f06a1e89f594991921 Mon Sep 17 00:00:00 2001 From: Ignat Beresnev Date: Thu, 27 Jan 2022 16:28:41 +0300 Subject: Update node-forge npm package (CVE-2022-0122) and assertk-jvm (#2334) --- core/content-matcher-test-utils/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/content-matcher-test-utils/build.gradle.kts b/core/content-matcher-test-utils/build.gradle.kts index 6439393a..07d4bed9 100644 --- a/core/content-matcher-test-utils/build.gradle.kts +++ b/core/content-matcher-test-utils/build.gradle.kts @@ -2,5 +2,5 @@ dependencies { implementation(project(":core:test-api")) implementation(kotlin("stdlib-jdk8")) implementation(kotlin("reflect")) - implementation("com.willowtreeapps.assertk:assertk-jvm:0.24") + implementation("com.willowtreeapps.assertk:assertk-jvm:0.25") } -- cgit