Skip to content

Commit

Permalink
Merge branch 'main' into story/341/validation-rules-engine
Browse files Browse the repository at this point in the history
  • Loading branch information
luis-pabon-tf committed Mar 15, 2024
2 parents 4c58894 + 228960e commit b1ddc08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion etor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies {
testImplementation testFixtures(project(':shared'))

implementation 'com.azure:azure-storage-blob:12.25.2'
implementation 'com.azure:azure-identity:1.11.3'
implementation 'com.azure:azure-identity:1.11.4'

testImplementation 'org.apache.groovy:groovy:4.0.20'
testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0'
Expand Down
4 changes: 2 additions & 2 deletions shared/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies {

// azure sdk
implementation 'com.azure:azure-security-keyvault-secrets:4.8.0'
implementation 'com.azure:azure-identity:1.11.3'
implementation 'com.azure:azure-identity:1.11.4'

testImplementation 'org.apache.groovy:groovy:4.0.20'
testFixturesImplementation 'org.apache.groovy:groovy:4.0.20'
Expand All @@ -57,7 +57,7 @@ dependencies {
implementation 'io.github.cdimascio:dotenv-java:3.0.0'

// postgres
implementation 'org.postgresql:postgresql:42.7.2'
implementation 'org.postgresql:postgresql:42.7.3'

// hikari connection pool
implementation 'com.zaxxer:HikariCP:5.1.0'
Expand Down

0 comments on commit b1ddc08

Please sign in to comment.