Skip to content

Commit 7121990

Browse files
authored
Merge branch 'main' into ai/add-eos-for-apoc-cdc
2 parents 17ab4d4 + 82046ce commit 7121990

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,15 @@
6363
<!-- although our baseline version is 3.1, kafka connect below 3.8 is vulnerable to https://www.cve.org/CVERecord?id=CVE-2023-43642 -->
6464
<!-- so we set the version to the first version that the vulnerability is resolved -->
6565
<kafka.version>3.8.1</kafka.version>
66-
<kotest-assertions-core-jvm.version>6.1.2</kotest-assertions-core-jvm.version>
66+
<kotest-assertions-core-jvm.version>6.1.3</kotest-assertions-core-jvm.version>
6767
<kotlin.coroutines.version>1.10.2</kotlin.coroutines.version>
68-
<kotlin.version>2.3.0</kotlin.version>
68+
<kotlin.version>2.3.10</kotlin.version>
6969
<license-maven-plugin.version>5.0.0</license-maven-plugin.version>
7070
<licensing-maven-plugin.version>1.7.12</licensing-maven-plugin.version>
7171
<licensing.prepend.text>/license/neo4j_apache_v2/notice.txt</licensing.prepend.text>
7272
<maven-clean-plugin.version>3.5.0</maven-clean-plugin.version>
7373
<maven-compiler-plugin.version>3.15.0</maven-compiler-plugin.version>
74-
<maven-dependency-plugin.version>3.9.0</maven-dependency-plugin.version>
74+
<maven-dependency-plugin.version>3.10.0</maven-dependency-plugin.version>
7575
<maven-deploy-plugin.version>3.1.4</maven-deploy-plugin.version>
7676
<maven-enforcer-plugin.version>3.6.2</maven-enforcer-plugin.version>
7777
<maven-failsafe-plugin.version>3.5.4</maven-failsafe-plugin.version>
@@ -84,7 +84,7 @@
8484
<mockito.version>5.21.0</mockito.version>
8585
<neo4j-cypher-dsl.version>2022.11.0</neo4j-cypher-dsl.version>
8686
<neo4j-java-driver.version>4.4.21</neo4j-java-driver.version>
87-
<netty.version>4.1.130.Final</netty.version>
87+
<netty.version>4.1.131.Final</netty.version>
8888
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
8989
<!-- to match what is shipped with the Kafka Connect version used in our integration test environment -->
9090
<protobuf.version>3.25.5</protobuf.version>

0 commit comments

Comments
 (0)