Skip to content

Commit

Permalink
Use common 1.8.28 release (#846)
Browse files Browse the repository at this point in the history
* Use common 1.8.28-SNAPSHOT

* Use 1.8.28 common release
  • Loading branch information
cherylking committed Sep 26, 2023
1 parent d6a970c commit 9538fc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ buildscript {
}
dependencies {
classpath ('io.openliberty.tools:liberty-ant-tasks:1.9.13')
classpath ('io.openliberty.tools:ci.common:1.8.27')
classpath ('io.openliberty.tools:ci.common:1.8.28')
}
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ compileTestGroovy {
}

def libertyAntVersion = "1.9.13"
def libertyCommonVersion = "1.8.27"
def libertyCommonVersion = "1.8.28"

dependencies {
implementation gradleApi()
Expand Down

0 comments on commit 9538fc6

Please sign in to comment.