From 388447604a0a5e115c2f6052f5904fc6c1f13bd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 07:57:22 -0500 Subject: [PATCH] Bump com.diffplug.spotless from 6.24.0 to 6.25.0 in /java-client (#828) * Bump com.diffplug.spotless from 6.24.0 to 6.25.0 in /java-client Bumps com.diffplug.spotless from 6.24.0 to 6.25.0. --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Update changelog Signed-off-by: dependabot[bot] --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] --- CHANGELOG.md | 2 +- java-client/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc76158a50..b936050dc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### Dependencies - Bumps `io.github.classgraph:classgraph` from 4.8.163 to 4.8.165 - Bumps `org.owasp.dependencycheck` from 8.4.2 to 9.0.9 -- Bumps `com.diffplug.spotless` from 6.22.0 to 6.24.0 +- Bumps `com.diffplug.spotless` from 6.22.0 to 6.25.0 - Bumps `org.apache.httpcomponents.core5:httpcore5-h2` from 5.2.3 to 5.2.4 - Bumps `org.apache.httpcomponents.client5:httpclient5` from 5.2.1 to 5.3.1 - Bumps `org.apache.httpcomponents.core5:httpcore5` from 5.2.3 to 5.2.4 diff --git a/java-client/build.gradle.kts b/java-client/build.gradle.kts index d55831b329..8e4c740f22 100644 --- a/java-client/build.gradle.kts +++ b/java-client/build.gradle.kts @@ -53,7 +53,7 @@ plugins { `maven-publish` id("com.github.jk1.dependency-license-report") version "2.5" id("org.owasp.dependencycheck") version "9.0.9" - id("com.diffplug.spotless") version "6.24.0" + id("com.diffplug.spotless") version "6.25.0" } apply(plugin = "opensearch.repositories") apply(plugin = "org.owasp.dependencycheck")