From f96501dca83caffe28afba56d626ae1e5da647fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Sep 2025 20:28:07 +0000 Subject: [PATCH] Bump io.dapr:dapr-sdk-springboot from 1.9.0 to 1.15.1 Bumps [io.dapr:dapr-sdk-springboot](https://github.com/dapr/java-sdk) from 1.9.0 to 1.15.1. - [Release notes](https://github.com/dapr/java-sdk/releases) - [Commits](https://github.com/dapr/java-sdk/compare/v1.9.0...v1.15.1) --- updated-dependencies: - dependency-name: io.dapr:dapr-sdk-springboot dependency-version: 1.15.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 build.gradle diff --git a/build.gradle b/build.gradle old mode 100755 new mode 100644 index 4033562..5809c01 --- a/build.gradle +++ b/build.gradle @@ -133,7 +133,7 @@ dependencies { implementation 'org.modelmapper:modelmapper:3.+' implementation 'com.graphql-java:graphql-java-extended-scalars:22.0' implementation 'com.graphql-java:graphql-java-extended-validation:22.0' - implementation 'io.dapr:dapr-sdk-springboot:1.12.0' + implementation 'io.dapr:dapr-sdk-springboot:1.15.1' compileOnly 'org.projectlombok:lombok' developmentOnly 'org.springframework.boot:spring-boot-devtools' runtimeOnly 'org.postgresql:postgresql'