Skip to content

Commit

Permalink
fix(deps): update to citrus v4.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bbortt committed Sep 16, 2024
1 parent fff85a4 commit 6cea896
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
<maven-compiler-plugin.version>3.12.1</maven-compiler-plugin.version>
<maven.nexus-staging.plugin.version>1.6.13</maven.nexus-staging.plugin.version>

<lombok.version>1.18.30</lombok.version>
<citrus.version>4.3.1</citrus.version>
<lombok.version>1.18.34</lombok.version>
<citrus.version>4.3.2</citrus.version>

<spring-boot.version>3.3.2</spring-boot.version>
<spring.version>6.3.2</spring.version>
<spring-boot.version>3.3.3</spring-boot.version>
<spring.version>6.3.3</spring.version>
<testng.version>7.10.2</testng.version>
<wsdl4j.version>1.6.3</wsdl4j.version>
<xerces.version>2.12.2</xerces.version>
Expand Down
2 changes: 1 addition & 1 deletion simulator-spring-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<properties>
<!-- Plugin Management -->
<hibernate.version>6.5.2.Final</hibernate.version>
<org.mapstruct.version>1.5.5.Final</org.mapstruct.version>
<org.mapstruct.version>1.6.1</org.mapstruct.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 6cea896

Please sign in to comment.