Skip to content

Commit 826fbde

Browse files
⬆️ deps: upgrade Spring Framework to version 3.4.5 and Spring Modulith to version 1.3.5
1 parent d6f18bc commit 826fbde

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>
@@ -27,10 +27,11 @@
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>
@@ -134,7 +135,7 @@
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>

0 commit comments

Comments
 (0)