Skip to content

Commit

Permalink
fix: extract xmlbind version to property
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasLohoff committed Sep 5, 2023
1 parent 53673e0 commit e37392f
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 @@ -111,9 +111,9 @@
<!-- Mail -->
<jakarta-mail.version>2.0.1</jakarta-mail.version>

<!-- Hibernate -->
<!-- Hibernate, Jackson, JAXB etc. -->
<jackson-bom.version>2.13.2.20220328</jackson-bom.version>

<jackson-module-jakarta-xmlbind-annotations.version>2.13.2</jackson-module-jakarta-xmlbind-annotations.version>
<jaxb.version>2.3.1</jaxb.version>

<!-- Security -->
Expand Down Expand Up @@ -518,7 +518,7 @@
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-jakarta-xmlbind-annotations</artifactId>
<version>2.13.2</version>
<version>${jackson-module-jakarta-xmlbind-annotations.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down

0 comments on commit e37392f

Please sign in to comment.