Skip to content

Commit e493f98

Browse files
committed
Update log4j version to 2.17.1
1 parent e42d441 commit e493f98

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

dependency-reduced-pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.github.splunk.kafka.connect</groupId>
55
<artifactId>splunk-kafka-connect</artifactId>
66
<name>splunk-kafka-connect</name>
7-
<version>v2.0.6</version>
7+
<version>v2.0.7</version>
88
<build>
99
<plugins>
1010
<plugin>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.github.splunk.kafka.connect</groupId>
88
<artifactId>splunk-kafka-connect</artifactId>
9-
<version>v2.0.6</version>
9+
<version>v2.0.7</version>
1010
<name>splunk-kafka-connect</name>
1111

1212
<properties>
@@ -114,7 +114,7 @@
114114
<dependency>
115115
<groupId>org.apache.logging.log4j</groupId>
116116
<artifactId>log4j-core</artifactId>
117-
<version>2.17.0</version>
117+
<version>2.17.1</version>
118118
<scope>compile</scope>
119119
</dependency>
120120

src/main/resources/version.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
githash=
22
gitbranch=release/2.0.x
3-
gitversion=v2.0.6
3+
gitversion=v2.0.7

0 commit comments

Comments
 (0)