Skip to content

Commit

Permalink
Bump org.json4s:json4s-ast_2.10 from 3.2.10 to 3.6.12 in /spark/sql-13 (
Browse files Browse the repository at this point in the history
#58)

* Bump org.json4s:json4s-ast_2.10 from 3.2.10 to 3.6.12 in /spark/sql-13

Bumps [org.json4s:json4s-ast_2.10](https://github.com/json4s/json4s) from 3.2.10 to 3.6.12.
- [Release notes](https://github.com/json4s/json4s/releases)
- [Commits](json4s/json4s@v3.2.10...v3.6.12)

---
updated-dependencies:
- dependency-name: org.json4s:json4s-ast_2.10
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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>
Co-authored-by: Harsha Vamsi Kalluri <harshavamsi096@gmail.com>
  • Loading branch information
3 people committed Feb 8, 2023
1 parent 2c120ee commit dcc19d7
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 @@ -14,6 +14,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Bumps `commons-httpclient:commons-httpclient` from 3.0.1 to 3.1
- Bumps `org.apache.avro:avro` from 1.7.7 to 1.11.1
- Bumps `commons-codec:commons-codec` from 1.4 to 1.15
- Bumps `org.json4s:json4s-ast_2.10` from 3.2.10 to 3.6.12
- Bumps `com.fasterxml.jackson.core:jackson-databind` from 2.7.8 to 2.14.2


Expand Down
2 changes: 1 addition & 1 deletion spark/sql-13/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ sparkVariants {
add(variant.configuration('implementation'), "org.apache.avro:avro:1.11.1")
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'), "org.json4s:json4s-ast_2.10:3.2.10")
add(variant.configuration('implementation'), "org.json4s:json4s-ast_2.10:3.6.12")
add(variant.configuration('implementation'), "com.esotericsoftware.kryo:kryo:2.21")
add(variant.configuration('compileOnly'), "org.apache.hadoop:hadoop-annotations:${project.ext.hadoopVersion}")
add(variant.configuration('compileOnly'), "org.codehaus.jackson:jackson-core-asl:${project.ext.jacksonVersion}")
Expand Down

0 comments on commit dcc19d7

Please sign in to comment.