Skip to content

Commit

Permalink
Bump dependencies for release 3.6 (#821)
Browse files Browse the repository at this point in the history
  • Loading branch information
cherylking authored May 15, 2023
1 parent 7d636cc commit 697dc43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ compileTestGroovy {
targetCompatibility = JavaVersion.VERSION_1_7
}

def libertyAntVersion = "1.9.12-SNAPSHOT"
def libertyCommonVersion = "1.8.24-SNAPSHOT"
def libertyAntVersion = "1.9.12"
def libertyCommonVersion = "1.8.24"

dependencies {
implementation gradleApi()
Expand Down

0 comments on commit 697dc43

Please sign in to comment.