Skip to content

Commit

Permalink
Bump com.google.code.findbugs:jsr305 from 2.0.1 to 3.0.2 in /spark/sq…
Browse files Browse the repository at this point in the history
…l-13 (#93)

* Bump com.google.code.findbugs:jsr305 in /spark/sql-13

Bumps com.google.code.findbugs:jsr305 from 2.0.1 to 3.0.2.

---
updated-dependencies:
- dependency-name: com.google.code.findbugs:jsr305
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update changelog

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and dependabot[bot] committed Feb 14, 2023
1 parent 4eea742 commit 34b0b86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
### Dependencies
- Bumps `com.google.guava:guava` from 11.0 to 23.0
- Bumps `commons-codec:commons-codec` from 1.4 to 1.15
- Bumps `com.google.code.findbugs:jsr305` from 2.0.1 to 3.0.2


[Unreleased]: https://github.com/opensearch-project/opensearch-hadoop/compare/main...HEAD
2 changes: 1 addition & 1 deletion spark/sql-13/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ sparkVariants {
add(variant.configuration('implementation'), "org.apache.spark:spark-unsafe_${variant.scalaMajorVersion}:$variant.sparkVersion")
add(variant.configuration('implementation'), "org.apache.avro:avro:1.7.7")
add(variant.configuration('implementation'), "log4j:log4j:1.2.17")
add(variant.configuration('implementation'), "com.google.code.findbugs:jsr305:2.0.1")
add(variant.configuration('implementation'), "com.google.code.findbugs:jsr305:3.0.2")
add(variant.configuration('implementation'), "org.json4s:json4s-ast_2.10:3.2.10")
add(variant.configuration('implementation'), "com.esotericsoftware.kryo:kryo:2.21")
add(variant.configuration('compileOnly'), "org.apache.hadoop:hadoop-annotations:${project.ext.hadoopVersion}")
Expand Down

0 comments on commit 34b0b86

Please sign in to comment.