Skip to content

Commit

Permalink
Bump the dependencies group with 3 updates (#114)
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 3 updates: [io.temporal:temporal-sdk](https://github.com/temporalio/sdk-java), [io.temporal:temporal-opentracing](https://github.com/temporalio/sdk-java) and [io.temporal:temporal-testing](https://github.com/temporalio/sdk-java).


Updates `io.temporal:temporal-sdk` from 1.25.2 to 1.26.0
- [Release notes](https://github.com/temporalio/sdk-java/releases)
- [Commits](temporalio/sdk-java@v1.25.2...v1.26.0)

Updates `io.temporal:temporal-opentracing` from 1.25.2 to 1.26.0
- [Release notes](https://github.com/temporalio/sdk-java/releases)
- [Commits](temporalio/sdk-java@v1.25.2...v1.26.0)

Updates `io.temporal:temporal-testing` from 1.25.2 to 1.26.0
- [Release notes](https://github.com/temporalio/sdk-java/releases)
- [Commits](temporalio/sdk-java@v1.25.2...v1.26.0)

Updates `io.temporal:temporal-opentracing` from 1.25.2 to 1.26.0
- [Release notes](https://github.com/temporalio/sdk-java/releases)
- [Commits](temporalio/sdk-java@v1.25.2...v1.26.0)

Updates `io.temporal:temporal-testing` from 1.25.2 to 1.26.0
- [Release notes](https://github.com/temporalio/sdk-java/releases)
- [Commits](temporalio/sdk-java@v1.25.2...v1.26.0)

---
updated-dependencies:
- dependency-name: io.temporal:temporal-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.temporal:temporal-opentracing
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.temporal:temporal-testing
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.temporal:temporal-opentracing
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.temporal:temporal-testing
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 16, 2024
1 parent 97e147c commit 6c285cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<quarkus.version>3.15.1</quarkus.version>
<temporal.version>1.25.2</temporal.version>
<temporal.version>1.26.0</temporal.version>
<opentelemetry.version>1.32.0</opentelemetry.version>
</properties>
<dependencyManagement>
Expand Down

0 comments on commit 6c285cf

Please sign in to comment.