Skip to content

Commit

Permalink
Merge pull request #311 from splunk/release/2.0.6
Browse files Browse the repository at this point in the history
fix for log4j
  • Loading branch information
chaitanyaphalak authored Dec 20, 2021
2 parents f2527e2 + 34723e2 commit c6ec2aa
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.5</version>
<version>v2.0.6</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.5</version>
<version>v2.0.6</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.16.0</version>
<version>2.17.0</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.5
gitversion=v2.0.6

0 comments on commit c6ec2aa

Please sign in to comment.