diff --git a/examples/pom.xml b/examples/pom.xml index 5238d66d..a83f1185 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -66,12 +66,12 @@ org.springframework.boot spring-boot-starter-web - 2.3.5.RELEASE + 2.7.8 org.springframework.boot spring-boot-autoconfigure - 2.3.5.RELEASE + 2.7.8 com.jayway.jsonpath diff --git a/pom.xml b/pom.xml index fe0c7f6e..4af82cf5 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ true 4.0.0-RC1 true - 2.3.5.RELEASE + 2.7.8 --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED diff --git a/sdk-actors/pom.xml b/sdk-actors/pom.xml index def8e3d1..503f8651 100644 --- a/sdk-actors/pom.xml +++ b/sdk-actors/pom.xml @@ -58,7 +58,7 @@ org.springframework.boot spring-boot-starter-web - 2.3.5.RELEASE + 2.7.8 test diff --git a/sdk-springboot/pom.xml b/sdk-springboot/pom.xml index fd8d0530..a0b38714 100644 --- a/sdk-springboot/pom.xml +++ b/sdk-springboot/pom.xml @@ -18,7 +18,7 @@ false - 2.3.5.RELEASE + 2.7.8 @@ -68,13 +68,11 @@ org.springframework spring-web - 5.2.10.RELEASE compile org.springframework spring-context - 5.2.10.RELEASE compile diff --git a/sdk-springboot/src/main/resources/META-INF/spring.factories b/sdk-springboot/src/main/resources/META-INF/spring.factories deleted file mode 100644 index 58ff4b58..00000000 --- a/sdk-springboot/src/main/resources/META-INF/spring.factories +++ /dev/null @@ -1,2 +0,0 @@ -org.springframework.boot.autoconfigure.EnableAutoConfiguration=\ -io.dapr.springboot.DaprAutoConfiguration diff --git a/sdk-springboot/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports b/sdk-springboot/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports new file mode 100644 index 00000000..7c43d848 --- /dev/null +++ b/sdk-springboot/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports @@ -0,0 +1 @@ +io.dapr.springboot.DaprAutoConfiguration \ No newline at end of file diff --git a/sdk-tests/pom.xml b/sdk-tests/pom.xml index 55e532f1..3d10de64 100644 --- a/sdk-tests/pom.xml +++ b/sdk-tests/pom.xml @@ -20,7 +20,7 @@ 1.42.1 3.17.3 0.14.0 - 2.3.5.RELEASE + 2.7.8 diff --git a/sdk/pom.xml b/sdk/pom.xml index 09efa68b..01a354fa 100644 --- a/sdk/pom.xml +++ b/sdk/pom.xml @@ -94,13 +94,13 @@ org.springframework.boot spring-boot-starter-web - 2.3.5.RELEASE + 2.7.8 test org.springframework.boot spring-boot-autoconfigure - 2.3.5.RELEASE + 2.7.8 test