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 ` org.slf4j:slf4j-api ` from 2.0.17 to 2.0.18 ([ #776 ] ( https://github.com/opensearch-project/opensearch-hadoop/pull/776 ) )
7071
7172## [ 1.3.0]
7273### Added
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ sparkVariants {
6363 add(variant. configuration(' compileOnly' ), " com.fasterxml.jackson.core:jackson-annotations:2.21" )
6464 add(variant. configuration(' compileOnly' ), " com.google.guava:guava:23.0" )
6565 add(variant. configuration(' compileOnly' ), " com.google.protobuf:protobuf-java:4.34.1" )
66- add(variant. configuration(' compileOnly' ), " org.slf4j:slf4j-api:2.0.17 " )
66+ add(variant. configuration(' compileOnly' ), " org.slf4j:slf4j-api:2.0.18 " )
6767
6868 add(variant. configuration(' test' , ' implementation' ), project(" :test:shared" ))
6969 add(variant. configuration(' test' , ' implementation' ), " com.esotericsoftware.kryo:kryo:2.24.0" )
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ sparkVariants {
6565 add(variant. configuration(' implementation' ), " org.apache.spark:spark-streaming_${ variant.scalaMajorVersion} :$variant . sparkVersion " ) {
6666 exclude group : ' org.apache.hadoop'
6767 }
68- add(variant. configuration(' implementation' ), " org.slf4j:slf4j-api:2.0.17 " ) {
68+ add(variant. configuration(' implementation' ), " org.slf4j:slf4j-api:2.0.18 " ) {
6969 because ' spark exposes slf4j components in traits that we need to extend'
7070 }
7171 add(variant. configuration(' implementation' ), " commons-logging:commons-logging:1.3.6" )
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ sparkVariants {
6868 add(variant. configuration(' implementation' ), " org.apache.spark:spark-streaming_${ variant.scalaMajorVersion} :$variant . sparkVersion " ) {
6969 exclude group : ' org.apache.hadoop'
7070 }
71- add(variant. configuration(' implementation' ), " org.slf4j:slf4j-api:2.0.17 " ) {
71+ add(variant. configuration(' implementation' ), " org.slf4j:slf4j-api:2.0.18 " ) {
7272 because ' spark exposes slf4j components in traits that we need to extend'
7373 }
7474 add(variant. configuration(' implementation' ), " commons-logging:commons-logging:1.3.6" )
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ sparkVariants {
7878 add(variant. configuration(' implementation' ), " org.apache.spark:spark-streaming_${ variant.scalaMajorVersion} :$variant . sparkVersion " ) {
7979 exclude group : ' org.apache.hadoop'
8080 }
81- add(variant. configuration(' implementation' ), " org.slf4j:slf4j-api:2.0.17 " ) {
81+ add(variant. configuration(' implementation' ), " org.slf4j:slf4j-api:2.0.18 " ) {
8282 because ' spark exposes slf4j components in traits that we need to extend'
8383 }
8484 add(variant. configuration(' implementation' ), " commons-logging:commons-logging:1.3.6" )
You can’t perform that action at this time.
0 commit comments