Skip to content

Commit 6e30496

Browse files
dependabot[bot]Blarc
authored andcommitted
chore(deps): bump org.junit.jupiter:junit-jupiter from 5.12.1 to 5.12.2
Bumps [org.junit.jupiter:junit-jupiter](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 dependency-version: 5.12.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent afac5d1 commit 6e30496

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
@@ -115,6 +115,6 @@ dependencies {
115115
implementation("dev.langchain4j:langchain4j-mistral-ai")
116116
// tests
117117
testImplementation("org.junit.jupiter:junit-jupiter-params:5.12.2")
118-
testImplementation("org.junit.jupiter:junit-jupiter:5.12.1")
118+
testImplementation("org.junit.jupiter:junit-jupiter:5.12.2")
119119
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
120120
}

0 commit comments

Comments
 (0)