Skip to content

Commit 8f4c95e

Browse files
chore(deps): bump org.junit.jupiter:junit-jupiter from 6.1.0 to 6.1.1 (#133)
Bumps [org.junit.jupiter:junit-jupiter](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.jupiter:junit-jupiter dependency-version: 6.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6efe138 commit 8f4c95e

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
@@ -54,7 +54,7 @@ dependencies {
5454
implementation("de.exlll:configlib-yaml:4.8.1")
5555
runtimeOnly("org.snakeyaml:snakeyaml-engine:2.7")
5656

57-
testImplementation("org.junit.jupiter:junit-jupiter:6.1.0")
57+
testImplementation("org.junit.jupiter:junit-jupiter:6.1.1")
5858
testImplementation("io.papermc.paper:paper-api:1.21.11-R0.1-SNAPSHOT")
5959
testImplementation("dev.langchain4j:langchain4j-open-ai:${property("langchain4jVersion")}")
6060
testImplementation("dev.langchain4j:langchain4j-anthropic:${property("langchain4jVersion")}")

0 commit comments

Comments
 (0)