Skip to content

Commit

Permalink
Bump dapr.version from 1.13.0 to 1.13.1 (#238)
Browse files Browse the repository at this point in the history
Bumps `dapr.version` from 1.13.0 to 1.13.1.

Updates `io.dapr:dapr-sdk` from 1.13.0 to 1.13.1
- [Release notes](https://github.com/dapr/java-sdk/releases)
- [Commits](dapr/java-sdk@v1.13.0...v1.13.1)

Updates `io.dapr:dapr-sdk-actors` from 1.13.0 to 1.13.1
- [Release notes](https://github.com/dapr/java-sdk/releases)
- [Commits](dapr/java-sdk@v1.13.0...v1.13.1)

---
updated-dependencies:
- dependency-name: io.dapr:dapr-sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.dapr:dapr-sdk-actors
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 12, 2024
1 parent c0374c0 commit 849954e
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.17.3</quarkus.version>
<dapr.version>1.13.0</dapr.version>
<dapr.version>1.13.1</dapr.version>
<okhttp.version>4.12.0</okhttp.version>
<assertj.version>3.26.3</assertj.version>
</properties>
Expand Down

0 comments on commit 849954e

Please sign in to comment.