Skip to content

Commit d78fc91

Browse files
authored
deps: log4j 2.17.1 (#3422)
1 parent 0675ffb commit d78fc91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ limitations under the License.
6363
<slf4j.version>1.7.25</slf4j.version>
6464
<commons-logging.version>1.2</commons-logging.version>
6565
<jsr305.version>3.0.2</jsr305.version>
66-
<log4j2.version>2.17.0</log4j2.version>
66+
<log4j2.version>2.17.1</log4j2.version>
6767

6868
<!-- hbase dependency versions -->
6969
<hbase.version.1>1.4.12</hbase.version.1>
@@ -281,7 +281,7 @@ limitations under the License.
281281
<!-- ban all log4j 2.x deps with CVEs -->
282282
<bannedDependencies>
283283
<excludes>
284-
<exclude>org.apache.logging.log4j:*:[2.0-alpha1,2.16.0]</exclude>
284+
<exclude>org.apache.logging.log4j:*:[2.0-alpha1,2.17.0]</exclude>
285285
</excludes>
286286
</bannedDependencies>
287287
</rules>

0 commit comments

Comments
 (0)