Skip to content

Commit

Permalink
chore: fix order of properties in pom.xml
Browse files Browse the repository at this point in the history
Correction for c2fc16b commit.

Relate to #1200
  • Loading branch information
php-coder committed Dec 5, 2023
1 parent 65d2e6b commit 7e3b06d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -590,6 +590,9 @@
<!-- Redefine default value from spring-boot-dependencies -->
<jakarta-mail.version>1.6.7</jakarta-mail.version>

<!-- Redefine default value from spring-boot-dependencies -->
<jakarta-validation.version>2.0.2</jakarta-validation.version>

<!--
Redefine default value from spring-boot-starter-parent:
https://github.com/spring-projects/spring-boot/blob/v2.3.12.RELEASE/spring-boot-project/spring-boot-starters/spring-boot-starter-parent/build.gradle
Expand All @@ -599,9 +602,6 @@
<javadoc.plugin.version>3.4.0</javadoc.plugin.version>
<javassist.version>3.21.0-GA</javassist.version>

<!-- Redefine default value from spring-boot-dependencies -->
<jakarta-validation.version>2.0.2</jakarta-validation.version>

<!-- Redefine default value from spring-boot-dependencies -->
<jetty.version>9.4.19.v20190610</jetty.version>

Expand Down

0 comments on commit 7e3b06d

Please sign in to comment.