From cf6950ef5d24721702a642222d6488135cc4e028 Mon Sep 17 00:00:00 2001 From: "fiodar.rekish" Date: Tue, 21 Feb 2023 12:37:00 +0400 Subject: [PATCH] updated bom to 4.2.0 --- README.md | 2 +- build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 803dcb0..b089f72 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ spec: + bintray switched to **sonatype** + Migrated to `th2-codec` core part. Uses the standard configuration format and pins for th2-codec -+ Updated `bom`: `3.1.0` -> `4.1.0` ++ Updated `bom`: `3.1.0` -> `4.2.0` + Updated `common`: `3.37.1` -> `3.44.0` ### 3.2.1 diff --git a/build.gradle b/build.gradle index 99df74d..52cd330 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ plugins { id 'java-library' id 'application' id 'com.palantir.docker' version '0.25.0' - id "org.owasp.dependencycheck" version "7.4.4" + id "org.owasp.dependencycheck" version "8.1.0" } dependencyCheck { @@ -59,7 +59,7 @@ jar { } dependencies { - api platform('com.exactpro.th2:bom:4.1.0') + api platform('com.exactpro.th2:bom:4.2.0') implementation 'com.exactpro.th2:common:5.1.0-dev-version-5-4085018593-8adee33-SNAPSHOT' implementation 'com.exactpro.th2:codec:5.0.1-dev-version-5-4162018353-c0c279d-SNAPSHOT'