Skip to content

Commit 3054f9a

Browse files
dependabot[bot]Blarc
authored andcommitted
chore(deps): bump org.junit.jupiter:junit-jupiter from 5.10.2 to 5.10.3
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.10.2 to 5.10.3. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.10.2...r5.10.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5e51a0f commit 3054f9a

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
@@ -131,7 +131,7 @@ dependencies {
131131
// implementation("dev.langchain4j:langchain4j-local-ai:0.28.0")
132132

133133
// tests
134-
testImplementation("org.junit.jupiter:junit-jupiter-params:5.10.2")
135-
testImplementation("org.junit.jupiter:junit-jupiter:5.10.2")
134+
testImplementation("org.junit.jupiter:junit-jupiter-params:5.10.3")
135+
testImplementation("org.junit.jupiter:junit-jupiter:5.10.3")
136136
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
137137
}

0 commit comments

Comments
 (0)