Skip to content

Commit

Permalink
GA-3 update version
Browse files Browse the repository at this point in the history
  • Loading branch information
helenbirdhmcts committed Feb 19, 2024
1 parent 230f9d9 commit d2514c5
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 @@ -6,7 +6,7 @@ plugins {

apply plugin: 'java'

def buildNumber = System.getenv("RELEASE_VERSION")?.replace("refs/tags/", "") ?: "7.21.4"
def buildNumber = System.getenv("RELEASE_VERSION")?.replace("refs/tags/", "") ?: "7.21.5"

group 'com.github.hmcts'

Expand Down Expand Up @@ -167,7 +167,7 @@ publishing {
wrapper.gradleVersion = '2.10'

dependencies {
compile group: 'com.github.hmcts', name: 'befta-fw', version: '8.8.5'
compile group: 'com.github.hmcts', name: 'befta-fw', version: '8.8.3'
}
// end::dependencies[]

Expand Down

0 comments on commit d2514c5

Please sign in to comment.