Skip to content

Commit 5f393b1

Browse files
chore(deps): bump org.junit.platform:junit-platform-launcher
Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit-framework) from 6.1.0 to 6.1.1. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r6.1.0...r6.1.1) --- updated-dependencies: - dependency-name: org.junit.platform:junit-platform-launcher dependency-version: 6.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2aace0d commit 5f393b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

paper/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ dependencies {
5959
testImplementation("dev.langchain4j:langchain4j-open-ai:${property("langchain4jVersion")}")
6060
testImplementation("dev.langchain4j:langchain4j-anthropic:${property("langchain4jVersion")}")
6161
testImplementation("dev.langchain4j:langchain4j-http-client-jdk:${property("langchain4jVersion")}")
62-
testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.1.0")
62+
testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.1.1")
6363

6464
add(jmh.implementationConfigurationName, "org.openjdk.jmh:jmh-core:${property("jmhVersion")}")
6565
add(jmh.annotationProcessorConfigurationName, "org.openjdk.jmh:jmh-generator-annprocess:${property("jmhVersion")}")

0 commit comments

Comments
 (0)