Skip to content

Commit

Permalink
Bump commons-logging:commons-logging from 1.3.2 to 1.3.3 in /spark/core
Browse files Browse the repository at this point in the history
Bumps commons-logging:commons-logging from 1.3.2 to 1.3.3.

---
updated-dependencies:
- dependency-name: commons-logging:commons-logging
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 15, 2024
1 parent dfd7096 commit 1bbbaed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spark/core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ sparkVariants {
}

add(variant.configuration('implementation'), project(":opensearch-hadoop-mr"))
add(variant.configuration('implementation'), "commons-logging:commons-logging:1.3.2")
add(variant.configuration('implementation'), "commons-logging:commons-logging:1.3.3")

add(variant.configuration('compileOnly'), "com.fasterxml.jackson.module:jackson-module-scala_${variant.scalaMajorVersion}:2.9.10")
add(variant.configuration('compileOnly'), "com.fasterxml.jackson.core:jackson-annotations:2.17.2")
Expand Down

0 comments on commit 1bbbaed

Please sign in to comment.