Skip to content

Commit

Permalink
Merge pull request #15 from fpapon/dependencies
Browse files Browse the repository at this point in the history
Upgrade dependencies
  • Loading branch information
fpapon authored Sep 4, 2023
2 parents fef3853 + 86b53fc commit 9074fc2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,11 @@

<properties>
<owb.version>2.0.27</owb.version>
<xbean.version>4.21</xbean.version>
<xbean.version>4.23</xbean.version>
<junit5.version>5.9.0</junit5.version>
<arthur.version>1.0.5</arthur.version>
<yupiik-logging.version>1.0.6</yupiik-logging.version>
<arthur.version>1.0.7</arthur.version>
<yupiik-logging.version>1.0.7</yupiik-logging.version>
<johnzon.version>1.2.21</johnzon.version>

<!-- deprecated in recent maven releases, we workaround the warnings using the new way (but dont support split repo)
<m2.location>${settings.localRepository}</m2.location>
Expand Down Expand Up @@ -91,7 +92,7 @@
<dependency>
<groupId>org.apache.johnzon</groupId>
<artifactId>johnzon-jsonb</artifactId>
<version>1.2.18</version>
<version>${johnzon.version}</version>
</dependency>
<dependency>
<groupId>org.talend.sdk.component</groupId>
Expand Down

0 comments on commit 9074fc2

Please sign in to comment.