From 1594a11d792196bcf7429ca913bb62a8d114c17a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 15:36:51 -0500 Subject: [PATCH] [CORE-69]: Bump com.jfrog.artifactory from 4.32.0 to 5.2.5 (#235) Bumps com.jfrog.artifactory from 4.32.0 to 5.2.5. --- updated-dependencies: - dependency-name: com.jfrog.artifactory dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: David An --- client-resttemplate/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client-resttemplate/build.gradle b/client-resttemplate/build.gradle index c767a9c7..385aac50 100644 --- a/client-resttemplate/build.gradle +++ b/client-resttemplate/build.gradle @@ -3,7 +3,7 @@ plugins { id 'java-library' id 'maven-publish' - id 'com.jfrog.artifactory' version '4.32.0' + id 'com.jfrog.artifactory' version '5.2.5' id 'org.hidetake.swagger.generator' }