Skip to content

Commit

Permalink
Upgrade runtimes
Browse files Browse the repository at this point in the history
  • Loading branch information
Reza Rahman committed Jul 8, 2024
1 parent f2db727 commit ffca90b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<payara.version>6.2023.12</payara.version>
<payara.version>6.2024.6</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 Expand Up @@ -214,7 +214,7 @@
<profile>
<id>glassfish</id>
<properties>
<glassfish.version>7.0.8</glassfish.version>
<glassfish.version>7.0.15</glassfish.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 Expand Up @@ -343,7 +343,7 @@
<activeByDefault>false</activeByDefault>
</activation>
<properties>
<payara.version>6.2023.12</payara.version>
<payara.version>6.2024.6</payara.version>
<webapp.graphTraversalUrl>http://localhost:8080/rest/graph-traversal/shortest-path</webapp.graphTraversalUrl>
<db.driverClass>org.postgresql.ds.PGPoolingDataSource</db.driverClass>
<!-- Pass in via command line. For example:
Expand Down

0 comments on commit ffca90b

Please sign in to comment.