Skip to content

Commit

Permalink
Update dependencies (#629)
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-ince authored Jun 10, 2024
1 parent bd4d2cf commit 9fdaa09
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 24 deletions.
2 changes: 1 addition & 1 deletion kafka-connect-neo4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<confluent.connect.plugin.version>0.12.0</confluent.connect.plugin.version>
<mvn.assembly.plugin.version>3.1.0</mvn.assembly.plugin.version>
<kafka.connect.utils.version>0.7.177</kafka.connect.utils.version>
<google.guava.version>32.1.3-jre</google.guava.version>
<google.guava.version>33.2.1-jre</google.guava.version>
<maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
<connector.title>Neo4j Connector for Confluent</connector.title>
<connector.summary>
Expand Down
31 changes: 9 additions & 22 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,21 +49,21 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>11</java.version>
<kotlin.version>1.9.20</kotlin.version>
<kotlin.coroutines.version>1.7.3</kotlin.coroutines.version>
<neo4j.version>4.4.27</neo4j.version>
<kotlin.version>2.0.0</kotlin.version>
<kotlin.coroutines.version>1.8.1</kotlin.coroutines.version>
<neo4j.version>4.4.34</neo4j.version>
<!-- Version 3.4 is the minimal version introducing version for CVE-2023-25194 -->
<kafka.version>3.4.1</kafka.version>
<jackson.version>2.15.2</jackson.version>
<jackson.version>2.17.1</jackson.version>
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
<neo4j.java.driver.version>4.4.12</neo4j.java.driver.version>
<testcontainers.version>1.19.2</testcontainers.version>
<neo4j.java.driver.version>4.4.17</neo4j.java.driver.version>
<testcontainers.version>1.19.8</testcontainers.version>
<avro.version>1.11.3</avro.version>
<mockito.version>5.6.0</mockito.version>
<mockito.version>5.12.0</mockito.version>
<junit.version>4.13.2</junit.version>
<kafka.avro.serializer.version>5.2.2</kafka.avro.serializer.version>
<junit-jupiter.version>5.10.0</junit-jupiter.version>
<hamcrest.version>1.3</hamcrest.version>
<hamcrest.version>2.2</hamcrest.version>
<neo4j.configuration-lifecycle.version>ad59084711</neo4j.configuration-lifecycle.version>
<commons-lang3.version>3.14.0</commons-lang3.version>
</properties>
Expand Down Expand Up @@ -156,21 +156,8 @@

<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<artifactId>hamcrest</artifactId>
<version>${hamcrest.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<version>${hamcrest.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>
<version>${hamcrest.version}</version>
<scope>test</scope>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion test-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>
<artifactId>hamcrest</artifactId>
</dependency>
</dependencies>

Expand Down

0 comments on commit 9fdaa09

Please sign in to comment.