Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hantsy committed Nov 5, 2023
2 parents 0727747 + 06513a3 commit 9f29a4d
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion async/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<tomcat.version>10.1.15</tomcat.version>

<!-- Eclipse Jetty -->
<jetty.version>12.0.2</jetty.version>
<jetty.version>12.0.3</jetty.version>

<!-- WildFly preview for Jakarta EE 10 -->
<wildfly.version>30.0.0.Final</wildfly.version>
Expand Down
2 changes: 1 addition & 1 deletion boot-kotlin-co/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<description>Demo project for Spring Boot</description>
<properties>
<java.version>21</java.version>
<kotlin.version>1.9.10</kotlin.version>
<kotlin.version>1.9.20</kotlin.version>
<testcontainers.version>1.19.1</testcontainers.version>
<kotest.version>5.7.2</kotest.version>
<maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
Expand Down
3 changes: 2 additions & 1 deletion boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
<java.version>21</java.version>
<testcontainers.version>1.19.1</testcontainers.version>
<querydsl.version>5.0.0</querydsl.version>
<rest-assured.version>5.3.2</rest-assured.version>
<!-- see: https://github.com/rest-assured/rest-assured/issues/1728 -->
<rest-assured.version>5.3.1</rest-assured.version>
<hibernate.version>6.3.1.Final</hibernate.version>

<!-- maven plugins -->
Expand Down
2 changes: 1 addition & 1 deletion data-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<tomcat.version>10.1.15</tomcat.version>

<!-- Eclipse Jetty -->
<jetty.version>12.0.2</jetty.version>
<jetty.version>12.0.3</jetty.version>

<!-- Skip tests by default -->
<skip.unit.tests>true</skip.unit.tests>
Expand Down
2 changes: 1 addition & 1 deletion data-jpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<tomcat.version>10.1.15</tomcat.version>

<!-- Eclipse Jetty -->
<jetty.version>12.0.2</jetty.version>
<jetty.version>12.0.3</jetty.version>

<!-- WildFly preview for Jakarta EE 10 -->
<wildfly.version>30.0.0.Final</wildfly.version>
Expand Down
2 changes: 1 addition & 1 deletion data-mongo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<tomcat.version>10.1.15</tomcat.version>

<!-- Eclipse Jetty -->
<jetty.version>12.0.2</jetty.version>
<jetty.version>12.0.3</jetty.version>

<!-- WildFly preview for Jakarta EE 10 -->
<wildfly.version>30.0.0.Final</wildfly.version>
Expand Down
2 changes: 1 addition & 1 deletion events/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<tomcat.version>10.1.15</tomcat.version>

<!-- Eclipse Jetty -->
<jetty.version>12.0.2</jetty.version>
<jetty.version>12.0.3</jetty.version>

<!-- WildFly preview for Jakarta EE 10 -->
<wildfly.version>30.0.0.Final</wildfly.version>
Expand Down
2 changes: 1 addition & 1 deletion hibernate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<tomcat.version>10.1.15</tomcat.version>

<!-- Eclipse Jetty -->
<jetty.version>12.0.2</jetty.version>
<jetty.version>12.0.3</jetty.version>

<!-- WildFly preview for Jakarta EE 10 -->
<wildfly.version>30.0.0.Final</wildfly.version>
Expand Down
2 changes: 1 addition & 1 deletion jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<tomcat.version>10.1.15</tomcat.version>

<!-- Eclipse Jetty -->
<jetty.version>12.0.2</jetty.version>
<jetty.version>12.0.3</jetty.version>

<!-- Skip tests by default -->
<skip.unit.tests>true</skip.unit.tests>
Expand Down
2 changes: 1 addition & 1 deletion jpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<tomcat.version>10.1.15</tomcat.version>

<!-- Eclipse Jetty -->
<jetty.version>12.0.2</jetty.version>
<jetty.version>12.0.3</jetty.version>

<!-- WildFly preview for Jakarta EE 10 -->
<wildfly.version>30.0.0.Final</wildfly.version>
Expand Down
2 changes: 1 addition & 1 deletion schedule/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<jakartaee-api.version>10.0.0</jakartaee-api.version>
<spring-framework.version>6.1.0-RC2</spring-framework.version>
<postgresql.version>42.6.0</postgresql.version>
<kotlin.version>1.9.10</kotlin.version>
<kotlin.version>1.9.20</kotlin.version>
<byte-buddy.version>1.14.9</byte-buddy.version>
<lombok.version>1.18.30</lombok.version>
<slf4j.version>2.0.9</slf4j.version>
Expand Down

0 comments on commit 9f29a4d

Please sign in to comment.