Skip to content

Commit

Permalink
Bump dapr.version from 1.9.0 to 1.10.0 (#179)
Browse files Browse the repository at this point in the history
Bumps `dapr.version` from 1.9.0 to 1.10.0.

Updates `io.dapr:dapr-sdk` from 1.9.0 to 1.10.0
- [Release notes](https://github.com/dapr/java-sdk/releases)
- [Commits](dapr/java-sdk@v1.9.0...v1.10.0)

Updates `io.dapr:dapr-sdk-springboot` from 1.9.0 to 1.10.0
- [Release notes](https://github.com/dapr/java-sdk/releases)
- [Commits](dapr/java-sdk@v1.9.0...v1.10.0)

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

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 Oct 12, 2023
1 parent 7986716 commit 660808e
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 @@ -26,7 +26,7 @@
<database-migration.version>1.0.0.7+b2f00c</database-migration.version>
<mssql-jdbc.version>12.4.1.jre11</mssql-jdbc.version>
<commons-codec.version>1.16.0</commons-codec.version>
<dapr.version>1.9.0</dapr.version>
<dapr.version>1.10.0</dapr.version>
<commons-cli.version>1.5.0</commons-cli.version>
<junit-jupiter.version>5.10.0</junit-jupiter.version>
<jmock.version>2.12.0</jmock.version>
Expand Down

0 comments on commit 660808e

Please sign in to comment.