Skip to content

Commit

Permalink
Update to Jakarta Data M1 and OL 23.0.0.12 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
mswatosh committed Nov 16, 2023
1 parent a0c40ed commit c860834
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<version.liberty-maven-plugin>3.7.1</version.liberty-maven-plugin>
<!-- OpenLiberty runtime -->
<version.openliberty-group>io.openliberty.beta</version.openliberty-group>
<version.openliberty-runtime>23.0.0.6-beta</version.openliberty-runtime>
<version.openliberty-runtime>23.0.0.12-beta</version.openliberty-runtime>
<http.port>9080</http.port>
<https.port>9443</https.port>
<liberty.var.app.context.root>/</liberty.var.app.context.root>
Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>jakarta.data</groupId>
<artifactId>jakarta-data-api</artifactId>
<version>1.0.0-b2</version>
<version>1.0.0-M1</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
1 change: 0 additions & 1 deletion src/test/java/io/openliberty/sample/it/CrewServiceIT.java
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ public void setup() {

@AfterEach
public void teardown() {
response.close();
client.close();
}

Expand Down

0 comments on commit c860834

Please sign in to comment.