|
103 | 103 | <!-- Jetbrains annotations: dependency convergence requirement, we never use this directly --> |
104 | 104 | <version.lib.jetbrains.annotations>17.0.0</version.lib.jetbrains.annotations> |
105 | 105 | <version.lib.jgit>7.3.0.202506031305-r</version.lib.jgit> |
106 | | - <version.lib.junit>5.9.3</version.lib.junit> |
107 | | - <version.lib.junit-platform-testkit>1.11.3</version.lib.junit-platform-testkit> |
| 106 | + <version.lib.junit>5.14.1</version.lib.junit> |
108 | 107 | <version.lib.kafka>3.9.1</version.lib.kafka> |
109 | 108 | <!-- Kotlin: dependency convergence requirement, we never use this directly --> |
110 | 109 | <version.lib.kotlin>1.9.10</version.lib.kotlin> |
|
1250 | 1249 | <!-- END OF Section 3: transitive dependencies we manage the version of for convergence/upgrade --> |
1251 | 1250 |
|
1252 | 1251 | <!-- Section 4: Testing --> |
1253 | | - <dependency> |
1254 | | - <groupId>org.junit.jupiter</groupId> |
1255 | | - <artifactId>junit-jupiter-api</artifactId> |
1256 | | - <version>${version.lib.junit}</version> |
1257 | | - </dependency> |
1258 | | - <dependency> |
1259 | | - <groupId>org.junit.jupiter</groupId> |
1260 | | - <artifactId>junit-jupiter-params</artifactId> |
1261 | | - <version>${version.lib.junit}</version> |
1262 | | - </dependency> |
1263 | | - <dependency> |
1264 | | - <groupId>org.junit.jupiter</groupId> |
1265 | | - <artifactId>junit-jupiter-engine</artifactId> |
1266 | | - <version>${version.lib.junit}</version> |
1267 | | - </dependency> |
1268 | 1252 | <dependency> |
1269 | 1253 | <groupId>org.hamcrest</groupId> |
1270 | 1254 | <artifactId>hamcrest-all</artifactId> |
|
1275 | 1259 | <artifactId>hamcrest-core</artifactId> |
1276 | 1260 | <version>${version.lib.hamcrest}</version> |
1277 | 1261 | </dependency> |
1278 | | - <dependency> |
1279 | | - <groupId>org.junit.platform</groupId> |
1280 | | - <artifactId>junit-platform-testkit</artifactId> |
1281 | | - <version>${version.lib.junit-platform-testkit}</version> |
1282 | | - </dependency> |
1283 | 1262 | <dependency> |
1284 | 1263 | <groupId>org.testcontainers</groupId> |
1285 | 1264 | <artifactId>junit-jupiter</artifactId> |
|
1477 | 1456 | <type>pom</type> |
1478 | 1457 | <scope>import</scope> |
1479 | 1458 | </dependency> |
| 1459 | + <dependency> |
| 1460 | + <groupId>org.junit</groupId> |
| 1461 | + <artifactId>junit-bom</artifactId> |
| 1462 | + <version>${version.lib.junit}</version> |
| 1463 | + <type>pom</type> |
| 1464 | + <scope>import</scope> |
| 1465 | + </dependency> |
1480 | 1466 | <dependency> |
1481 | 1467 | <groupId>dev.langchain4j</groupId> |
1482 | 1468 | <artifactId>langchain4j-community-bom</artifactId> |
|
0 commit comments