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 251735f commit c2ff0a9Copy full SHA for c2ff0a9
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.1")
114
- testImplementation("org.junit.jupiter:junit-jupiter:5.11.1")
+ testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.2")
+ testImplementation("org.junit.jupiter:junit-jupiter:5.11.2")
115
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
116
}
0 commit comments