File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6767- Bumps ` software.amazon.awssdk:auth ` from 2.34.5 to 2.42.0
6868- Bumps ` software.amazon.awssdk:utils ` from 2.38.2 to 2.42.4
6969- Bumps ` software.amazon.awssdk:http-client-spi ` from 2.39.6 to 2.40.3
70+ - Bumps ` com.fasterxml.jackson.core:jackson-databind ` from 2.21.1 to 2.21.4 ([ #778 ] ( https://github.com/opensearch-project/opensearch-hadoop/pull/778 ) )
7071
7172## [ 1.3.0]
7273### Added
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ dependencies {
4242 testImplementation(" org.apache.hive:hive-jdbc:$hiveVersion " ) {
4343 exclude module : " log4j-slf4j-impl"
4444 }
45- testImplementation(" com.fasterxml.jackson.core:jackson-databind:2.21.3 " )
45+ testImplementation(" com.fasterxml.jackson.core:jackson-databind:2.21.4 " )
4646
4747 itestImplementation(project(" :test:shared" ))
4848 itestImplementation(" org.apache.hive:hive-service:$hiveVersion " ) {
@@ -52,7 +52,7 @@ dependencies {
5252 exclude module : " log4j-slf4j-impl"
5353 }
5454 itestImplementation(" org.apache.tez:tez-dag:0.9.2" )
55- itestImplementation(" com.fasterxml.jackson.core:jackson-databind:2.21.3 " )
55+ itestImplementation(" com.fasterxml.jackson.core:jackson-databind:2.21.4 " )
5656
5757 additionalSources(project(" :opensearch-hadoop-mr" ))
5858 javadocSources(project(" :opensearch-hadoop-mr" ))
You can’t perform that action at this time.
0 commit comments