Skip to content

Commit

Permalink
Fixes #75 - Refresh ‘Running Piranha Embedded with Spring Boot and Pr…
Browse files Browse the repository at this point in the history
…oject Loom’ example
  • Loading branch information
mnriem committed Mar 7, 2024
1 parent 306c545 commit 8798e84
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions embedded/springboot-loom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,16 @@
<artifactId>springboot-loom</artifactId>
<version>24.3.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Piranha Embedded - Running Piranha Embedded with Spring Boot using Virtual Threads</name>
<name>Running Piranha Embedded with Spring Boot and Virtual Threads</name>
<properties>
<java.version>21</java.version>
<maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
<!-- dependencies -->
<piranha.version>24.2.0</piranha.version>
<spring-boot.version>3.1.0</spring-boot.version>
<spring-boot.version>3.2.3</spring-boot.version>
<!-- other -->
<java.version>21</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- plugins -->
<maven-compiler-plugin.version>3.12.1</maven-compiler-plugin.version>
</properties>
<dependencyManagement>
<dependencies>
Expand Down

0 comments on commit 8798e84

Please sign in to comment.