From be3cbcc7cd99d68232f58ec5fd0b0e5d54c3dc96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 10:20:25 +0000 Subject: [PATCH] Bump io.github.pixee:java-security-toolkit from 1.2.0 to 1.2.1 Bumps [io.github.pixee:java-security-toolkit](https://github.com/pixee/java-security-toolkit) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/pixee/java-security-toolkit/releases) - [Commits](https://github.com/pixee/java-security-toolkit/compare/v1.2.0...1.2.1) --- updated-dependencies: - dependency-name: io.github.pixee:java-security-toolkit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ff22d976025..788760702e7 100644 --- a/build.gradle +++ b/build.gradle @@ -280,7 +280,7 @@ dependencies { //security updates implementation "org.springframework:spring-webmvc:6.2.0" - implementation("io.github.pixee:java-security-toolkit:1.2.0") + implementation("io.github.pixee:java-security-toolkit:1.2.1") // implementation "org.yaml:snakeyaml:2.2" implementation 'com.github.Carleslc.Simple-YAML:Simple-Yaml:1.8.4'