Skip to content

Commit

Permalink
Merge pull request #222 from manchicken/main
Browse files Browse the repository at this point in the history
Upgrading log4J per CVE-2021-44228
  • Loading branch information
fantavlik committed Dec 11, 2021
2 parents 82eabd9 + af151b2 commit f62497c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pom.xml
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>com.splunk.logging</groupId>
<artifactId>splunk-library-javalogging</artifactId>
<version>1.11.0</version>
<version>1.11.1</version>
<packaging>jar</packaging>

<name>Splunk Logging for Java</name>
Expand Down Expand Up @@ -215,14 +214,14 @@
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<scope>provided</scope>
<version>2.14.1</version>
<version>2.15.0</version>
</dependency>

<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<scope>provided</scope>
<version>2.14.1</version>
<version>2.15.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit f62497c

Please sign in to comment.