We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aece3d commit 5a54c6bCopy full SHA for 5a54c6b
build.gradle.kts
@@ -110,7 +110,7 @@ dependencies {
110
implementation("dev.langchain4j:langchain4j-azure-open-ai")
111
112
// tests
113
- testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.0")
114
- testImplementation("org.junit.jupiter:junit-jupiter:5.11.0")
+ testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.1")
+ testImplementation("org.junit.jupiter:junit-jupiter:5.11.1")
115
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
116
}
0 commit comments