From b7badc01686cdaa1f31149e8f59699e27eeafb90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 19:31:22 +0000 Subject: [PATCH] Bump com.cloudinary:cloudinary-http45 from 1.38.0 to 1.39.0 Bumps [com.cloudinary:cloudinary-http45](https://github.com/cloudinary/cloudinary_java) from 1.38.0 to 1.39.0. - [Release notes](https://github.com/cloudinary/cloudinary_java/releases) - [Changelog](https://github.com/cloudinary/cloudinary_java/blob/master/CHANGELOG.md) - [Commits](https://github.com/cloudinary/cloudinary_java/compare/1.38.0...1.39.0) --- updated-dependencies: - dependency-name: com.cloudinary:cloudinary-http45 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index e8a0910..0b1f0f4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -59,7 +59,7 @@ dependencies { implementation("org.jsoup:jsoup:1.17.1") implementation("org.apache.pdfbox:pdfbox:3.0.0") implementation("me.xdrop:fuzzywuzzy:1.4.0") - implementation("com.cloudinary:cloudinary-http45:1.38.0") + implementation("com.cloudinary:cloudinary-http45:1.39.0") implementation("org.seleniumhq.selenium:selenium-java:$seleniumVersion") implementation("com.codeborne:phantomjsdriver:1.5.0") implementation("io.github.bonigarcia:webdrivermanager:4.4.3") // no PhantomJS driver in 5.x.x