Skip to content

Commit

Permalink
chore(deps): bump the minorandpatch group in /backend with 1 update (#…
Browse files Browse the repository at this point in the history
…1006)

Bumps the minorandpatch group in /backend with 1 update: [org.testcontainers:postgresql](https://github.com/testcontainers/testcontainers-java).


Updates `org.testcontainers:postgresql` from 1.19.4 to 1.19.5
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.19.4...1.19.5)

---
updated-dependencies:
- dependency-name: org.testcontainers:postgresql
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 12, 2024
1 parent 8291962 commit 9363d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dependencies {
testImplementation "io.jsonwebtoken:jjwt-impl:0.12.5"
testImplementation "io.jsonwebtoken:jjwt-jackson:0.12.5"
testImplementation "com.ninja-squad:springmockk:4.0.2"
testImplementation "org.testcontainers:postgresql:1.19.4"
testImplementation "org.testcontainers:postgresql:1.19.5"
testImplementation "org.junit.platform:junit-platform-launcher:1.10.2"
}

Expand Down

0 comments on commit 9363d86

Please sign in to comment.