Skip to content

Commit

Permalink
fix: inherit versions from spring-boot-dependencies if possible
Browse files Browse the repository at this point in the history
  • Loading branch information
ahennr committed Sep 26, 2024
1 parent 254fcfc commit 0921b29
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@
<jacoco-plugin.version>0.8.12</jacoco-plugin.version>
<maven-project-info-reports-plugin.version>3.7.0</maven-project-info-reports-plugin.version>
<jib-maven-plugin.version>3.4.3</jib-maven-plugin.version>
<git-commit-id-maven-plugin.version>9.0.1</git-commit-id-maven-plugin.version>

<!-- Spring -->
<spring-boot.version>3.3.4</spring-boot.version>
Expand All @@ -114,7 +113,7 @@
<!-- Hibernate, Jackson, JAXB etc. -->
<jaxb-api.version>2.3.1</jaxb-api.version>
<!-- Please note: This must be compatible with ${jackson-bom.version}. -->
<jackson-datatype-jts.version>2.15.3</jackson-datatype-jts.version>
<jackson-datatype-jts.version>2.17.2</jackson-datatype-jts.version>

<!-- Security -->
<keycloak.version>25.0.6</keycloak.version>
Expand All @@ -141,14 +140,7 @@
<reflections.version>0.10.2</reflections.version>
<evo-inflector.version>1.3</evo-inflector.version>

<!-- Logging -->
<log4j2.version>2.24.0</log4j2.version>

<!-- Testing -->
<testcontainers.version>1.20.1</testcontainers.version>
<junit.jupiter.version>5.7.1</junit.jupiter.version>
<mockito.version>5.13.0</mockito.version>
<maven-dependency-plugin.version>3.8.0</maven-dependency-plugin.version>
<maven-project-info-reports-plugin.version>3.7.0</maven-project-info-reports-plugin.version>
<archunit.version>1.3.0</archunit.version>
<sonar-maven-plugin.version>4.0.0.4121</sonar-maven-plugin.version>
Expand Down

0 comments on commit 0921b29

Please sign in to comment.