Skip to content

Commit

Permalink
Update Payara version to 6.2024.7
Browse files Browse the repository at this point in the history
This change updates the Payara server version from 6.2024.5 to 6.2024.7 in the `pom.xml` file. The update should include performance enhancements and bug fixes provided in the new Payara release.
  • Loading branch information
rokon12 committed Jul 20, 2024
1 parent 51923b6 commit 255dcd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<payara.version>6.2024.5</payara.version>
<payara.version>6.2024.7</payara.version>
<!-- Application properties -->
<webapp.graphTraversalUrl>http://localhost:8080/cargo-tracker/rest/graph-traversal/shortest-path</webapp.graphTraversalUrl>
<db.driverClass>org.h2.jdbcx.JdbcDataSource</db.driverClass>
Expand Down

0 comments on commit 255dcd1

Please sign in to comment.