|
49 | 49 | <properties> |
50 | 50 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
51 | 51 | <java.version>11</java.version> |
52 | | - <kotlin.version>1.9.20</kotlin.version> |
53 | | - <kotlin.coroutines.version>1.7.3</kotlin.coroutines.version> |
54 | | - <neo4j.version>4.4.27</neo4j.version> |
| 52 | + <kotlin.version>2.0.0</kotlin.version> |
| 53 | + <kotlin.coroutines.version>1.8.1</kotlin.coroutines.version> |
| 54 | + <neo4j.version>4.4.34</neo4j.version> |
55 | 55 | <!-- Version 3.4 is the minimal version introducing version for CVE-2023-25194 --> |
56 | 56 | <kafka.version>3.4.1</kafka.version> |
57 | | - <jackson.version>2.15.2</jackson.version> |
| 57 | + <jackson.version>2.17.1</jackson.version> |
58 | 58 | <kotlin.compiler.incremental>true</kotlin.compiler.incremental> |
59 | | - <neo4j.java.driver.version>4.4.12</neo4j.java.driver.version> |
60 | | - <testcontainers.version>1.19.2</testcontainers.version> |
| 59 | + <neo4j.java.driver.version>4.4.17</neo4j.java.driver.version> |
| 60 | + <testcontainers.version>1.19.8</testcontainers.version> |
61 | 61 | <avro.version>1.11.3</avro.version> |
62 | | - <mockito.version>5.6.0</mockito.version> |
| 62 | + <mockito.version>5.12.0</mockito.version> |
63 | 63 | <junit.version>4.13.2</junit.version> |
64 | 64 | <kafka.avro.serializer.version>5.2.2</kafka.avro.serializer.version> |
65 | 65 | <junit-jupiter.version>5.10.0</junit-jupiter.version> |
66 | | - <hamcrest.version>1.3</hamcrest.version> |
| 66 | + <hamcrest.version>2.2</hamcrest.version> |
67 | 67 | <neo4j.configuration-lifecycle.version>ad59084711</neo4j.configuration-lifecycle.version> |
68 | 68 | <commons-lang3.version>3.14.0</commons-lang3.version> |
69 | 69 | </properties> |
|
156 | 156 |
|
157 | 157 | <dependency> |
158 | 158 | <groupId>org.hamcrest</groupId> |
159 | | - <artifactId>hamcrest-core</artifactId> |
| 159 | + <artifactId>hamcrest</artifactId> |
160 | 160 | <version>${hamcrest.version}</version> |
161 | | - <scope>test</scope> |
162 | | - </dependency> |
163 | | - <dependency> |
164 | | - <groupId>org.hamcrest</groupId> |
165 | | - <artifactId>hamcrest-library</artifactId> |
166 | | - <version>${hamcrest.version}</version> |
167 | | - <scope>test</scope> |
168 | | - </dependency> |
169 | | - <dependency> |
170 | | - <groupId>org.hamcrest</groupId> |
171 | | - <artifactId>hamcrest-all</artifactId> |
172 | | - <version>${hamcrest.version}</version> |
173 | | - <scope>test</scope> |
174 | 161 | </dependency> |
175 | 162 |
|
176 | 163 | <dependency> |
|
0 commit comments