We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2527e2 commit 9f6dfe7Copy full SHA for 9f6dfe7
dependency-reduced-pom.xml
@@ -4,7 +4,7 @@
4
<groupId>com.github.splunk.kafka.connect</groupId>
5
<artifactId>splunk-kafka-connect</artifactId>
6
<name>splunk-kafka-connect</name>
7
- <version>v2.0.5</version>
+ <version>v2.0.6</version>
8
<build>
9
<plugins>
10
<plugin>
pom.xml
@@ -114,7 +114,7 @@
114
<dependency>
115
<groupId>org.apache.logging.log4j</groupId>
116
<artifactId>log4j-core</artifactId>
117
- <version>2.16.0</version>
+ <version>2.17.0</version>
118
<scope>compile</scope>
119
</dependency>
120
src/main/resources/version.properties
@@ -1,3 +1,3 @@
1
githash=
2
gitbranch=release/2.0.x
3
-gitversion=v2.0.5
+gitversion=v2.0.6
0 commit comments