Skip to content

Commit 20b80bd

Browse files
dependabot[bot]Blarc
authored andcommitted
chore(deps): bump org.junit.jupiter:junit-jupiter-params
Bumps [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit-framework) from 5.13.2 to 5.13.3. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.2...r5.13.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-version: 5.13.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9603085 commit 20b80bd

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.2")
122-
testImplementation("org.junit.jupiter:junit-jupiter:5.13.2")
121+
testImplementation("org.junit.jupiter:junit-jupiter-params:5.13.3")
122+
testImplementation("org.junit.jupiter:junit-jupiter:5.13.3")
123123
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
124124
}

0 commit comments

Comments
 (0)