Skip to content

Commit

Permalink
Merge branch 'master' into SIDM-8901-caseworkers
Browse files Browse the repository at this point in the history
  • Loading branch information
jburke-idam committed Oct 16, 2023
2 parents 8073fd4 + df491ff commit b9ffb6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
id 'org.sonarqube' version '4.4.1.3373'
id "com.gorylenko.gradle-git-properties" version "2.4.1"
id "org.flywaydb.flyway" version "9.22.3"
id "net.serenity-bdd.serenity-gradle-plugin" version "4.0.14"
id "net.serenity-bdd.serenity-gradle-plugin" version "4.0.15"
}

group = 'com.github.hmcts'
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~> 3.75.0"
version = "~> 3.76.0"
}
}
}
Expand Down

0 comments on commit b9ffb6f

Please sign in to comment.