Skip to content

Commit 33aec8d

Browse files
Bump junit-bom from 5.8.2 to 5.9.0 (temporalio#330)
Bumps [junit-bom](https://github.com/junit-team/junit5) from 5.8.2 to 5.9.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.8.2...r5.9.0) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-type: direct:production update-type: version-update:semver-minor ... 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>
1 parent 49c041e commit 33aec8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.3"))
3030
implementation(platform("io.opentelemetry:opentelemetry-bom:1.15.0"))
31-
implementation(platform("org.junit:junit-bom:5.8.2"))
31+
implementation(platform("org.junit:junit-bom:5.9.0"))
3232

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

0 commit comments

Comments
 (0)