Skip to content

Commit 772f543

Browse files
authored
Release 1.4.0 (#116)
* update dependencies for maven and gradle builds * switch back to 0.11.1 for confluent connect plugin * version bump * raise docker image versions for compose e2e tests setup
1 parent b2dbb58 commit 772f543

File tree

3 files changed

+38
-38
lines changed

3 files changed

+38
-38
lines changed

build.gradle

+12-12
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'maven'
33
apply plugin: 'com.github.johnrengelman.shadow'
44

55
group = 'at.grahsl.kafka.connect'
6-
version = '1.3.2-SNAPSHOT'
6+
version = '1.4.0'
77

88
description = """kafka-connect-mongodb"""
99

@@ -49,19 +49,19 @@ repositories {
4949
}
5050

5151
ext {
52-
kafkaVersion='2.2.0'
53-
mongodbDriverVersion='3.11.0'
52+
kafkaVersion='2.4.0'
53+
mongodbDriverVersion='3.12.0'
5454
logbackVersion='1.2.3'
55-
jacksonVersion='2.9.8'
56-
confluentSerializerVersion='5.2.0'
57-
confluentConnectPluginVersion='0.11.1'
58-
junitJupiterVersion='5.4.1'
59-
junitPlatformVersion='1.4.1'
55+
jacksonVersion='2.10.1'
56+
confluentSerializerVersion='5.3.2'
57+
confluentConnectPluginVersion='0.11.2'
58+
junitJupiterVersion='5.5.2'
59+
junitPlatformVersion='1.5.2'
6060
hamcrestVersion='2.0.0.0'
61-
mockitoVersion='2.25.1'
62-
testcontainersVersion='1.11.1'
63-
avroVersion='1.8.2'
64-
okHttpVersion='3.14.0'
61+
mockitoVersion='3.2.4'
62+
testcontainersVersion='1.12.3'
63+
avroVersion='1.9.1'
64+
okHttpVersion='3.14.4'
6565
yamlBeansVersion='1.13'
6666
}
6767

pom.xml

+21-21
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>at.grahsl.kafka.connect</groupId>
66
<artifactId>kafka-connect-mongodb</artifactId>
7-
<version>1.3.2-SNAPSHOT</version>
7+
<version>1.4.0</version>
88
<packaging>jar</packaging>
99

1010
<name>kafka-connect-mongodb</name>
@@ -40,32 +40,32 @@
4040
</issueManagement>
4141

4242
<properties>
43-
<kafka.version>2.2.0</kafka.version>
44-
<mongodb.driver.version>3.11.0</mongodb.driver.version>
43+
<kafka.version>2.4.0</kafka.version>
44+
<mongodb.driver.version>3.12.0</mongodb.driver.version>
4545
<logback.version>1.2.3</logback.version>
46-
<junit.jupiter.version>5.4.1</junit.jupiter.version>
47-
<junit.vintage.version>5.4.1</junit.vintage.version>
48-
<junit.platform.version>1.4.1</junit.platform.version>
49-
<mockito.version>2.25.1</mockito.version>
46+
<junit.jupiter.version>5.5.2</junit.jupiter.version>
47+
<junit.vintage.version>5.5.2</junit.vintage.version>
48+
<junit.platform.version>1.5.2</junit.platform.version>
49+
<mockito.version>3.2.4</mockito.version>
5050
<hamcrest.version>2.0.0.0</hamcrest.version>
51-
<jackson.version>2.9.8</jackson.version>
52-
<jacoco.plugin.version>0.8.3</jacoco.plugin.version>
53-
<codacy.plugin.version>1.1.0</codacy.plugin.version>
54-
<mvn.jar.plugin.version>3.1.1</mvn.jar.plugin.version>
55-
<mvn.compiler.plugin.version>3.8.0</mvn.compiler.plugin.version>
56-
<mvn.assembly.plugin.version>3.1.1</mvn.assembly.plugin.version>
57-
<mvn.failsafe.plugin.version>2.22.1</mvn.failsafe.plugin.version>
51+
<jackson.version>2.10.1</jackson.version>
52+
<jacoco.plugin.version>0.8.5</jacoco.plugin.version>
53+
<codacy.plugin.version>1.2.0</codacy.plugin.version>
54+
<mvn.jar.plugin.version>3.2.0</mvn.jar.plugin.version>
55+
<mvn.compiler.plugin.version>3.8.1</mvn.compiler.plugin.version>
56+
<mvn.assembly.plugin.version>3.2.0</mvn.assembly.plugin.version>
57+
<mvn.failsafe.plugin.version>2.22.2</mvn.failsafe.plugin.version>
5858
<skip.integration.test>false</skip.integration.test>
59-
<testcontainers.version>1.11.1</testcontainers.version>
60-
<avro.version>1.8.2</avro.version>
61-
<confluent.serializer.version>5.2.0</confluent.serializer.version>
59+
<testcontainers.version>1.12.3</testcontainers.version>
60+
<avro.version>1.9.1</avro.version>
61+
<confluent.serializer.version>5.3.2</confluent.serializer.version>
6262
<confluent.connect.plugin.version>0.11.1</confluent.connect.plugin.version>
63-
<ok.http.version>3.14.0</ok.http.version>
63+
<ok.http.version>3.14.4</ok.http.version>
6464
<yaml.beans.version>1.13</yaml.beans.version>
65-
<apache.commonslang3.version>3.8.1</apache.commonslang3.version>
65+
<apache.commonslang3.version>3.9</apache.commonslang3.version>
6666
<nexus.staging.maven.plugin.version>1.6.8</nexus.staging.maven.plugin.version>
67-
<maven.source.plugin.version>3.0.1</maven.source.plugin.version>
68-
<maven.javadoc.plugin.version>3.1.0</maven.javadoc.plugin.version>
67+
<maven.source.plugin.version>3.2.1</maven.source.plugin.version>
68+
<maven.javadoc.plugin.version>3.1.1</maven.javadoc.plugin.version>
6969
<maven.gpg.plugin.version>1.6</maven.gpg.plugin.version>
7070
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
7171
</properties>

src/test/resources/docker/compose-env.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
version: '2'
33
services:
44
mongodb:
5-
image: mongo:4.0.8
5+
image: mongo:4.2.2
66
hostname: mongodb
77
ports:
88
- "27017:27017"
99

1010
zookeeper:
11-
image: confluentinc/cp-zookeeper:5.2.0
11+
image: confluentinc/cp-zookeeper:5.3.2
1212
hostname: zookeeper
1313
ports:
1414
- "2181:2181"
@@ -17,7 +17,7 @@ services:
1717
ZOOKEEPER_TICK_TIME: 2000
1818

1919
kafkabroker:
20-
image: confluentinc/cp-kafka:5.2.0
20+
image: confluentinc/cp-kafka:5.3.2
2121
hostname: kafkabroker
2222
depends_on:
2323
- zookeeper
@@ -31,7 +31,7 @@ services:
3131
KAFKA_GROUP_INITIAL_REBALANCE_DELAY_MS: 0
3232

3333
schemaregistry:
34-
image: confluentinc/cp-schema-registry:5.2.0
34+
image: confluentinc/cp-schema-registry:5.3.2
3535
hostname: schemaregistry
3636
depends_on:
3737
- zookeeper
@@ -43,7 +43,7 @@ services:
4343
SCHEMA_REGISTRY_KAFKASTORE_CONNECTION_URL: 'zookeeper:2181'
4444

4545
kafkaconnect:
46-
image: confluentinc/cp-kafka-connect:5.2.0
46+
image: confluentinc/cp-kafka-connect:5.3.2
4747
hostname: kafkaconnect
4848
depends_on:
4949
- zookeeper

0 commit comments

Comments
 (0)