Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
OlliL committed Oct 31, 2024
1 parent 0d96c6f commit 802abc1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,19 @@
<properties>
<moneyjinn-sepa-camt.version>1.0.2</moneyjinn-sepa-camt.version>

<spring.boot.version>3.3.4</spring.boot.version>
<spring.boot.version>3.3.5</spring.boot.version>
<mybatis.version>3.5.16</mybatis.version>
<mybatis-spring.version>3.0.4</mybatis-spring.version>
<commons.io.version>2.17.0</commons.io.version>
<commons.codec.version>1.17.1</commons.codec.version>
<apache.tika.version>3.0.0-BETA2</apache.tika.version>
<apache.tika.version>3.0.0</apache.tika.version>
<jjwt.version>0.12.6</jjwt.version>
<lombok.version>1.18.34</lombok.version>
<mapstruct.version>1.6.2</mapstruct.version>
<opencsv.version>5.9</opencsv.version>
<swagger.version>2.2.25</swagger.version>

<!-- 7.9.0 broken because of https://github.com/OpenAPITools/openapi-generator/pull/19715 -->
<openapi-generator.version>7.8.0</openapi-generator.version>

<!--for hbci-batch only-->
Expand All @@ -53,7 +55,7 @@
<versions-maven-plugin.version>2.17.1</versions-maven-plugin.version>

<!-- Test Scope -->
<junit.version>5.11.2</junit.version>
<junit.version>5.11.3</junit.version>
<mockito.version>5.14.2</mockito.version>
<juniversalchardet.version>2.5.0</juniversalchardet.version>

Expand Down

0 comments on commit 802abc1

Please sign in to comment.