Skip to content

Commit 951b219

Browse files
dependabot[bot]Blarc
authored andcommitted
chore(deps): bump org.junit.jupiter:junit-jupiter from 5.12.2 to 5.13.0
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.12.2 to 5.13.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.12.2...r5.13.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 5.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 130119f commit 951b219

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
@@ -117,7 +117,7 @@ dependencies {
117117
implementation("dev.langchain4j:langchain4j-community-qianfan")
118118

119119
// tests
120-
testImplementation("org.junit.jupiter:junit-jupiter-params:5.12.2")
121-
testImplementation("org.junit.jupiter:junit-jupiter:5.12.2")
120+
testImplementation("org.junit.jupiter:junit-jupiter-params:5.13.0")
121+
testImplementation("org.junit.jupiter:junit-jupiter:5.13.0")
122122
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
123123
}

0 commit comments

Comments
 (0)