Skip to content

Commit

Permalink
Merge branch 'develop' into dependabot/docker/dev-tools/develop/amazo…
Browse files Browse the repository at this point in the history
…n/aws-cli-2.22.8
  • Loading branch information
brostk authored Dec 2, 2024
2 parents 9ad4148 + aee0a3f commit cf14513
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion db-init/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {
// flywayMigration platform("gov.va.starter:starter-bom:${starter_boot_version}")
flywayMigration "org.postgresql:postgresql:${postgresql_version}"
constraints {
implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.1'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.2'
}
}

Expand Down
2 changes: 1 addition & 1 deletion svc-bip-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {

implementation "com.fasterxml.jackson.core:jackson-core"
implementation "com.fasterxml.jackson.core:jackson-databind"
implementation "com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.1"
implementation "com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.2"

def jjwt_version = "0.12.6"
implementation "io.jsonwebtoken:jjwt-api:${jjwt_version}"
Expand Down

0 comments on commit cf14513

Please sign in to comment.