Skip to content

Commit 43a644e

Browse files
fix(deps): update spring boot to v4
1 parent e65e6ba commit 43a644e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

code-conversion/patterns/code-examples/camunda-7/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<dependency>
2020
<groupId>org.springframework.boot</groupId>
2121
<artifactId>spring-boot-dependencies</artifactId>
22-
<version>3.5.9</version>
22+
<version>4.0.1</version>
2323
<type>pom</type>
2424
<scope>import</scope>
2525
</dependency>
@@ -78,7 +78,7 @@
7878
<plugin>
7979
<groupId>org.springframework.boot</groupId>
8080
<artifactId>spring-boot-maven-plugin</artifactId>
81-
<version>3.5.9</version>
81+
<version>4.0.1</version>
8282
</plugin>
8383
</plugins>
8484
</build>

code-conversion/patterns/code-examples/camunda-8/pom.xml

Lines changed: 1 addition & 1 deletion
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.5.9</version>
8+
<version>4.0.1</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>io.camunda.conversion</groupId>

diagram-converter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<version.checker-qual>3.53.0</version.checker-qual>
3131
<version.commons-collections4>4.5.0</version.commons-collections4>
3232
<!-- Spring Boot 4 upgrade is blocked by C7 April Environment Release -->
33-
<version.spring-boot>3.5.9</version.spring-boot>
33+
<version.spring-boot>4.0.1</version.spring-boot>
3434
<plugin.version.spotless-maven-plugin>3.1.0</plugin.version.spotless-maven-plugin>
3535
<plugin.version.maven-site-plugin>3.21.0</plugin.version.maven-site-plugin>
3636
<plugin.version.maven-assembly-plugin>3.8.0</plugin.version.maven-assembly-plugin>

0 commit comments

Comments
 (0)