Skip to content

Commit 14896dd

Browse files
Bump junit-bom from 5.9.0 to 5.9.1 (temporalio#362)
Bumps [junit-bom](https://github.com/junit-team/junit5) from 5.9.0 to 5.9.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.9.0...r5.9.1) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tihomir Surdilovic <tihomir@temporal.io>
1 parent 270c7fd commit 14896dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ repositories {
2828
dependencies {
2929
implementation(platform("com.fasterxml.jackson:jackson-bom:2.13.4"))
3030
implementation(platform("io.opentelemetry:opentelemetry-bom:1.18.0"))
31-
implementation(platform("org.junit:junit-bom:5.9.0"))
31+
implementation(platform("org.junit:junit-bom:5.9.1"))
3232

3333
implementation "io.temporal:temporal-sdk:1.16.0"
3434
implementation "io.temporal:temporal-opentracing:1.16.0"

0 commit comments

Comments
 (0)