Skip to content

Commit 4a3b8bc

Browse files
dependabot[bot]Blarc
authored andcommitted
chore(deps): bump org.junit.jupiter:junit-jupiter-params
--- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-version: 5.13.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8a2d4ae commit 4a3b8bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ dependencies {
118118
implementation("dev.langchain4j:langchain4j-community-qianfan")
119119

120120
// tests
121-
testImplementation("org.junit.jupiter:junit-jupiter-params:5.13.3")
122-
testImplementation("org.junit.jupiter:junit-jupiter:5.13.3")
121+
testImplementation("org.junit.jupiter:junit-jupiter-params:5.13.4")
122+
testImplementation("org.junit.jupiter:junit-jupiter:5.13.4")
123123
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
124124
}

0 commit comments

Comments
 (0)