Skip to content

Commit

Permalink
Update log4j version to 2.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ankit-splunk committed Jan 5, 2022
1 parent e42d441 commit e493f98
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.github.splunk.kafka.connect</groupId>
<artifactId>splunk-kafka-connect</artifactId>
<name>splunk-kafka-connect</name>
<version>v2.0.6</version>
<version>v2.0.7</version>
<build>
<plugins>
<plugin>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.github.splunk.kafka.connect</groupId>
<artifactId>splunk-kafka-connect</artifactId>
<version>v2.0.6</version>
<version>v2.0.7</version>
<name>splunk-kafka-connect</name>

<properties>
Expand Down Expand Up @@ -114,7 +114,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.17.0</version>
<version>2.17.1</version>
<scope>compile</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/version.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
githash=
gitbranch=release/2.0.x
gitversion=v2.0.6
gitversion=v2.0.7

0 comments on commit e493f98

Please sign in to comment.