Skip to content
This repository was archived by the owner on Apr 7, 2025. It is now read-only.

Commit 320cbe9

Browse files
authored
Fixes #75 - Refresh ‘Running Piranha Embedded with Spring Boot and Project Loom’ example (#76)
1 parent 306c545 commit 320cbe9

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

embedded/springboot-loom/pom.xml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,16 @@
66
<artifactId>springboot-loom</artifactId>
77
<version>24.3.0-SNAPSHOT</version>
88
<packaging>jar</packaging>
9-
<name>Piranha Embedded - Running Piranha Embedded with Spring Boot using Virtual Threads</name>
9+
<name>Running Piranha Embedded with Spring Boot and Virtual Threads</name>
1010
<properties>
11-
<java.version>21</java.version>
12-
<maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
11+
<!-- dependencies -->
1312
<piranha.version>24.2.0</piranha.version>
14-
<spring-boot.version>3.1.0</spring-boot.version>
13+
<spring-boot.version>3.2.3</spring-boot.version>
14+
<!-- other -->
15+
<java.version>21</java.version>
1516
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
17+
<!-- plugins -->
18+
<maven-compiler-plugin.version>3.12.1</maven-compiler-plugin.version>
1619
</properties>
1720
<dependencyManagement>
1821
<dependencies>

0 commit comments

Comments
 (0)