File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,13 @@ dependencies {
1919 api(" dev.langchain4j:langchain4j-mistral-ai" )
2020 api(" dev.langchain4j:langchain4j-open-ai" )
2121 api(enforcedPlatform(" io.zonky.test.postgres:embedded-postgres-binaries-bom:17.6.0" ))
22+
23+ api(platform(" org.junit:junit-bom:6.0.0" ))
24+ api(" org.junit.jupiter:junit-jupiter-api" )
25+ api(" org.junit.jupiter:junit-jupiter-params" )
26+ api(" org.junit.jupiter:junit-jupiter" )
27+ api(" org.junit.platform:junit-platform-launcher" )
28+
2229}
2330
2431dependencies.constraints {
@@ -128,10 +135,6 @@ dependencies.constraints {
128135 api(" org.jooq:jool:0.9.15" )
129136 api(" org.jsoup:jsoup:1.20.1" )
130137 api(" org.jspecify:jspecify:1.0.0" )
131- api(" org.junit.jupiter:junit-jupiter-api:6.0.0" )
132- api(" org.junit.jupiter:junit-jupiter-params:6.0.0" )
133- api(" org.junit.jupiter:junit-jupiter:6.0.0" )
134- api(" org.junit.platform:junit-platform-launcher:6.0.0" )
135138 api(" org.kordamp.ikonli:ikonli-javafx:12.4.0" )
136139 api(" org.kordamp.ikonli:ikonli-materialdesign2-pack:12.4.0" )
137140 api(" org.libreoffice:libreoffice:24.8.4" )
You can’t perform that action at this time.
0 commit comments