Skip to content

Commit d47931e

Browse files
Bumps commons-logging to 1.3.5 (#20156)
1 parent 2b6d266 commit d47931e

31 files changed

+49
-16
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
136136
- Bump `com.google.api:api-common` from 2.52.0 to 2.55.1 ([#20083](https://github.com/opensearch-project/OpenSearch/pull/20083))
137137
- Bump `actions/upload-artifact` from 4 to 5 ([#20081](https://github.com/opensearch-project/OpenSearch/pull/20081))
138138
- Bump `com.nimbusds:nimbus-jose-jwt` from 10.5 to 10.6 ([#20084](https://github.com/opensearch-project/OpenSearch/pull/20084))
139+
- Bump `commons-logging` from 1.2 to 1.3.5 ([#20156](https://github.com/opensearch-project/OpenSearch/pull/20156))
139140

140141
### Deprecated
141142
- Deprecated existing constructors in ThreadPoolStats.Stats in favor of the new Builder ([#19317](https://github.com/opensearch-project/OpenSearch/pull/19317))

client/rest/build.gradle

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,16 @@ thirdPartyAudit {
112112
'org.apache.log4j.Level',
113113
'org.apache.log4j.Logger',
114114
'org.apache.log4j.Priority',
115+
'org.apache.logging.log4j.Level',
116+
'org.apache.logging.log4j.LogManager',
117+
'org.apache.logging.log4j.Marker',
118+
'org.apache.logging.log4j.MarkerManager',
119+
'org.apache.logging.log4j.spi.AbstractLoggerAdapter',
120+
'org.apache.logging.log4j.spi.ExtendedLogger',
121+
'org.apache.logging.log4j.spi.LoggerAdapter',
122+
'org.apache.logging.log4j.spi.LoggerContext',
123+
'org.apache.logging.log4j.spi.LoggerContextFactory',
124+
'org.apache.logging.log4j.util.StackLocatorUtil',
115125
//commons-logging provided dependencies
116126
'javax.servlet.ServletContextEvent',
117127
'javax.servlet.ServletContextListener',

client/rest/licenses/commons-logging-1.2.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+
a3fcc5d3c29b2b03433aa2d2f2d2c1b1638924a1

client/sniffer/build.gradle

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,16 @@ thirdPartyAudit.ignoreMissingClasses(
101101
'org.apache.log4j.Level',
102102
'org.apache.log4j.Logger',
103103
'org.apache.log4j.Priority',
104+
'org.apache.logging.log4j.Level',
105+
'org.apache.logging.log4j.LogManager',
106+
'org.apache.logging.log4j.Marker',
107+
'org.apache.logging.log4j.MarkerManager',
108+
'org.apache.logging.log4j.spi.AbstractLoggerAdapter',
109+
'org.apache.logging.log4j.spi.ExtendedLogger',
110+
'org.apache.logging.log4j.spi.LoggerAdapter',
111+
'org.apache.logging.log4j.spi.LoggerContext',
112+
'org.apache.logging.log4j.spi.LoggerContextFactory',
113+
'org.apache.logging.log4j.util.StackLocatorUtil',
104114
//commons-logging provided dependencies
105115
'javax.servlet.ServletContextEvent',
106116
'javax.servlet.ServletContextListener'

client/sniffer/licenses/commons-logging-1.2.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+
a3fcc5d3c29b2b03433aa2d2f2d2c1b1638924a1

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ httpcore5 = "5.3.4"
4949
httpclient = "4.5.14"
5050
httpcore = "4.4.16"
5151
httpasyncclient = "4.1.5"
52-
commonslogging = "1.2"
52+
commonslogging = "1.3.5"
5353
commonscodec = "1.18.0"
5454
commonslang = "3.18.0"
5555
commonscompress = "1.28.0"

plugins/crypto-kms/licenses/commons-logging-1.2.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+
a3fcc5d3c29b2b03433aa2d2f2d2c1b1638924a1

0 commit comments

Comments
 (0)