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'