File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.springframework.boot</groupId >
77 <artifactId >spring-boot-starter-parent</artifactId >
8- <version >3.4.3 </version >
8+ <version >3.4.5 </version >
99 <relativePath /> <!-- lookup parent from repository -->
1010 </parent >
1111 <groupId >com.dddheroes</groupId >
2727 <url />
2828 </scm >
2929 <properties >
30+ <assertj .version>3.27.3</assertj .version>
3031 <axon .version>4.11.1</axon .version>
3132 <java .version>23</java .version>
3233 <spring-doc .version>2.8.5</spring-doc .version>
33- <spring-modulith .version>1.3.4 </spring-modulith .version>
34+ <spring-modulith .version>1.3.5 </spring-modulith .version>
3435 </properties >
3536 <dependencies >
3637 <dependency >
134135 <dependency >
135136 <groupId >org.assertj</groupId >
136137 <artifactId >assertj-core</artifactId >
137- <version >3.27.3 </version >
138+ <version >${assertj.version} </version >
138139 <scope >test</scope >
139140 </dependency >
140141 </dependencies >
You can’t perform that action at this time.
0 commit comments