Skip to content

Commit

Permalink
bugfix: Update parent to 8th version
Browse files Browse the repository at this point in the history
Fixes #427
  • Loading branch information
Yauhenikapl committed Oct 19, 2023
1 parent ad357ea commit db5e412
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.eclipse.esmf</groupId>
<artifactId>esmf-parent</artifactId>
<version>7</version>
<version>8</version>
</parent>

<artifactId>esmf-sdk-parent</artifactId>
Expand Down Expand Up @@ -76,7 +76,7 @@
<properties>
<!-- Versions of third party dependencies -->
<hibernate-validator-version>8.0.0.Final</hibernate-validator-version>
<poi-version>5.2.3</poi-version>
<poi-version>4.1.2</poi-version>
<graph-support-version>1.1.5</graph-support-version>
<!-- General settings -->
<skip.gpg.skip>true</skip.gpg.skip>
Expand Down

0 comments on commit db5e412

Please sign in to comment.