From ecd22fab86656acca2b5e789ed75c4ee8bd3ffb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 10:05:43 +0000 Subject: [PATCH] build(deps): bump bcpkix-jdk18on from 1.71.1 to 1.72 Bumps [bcpkix-jdk18on](https://github.com/bcgit/bc-java) from 1.71.1 to 1.72. - [Release notes](https://github.com/bcgit/bc-java/releases) - [Changelog](https://github.com/bcgit/bc-java/blob/master/docs/releasenotes.html) - [Commits](https://github.com/bcgit/bc-java/commits) --- updated-dependencies: - dependency-name: org.bouncycastle:bcpkix-jdk18on dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index fd5c779..09e509b 100644 --- a/build.gradle +++ b/build.gradle @@ -43,7 +43,7 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-validation' implementation 'io.fabric8:kubernetes-client:6.1.1' implementation 'com.nimbusds:nimbus-jose-jwt:9.25.4' - implementation 'org.bouncycastle:bcpkix-jdk18on:1.71.1' + implementation 'org.bouncycastle:bcpkix-jdk18on:1.72' compileOnly 'org.projectlombok:lombok' developmentOnly 'org.springframework.boot:spring-boot-devtools'