From c0c9d871bdb05770e7f705d4f32d79ae2b7a4e64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 20:20:36 +0000 Subject: [PATCH] Bump io.dapr:dapr-sdk-springboot from 1.12.0 to 1.16.0 Bumps [io.dapr:dapr-sdk-springboot](https://github.com/dapr/java-sdk) from 1.12.0 to 1.16.0. - [Release notes](https://github.com/dapr/java-sdk/releases) - [Commits](https://github.com/dapr/java-sdk/compare/v1.12.0...v1.16.0) --- updated-dependencies: - dependency-name: io.dapr:dapr-sdk-springboot dependency-version: 1.16.0 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 6c884ea..4724fbd --- 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.16.0' compileOnly 'org.projectlombok:lombok' developmentOnly 'org.springframework.boot:spring-boot-devtools' runtimeOnly 'org.postgresql:postgresql'