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")