File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 <maven .compiler.source>11</maven .compiler.source>
3232 <maven .compiler.target>11</maven .compiler.target>
3333 <maven .compiler.release>11</maven .compiler.release>
34- <!-- WARNING: don't change this property unless you also update .github/scripts/update_sdk_version.sh -->
35- <dapr .spring.version>1.17.0-SNAPSHOT</dapr .spring.version>
3634 </properties >
3735
3836 <dependencyManagement >
3937 <dependencies >
4038 <dependency >
4139 <groupId >io.dapr.spring</groupId >
4240 <artifactId >dapr-spring-data</artifactId >
43- <version >${dapr.spring .version} </version >
41+ <version >${project .version} </version >
4442 </dependency >
4543 <dependency >
4644 <groupId >io.dapr.spring</groupId >
4745 <artifactId >dapr-spring-messaging</artifactId >
48- <version >${dapr.spring .version} </version >
46+ <version >${project .version} </version >
4947 </dependency >
5048 <dependency >
5149 <groupId >io.dapr.spring</groupId >
5250 <artifactId >dapr-spring-workflows</artifactId >
53- <version >${dapr.spring .version} </version >
51+ <version >${project .version} </version >
5452 </dependency >
5553 <dependency >
5654 <groupId >io.dapr.spring</groupId >
5755 <artifactId >dapr-spring-boot-autoconfigure</artifactId >
58- <version >${dapr.spring .version} </version >
56+ <version >${project .version} </version >
5957 </dependency >
6058 <dependency >
6159 <groupId >io.dapr.spring</groupId >
6260 <artifactId >dapr-spring-boot-tests</artifactId >
63- <version >${dapr.spring .version} </version >
61+ <version >${project .version} </version >
6462 </dependency >
6563 </dependencies >
6664 </dependencyManagement >
You can’t perform that action at this time.
0 commit comments