From 8f7153b28b3d3b74d70f22c22da00f1372a85cea Mon Sep 17 00:00:00 2001 From: Jacoco Coverage Update Action Date: Tue, 20 Jun 2023 18:56:18 +0000 Subject: [PATCH 1/2] Autogenerated JaCoCo coverage badge --- .github/badges/jacoco.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/badges/jacoco.svg b/.github/badges/jacoco.svg index 2bbd770..a3b5f29 100644 --- a/.github/badges/jacoco.svg +++ b/.github/badges/jacoco.svg @@ -1 +1 @@ -coverage83.8% \ No newline at end of file +coverage82.8% \ No newline at end of file From 073abe4e51b331d54380d2e501f8888972ea1ea6 Mon Sep 17 00:00:00 2001 From: Arshan Dabirsiaghi Date: Tue, 20 Jun 2023 15:37:49 -0400 Subject: [PATCH 2/2] update docs to use new ver --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index be99a78..3b71dfe 100644 --- a/README.md +++ b/README.md @@ -35,12 +35,12 @@ In Maven: io.github.pixee java-security-toolkit - 1.0.3 + 1.0.4 ``` In Gradle: ```kotlin -implementation("io.github.pixee:java-security-toolkit:1.0.3") +implementation("io.github.pixee:java-security-toolkit:1.0.4") ``` ## Contributing