Skip to content

Commit c2ff0a9

Browse files
dependabot[bot]Blarc
authored andcommitted
chore(deps): bump org.junit.jupiter:junit-jupiter from 5.11.1 to 5.11.2
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.11.1 to 5.11.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.1...r5.11.2) --- 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 251735f commit c2ff0a9

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
@@ -110,7 +110,7 @@ dependencies {
110110
implementation("dev.langchain4j:langchain4j-azure-open-ai")
111111

112112
// tests
113-
testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.1")
114-
testImplementation("org.junit.jupiter:junit-jupiter:5.11.1")
113+
testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.2")
114+
testImplementation("org.junit.jupiter:junit-jupiter:5.11.2")
115115
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
116116
}

0 commit comments

Comments
 (0)