Skip to content

Commit

Permalink
Bump commons-logging:commons-logging from 1.2 to 1.3.0 in /spark/core (
Browse files Browse the repository at this point in the history
…#376)

Bumps commons-logging:commons-logging from 1.2 to 1.3.0.

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
1 parent 25d22db commit 73b0745
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.2")
add(variant.configuration('implementation'), "commons-logging:commons-logging:1.3.0")

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.15.2")
Expand Down

0 comments on commit 73b0745

Please sign in to comment.