Skip to content

Commit

Permalink
Update to use 23.0.0.3 runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
cherylking committed Apr 26, 2023
1 parent 856a877 commit 797aa8d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gradle-tests/olTest/build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
dependencies {
libertyRuntime group: 'io.openliberty', name: 'openliberty-runtime', version: '22.0.0.12'
libertyRuntime group: 'io.openliberty', name: 'openliberty-runtime', version: '23.0.0.3'
}
2 changes: 1 addition & 1 deletion gradle-tests/wlpTest/build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
dependencies {
libertyRuntime group: 'com.ibm.websphere.appserver.runtime', name: 'wlp-webProfile9', version: '22.0.0.12'
libertyRuntime group: 'com.ibm.websphere.appserver.runtime', name: 'wlp-webProfile9', version: '23.0.0.3'
}
4 changes: 2 additions & 2 deletions it/managed-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -255,15 +255,15 @@
<properties>
<runtimeGroupId>com.ibm.websphere.appserver.runtime</runtimeGroupId>
<runtimeArtifactId>wlp-webProfile9</runtimeArtifactId>
<runtimeVersion>22.0.0.9</runtimeVersion>
<runtimeVersion>23.0.0.3</runtimeVersion>
</properties>
</profile>
<profile>
<id>ol</id>
<properties>
<runtimeGroupId>io.openliberty</runtimeGroupId>
<runtimeArtifactId>openliberty-runtime</runtimeArtifactId>
<runtimeVersion>22.0.0.9</runtimeVersion>
<runtimeVersion>23.0.0.3</runtimeVersion>
</properties>
</profile>
</profiles>
Expand Down

0 comments on commit 797aa8d

Please sign in to comment.