|
63 | 63 | <!-- although our baseline version is 3.1, kafka connect below 3.8 is vulnerable to https://www.cve.org/CVERecord?id=CVE-2023-43642 --> |
64 | 64 | <!-- so we set the version to the first version that the vulnerability is resolved --> |
65 | 65 | <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> |
67 | 67 | <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> |
69 | 69 | <license-maven-plugin.version>5.0.0</license-maven-plugin.version> |
70 | 70 | <licensing-maven-plugin.version>1.7.12</licensing-maven-plugin.version> |
71 | 71 | <licensing.prepend.text>/license/neo4j_apache_v2/notice.txt</licensing.prepend.text> |
72 | 72 | <maven-clean-plugin.version>3.5.0</maven-clean-plugin.version> |
73 | 73 | <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> |
75 | 75 | <maven-deploy-plugin.version>3.1.4</maven-deploy-plugin.version> |
76 | 76 | <maven-enforcer-plugin.version>3.6.2</maven-enforcer-plugin.version> |
77 | 77 | <maven-failsafe-plugin.version>3.5.4</maven-failsafe-plugin.version> |
|
84 | 84 | <mockito.version>5.21.0</mockito.version> |
85 | 85 | <neo4j-cypher-dsl.version>2022.11.0</neo4j-cypher-dsl.version> |
86 | 86 | <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> |
88 | 88 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
89 | 89 | <!-- to match what is shipped with the Kafka Connect version used in our integration test environment --> |
90 | 90 | <protobuf.version>3.25.5</protobuf.version> |
|
0 commit comments