We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bfe71a commit 508148cCopy full SHA for 508148c
dapr-spring/pom.xml
@@ -28,13 +28,13 @@
28
</modules>
29
30
<properties>
31
- <springboot.version>3.2.6</springboot.version>
32
<maven.compiler.source>11</maven.compiler.source>
33
<maven.compiler.target>11</maven.compiler.target>
34
<maven.compiler.release>11</maven.compiler.release>
35
<testcontainers.version>1.19.8</testcontainers.version>
36
<junit.version>5.11.2</junit.version>
37
<dapr.spring.version>0.15.0-SNAPSHOT</dapr.spring.version>
+ <springboot.version>3.2.6</springboot.version>
38
<springframework.version>6.1.8</springframework.version>
39
</properties>
40
0 commit comments