Skip to content

Commit ffca90b

Browse files
author
Reza Rahman
committed
Upgrade runtimes
1 parent f2db727 commit ffca90b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
<activeByDefault>true</activeByDefault>
140140
</activation>
141141
<properties>
142-
<payara.version>6.2023.12</payara.version>
142+
<payara.version>6.2024.6</payara.version>
143143
<!-- Application properties -->
144144
<webapp.graphTraversalUrl>http://localhost:8080/cargo-tracker/rest/graph-traversal/shortest-path</webapp.graphTraversalUrl>
145145
<db.driverClass>org.h2.jdbcx.JdbcDataSource</db.driverClass>
@@ -214,7 +214,7 @@
214214
<profile>
215215
<id>glassfish</id>
216216
<properties>
217-
<glassfish.version>7.0.8</glassfish.version>
217+
<glassfish.version>7.0.15</glassfish.version>
218218
<!-- Application properties -->
219219
<webapp.graphTraversalUrl>http://localhost:8080/cargo-tracker/rest/graph-traversal/shortest-path</webapp.graphTraversalUrl>
220220
<db.driverClass>org.h2.jdbcx.JdbcDataSource</db.driverClass>
@@ -343,7 +343,7 @@
343343
<activeByDefault>false</activeByDefault>
344344
</activation>
345345
<properties>
346-
<payara.version>6.2023.12</payara.version>
346+
<payara.version>6.2024.6</payara.version>
347347
<webapp.graphTraversalUrl>http://localhost:8080/rest/graph-traversal/shortest-path</webapp.graphTraversalUrl>
348348
<db.driverClass>org.postgresql.ds.PGPoolingDataSource</db.driverClass>
349349
<!-- Pass in via command line. For example:

0 commit comments

Comments
 (0)