Skip to content

Commit 70d4c19

Browse files
committed
added missing spring version
1 parent f8e3a08 commit 70d4c19

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

example/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@
8888
<plugin>
8989
<groupId>org.springframework.boot</groupId>
9090
<artifactId>spring-boot-maven-plugin</artifactId>
91+
<version>${spring-boot.version}</version>
9192
</plugin>
9293
</plugins>
9394
</build>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252
<properties>
5353
<java.version>21</java.version>
54-
<spring-modulith.version>1.2.4</spring-modulith.version>
54+
<spring-boot.version>3.3.6</spring-boot.version>
5555
<maven.compiler.source>${java.version}</maven.compiler.source>
5656
<maven.compiler.target>${java.version}</maven.compiler.target>
5757
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -72,7 +72,7 @@
7272
<dependency>
7373
<groupId>org.springframework.boot</groupId>
7474
<artifactId>spring-boot-dependencies</artifactId>
75-
<version>3.3.6</version>
75+
<version>${spring-boot.version}</version>
7676
<type>pom</type>
7777
<scope>import</scope>
7878
</dependency>

0 commit comments

Comments
 (0)