Skip to content

Commit

Permalink
chore(deps): bump org.testcontainers:openfga in /examples/servlet
Browse files Browse the repository at this point in the history
Bumps [org.testcontainers:openfga](https://github.com/testcontainers/testcontainers-java) from 1.20.0 to 1.20.4.
- [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.20.0...1.20.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 19, 2024
1 parent 17c2175 commit 53c76a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/servlet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ dependencies {
implementation 'dev.openfga:openfga-spring-boot-starter:0.0.1'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation 'org.springframework.boot:spring-boot-testcontainers'
testImplementation 'org.testcontainers:openfga:1.20.0'
testImplementation 'org.testcontainers:openfga:1.20.4'
}

0 comments on commit 53c76a6

Please sign in to comment.