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'