Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #17 from humio/sqj/1.1-bump-log4j
Browse files Browse the repository at this point in the history
Bump log4j and other dependencies
  • Loading branch information
soerenq authored Dec 23, 2021
2 parents 8e6fe33 + 38c1962 commit 4e8273f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
30 changes: 15 additions & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.humio.kafka.connect.hec</groupId>
<artifactId>kafka-connect-hec-sink</artifactId>
<version>1.1.1</version>
<version>1.1.2</version>
<packaging>jar</packaging>

<name>kafka-connect-hec-sink</name>
Expand All @@ -25,22 +25,22 @@

<properties>
<kafka.version>2.2.0</kafka.version>
<metrics.version>4.0.5</metrics.version>
<junit.jupiter.version>5.4.1</junit.jupiter.version>
<junit.vintage.version>5.4.1</junit.vintage.version>
<junit.platform.version>1.4.1</junit.platform.version>
<mockito.version>2.25.1</mockito.version>
<metrics.version>4.2.4</metrics.version>
<junit.jupiter.version>5.8.2</junit.jupiter.version>
<junit.vintage.version>5.8.2</junit.vintage.version>
<junit.platform.version>1.8.2</junit.platform.version>
<mockito.version>4.1.0</mockito.version>
<hamcrest.version>2.0.0.0</hamcrest.version>
<jacoco.plugin.version>0.8.3</jacoco.plugin.version>
<codacy.plugin.version>1.1.0</codacy.plugin.version>
<yaml.beans.version>1.13</yaml.beans.version>
<yaml.beans.version>1.15</yaml.beans.version>
<testcontainers.version>1.16.2</testcontainers.version>
<avro.version>1.8.2</avro.version>
<avro.version>1.11.0</avro.version>
<confluent.serializer.version>5.2.0</confluent.serializer.version>
<confluent.connect.plugin.version>0.11.1</confluent.connect.plugin.version>
<confluent.connect.plugin.version>0.12.0</confluent.connect.plugin.version>
<nexus.staging.maven.plugin.version>1.6.8</nexus.staging.maven.plugin.version>
<mvn.failsafe.plugin.version>2.22.1</mvn.failsafe.plugin.version>
<jackson.version>2.9.8</jackson.version>
<jackson.version>2.13.0</jackson.version>
<confluent.interceptors.version>5.2.1</confluent.interceptors.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand All @@ -57,7 +57,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-bom</artifactId>
<version>2.16.0</version>
<version>2.17.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -78,7 +78,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.1.7</version>
<version>1.2.7</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -89,12 +89,12 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-collections4</artifactId>
<version>4.1</version>
<version>4.4</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.0</version>
<version>2.8.9</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
Expand All @@ -107,7 +107,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.8</version>
<version>4.5.13</version>
</dependency>
<dependency>
<groupId>io.dropwizard.metrics</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ services:
ports:
- "18083:18083"
volumes:
- ../../../../target/kafka-connect-hec-sink-1.1.1-jar-with-dependencies.jar:/etc/kafka-connect/jars/kafka-connect-hec-sink/kafka-connect-hec-sink-1.0-SNAPSHOT-jar-with-dependencies.jar
- ../../../../target/kafka-connect-hec-sink-1.1.2-jar-with-dependencies.jar:/etc/kafka-connect/jars/kafka-connect-hec-sink/kafka-connect-hec-sink-1.0-SNAPSHOT-jar-with-dependencies.jar
environment:
CONNECT_BOOTSTRAP_SERVERS: 'kafkabroker:19092'
CONNECT_REST_ADVERTISED_HOST_NAME: kafkaconnect
Expand Down

0 comments on commit 4e8273f

Please sign in to comment.