Skip to content

Commit 816e711

Browse files
Bump Slf4j from 1.7.36 to 2.0.17 (#19136)
Signed-off-by: Andrey Pleskach <ples@aiven.io>
1 parent e417576 commit 816e711

37 files changed

+16
-46
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
3939
- Bump `1password/load-secrets-action` from 2 to 3 ([#19100](https://github.com/opensearch-project/OpenSearch/pull/19100))
4040
- Bump `com.nimbusds:nimbus-jose-jwt` from 10.3 to 10.4.2 ([#19099](https://github.com/opensearch-project/OpenSearch/pull/19099), [#19101](https://github.com/opensearch-project/OpenSearch/pull/19101))
4141
- Bump netty from 4.1.121.Final to 4.1.124.Final ([#19103](https://github.com/opensearch-project/OpenSearch/pull/19103))
42-
- Bump google cloud storage from 1.113.1 to 2.55.0 ([#4547](https://github.com/opensearch-project/OpenSearch/pull/4547))
42+
- Bump Google Cloud Storage SDK from 1.113.1 to 2.55.0 ([#18922](https://github.com/opensearch-project/OpenSearch/pull/18922))
4343
- Bump `com.google.auth:google-auth-library-oauth2-http` from 1.37.1 to 1.38.0 ([#19144](https://github.com/opensearch-project/OpenSearch/pull/19144))
4444
- Bump `com.squareup.okio:okio` from 3.15.0 to 3.16.0 ([#19146](https://github.com/opensearch-project/OpenSearch/pull/19146))
45+
- Bump Slf4j from 1.7.36 to 2.0.17 ([#19136](https://github.com/opensearch-project/OpenSearch/pull/19136))
4546

4647
### Deprecated
4748

client/rest/build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,6 @@ testingConventions {
105105
thirdPartyAudit {
106106
ignoreMissingClasses(
107107
'org.conscrypt.Conscrypt',
108-
'org.slf4j.impl.StaticLoggerBinder',
109-
'org.slf4j.impl.StaticMDCBinder',
110-
'org.slf4j.impl.StaticMarkerBinder',
111108
//commons-logging optional dependencies
112109
'org.apache.avalon.framework.logger.Logger',
113110
'org.apache.log.Hierarchy',

client/rest/licenses/slf4j-api-1.7.36.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
d9e58ac9c7779ba3bf8142aff6c830617a7fe60f

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ snakeyaml = "2.1"
1414
icu4j = "77.1"
1515
supercsv = "2.4.0"
1616
log4j = "2.21.0"
17-
slf4j = "1.7.36"
17+
slf4j = "2.0.17"
1818
asm = "9.7"
1919
jettison = "1.5.4"
2020
woodstox = "6.4.0"

plugins/arrow-flight-rpc/build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,6 @@ tasks.named('thirdPartyAudit').configure {
130130
'org.apache.commons.logging.Log',
131131
'org.apache.commons.logging.LogFactory',
132132

133-
'org.slf4j.impl.StaticLoggerBinder',
134-
'org.slf4j.impl.StaticMDCBinder',
135-
'org.slf4j.impl.StaticMarkerBinder',
136-
137133
// from Log4j (deliberate, Netty will fallback to Log4j 2)
138134
'org.apache.log4j.Level',
139135
'org.apache.log4j.Logger',

plugins/arrow-flight-rpc/licenses/slf4j-api-1.7.36.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
d9e58ac9c7779ba3bf8142aff6c830617a7fe60f

plugins/cache-ehcache/build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,6 @@ thirdPartyAudit {
7979
'org.osgi.framework.BundleActivator',
8080
'org.osgi.framework.BundleContext',
8181
'org.osgi.framework.ServiceReference',
82-
'org.slf4j.impl.StaticLoggerBinder',
83-
'org.slf4j.impl.StaticMDCBinder',
84-
'org.slf4j.impl.StaticMarkerBinder'
8582
)
8683
}
8784

plugins/cache-ehcache/licenses/slf4j-api-1.7.36.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)