Skip to content

Commit afac5d1

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/junit5) from 5.12.1 to 5.12.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.12.1...r5.12.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-version: 5.12.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 89b11f9 commit afac5d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ dependencies {
114114
implementation("dev.langchain4j:langchain4j-github-models")
115115
implementation("dev.langchain4j:langchain4j-mistral-ai")
116116
// tests
117-
testImplementation("org.junit.jupiter:junit-jupiter-params:5.12.1")
117+
testImplementation("org.junit.jupiter:junit-jupiter-params:5.12.2")
118118
testImplementation("org.junit.jupiter:junit-jupiter:5.12.1")
119119
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
120120
}

0 commit comments

Comments
 (0)