Skip to content

Commit

Permalink
fix(spring): demo
Browse files Browse the repository at this point in the history
  • Loading branch information
henningn committed Dec 13, 2024
1 parent 00c9453 commit b3a3cfa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@
<!-- Note: defined here in master pom, because of problems with enforcer plugin -->
<jetty.version>11.0.24</jetty.version>
<tomcat.version>10.1.30</tomcat.version>
<joinfaces.version>5.1.12</joinfaces.version>
<joinfaces.version>5.4.0</joinfaces.version>
<joinfaces-plugin.version>5.1.12</joinfaces-plugin.version>
<spring-boot.version>3.4.0</spring-boot.version>
<spring.version>6.2.1</spring.version>
<jackson.version>2.18.2</jackson.version>
Expand Down
4 changes: 2 additions & 2 deletions tobago-example/tobago-example-spring-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<plugin>
<groupId>org.joinfaces</groupId>
<artifactId>joinfaces-maven-plugin</artifactId>
<version>${joinfaces.version}</version>
<version>${joinfaces-plugin.version}</version>
<executions>
<execution>
<goals>
Expand All @@ -51,7 +51,7 @@
<plugin>
<groupId>org.joinfaces</groupId>
<artifactId>joinfaces-maven-plugin</artifactId>
<version>${joinfaces.version}</version>
<version>${joinfaces-plugin.version}</version>
</plugin>
<plugin>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit b3a3cfa

Please sign in to comment.