chore: upgrade dependencies

This commit is contained in:
Carl-Robert Linnupuu 2024-02-08 00:40:55 +02:00
parent 097f0914bf
commit 6b07de7f13
3 changed files with 7 additions and 7 deletions

View file

@ -60,12 +60,12 @@ dependencies {
implementation("org.apache.commons:commons-text:1.11.0")
implementation("com.knuddels:jtokkit:0.6.1")
testImplementation("org.assertj:assertj-core:3.25.2")
testImplementation("org.assertj:assertj-core:3.25.3")
testImplementation("org.awaitility:awaitility:4.2.0")
testImplementation("org.junit.jupiter:junit-jupiter-params:5.10.1")
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.10.1")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.1")
testRuntimeOnly("org.junit.vintage:junit-vintage-engine:5.10.1")
testImplementation("org.junit.jupiter:junit-jupiter-params:5.10.2")
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.10.2")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.2")
testRuntimeOnly("org.junit.vintage:junit-vintage-engine:5.10.2")
}
tasks.register<Exec>("updateSubmodules") {

View file

@ -8,5 +8,5 @@ repositories {
}
dependencies {
implementation("org.jetbrains.intellij.plugins", "gradle-intellij-plugin", "1.16.0")
implementation("org.jetbrains.intellij.plugins", "gradle-intellij-plugin", "1.17.0")
}

View file

@ -8,7 +8,7 @@ dependencies {
api("com.github.jelmerk:hnswlib-core:1.1.2")
api("com.github.jelmerk:hnswlib-utils:1.1.2")
implementation("org.antlr:antlr4-runtime:4.13.1")
implementation("org.json:json:20231013")
implementation("org.json:json:20240205")
}
tasks {