Skip to content

Commit

Permalink
Merge pull request #131 from hmcts/PUB-2461-Upgrade-to-Java-21
Browse files Browse the repository at this point in the history
PUB-2461: Upgrading to Java 21
  • Loading branch information
ChrisS1512 authored Jun 10, 2024
2 parents 06c9acf + dc18029 commit ed47f11
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 @@ -20,11 +20,11 @@ publishing {
}

group = 'com.github.hmcts'
version = '2.1.25'
version = '2.1.26'

java {
toolchain {
languageVersion = JavaLanguageVersion.of(17)
languageVersion = JavaLanguageVersion.of(21)
}
}

Expand Down

0 comments on commit ed47f11

Please sign in to comment.