From 53c76a6ad0f650fbe97622d3f90e75832a14a37b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 08:43:43 +0000 Subject: [PATCH] chore(deps): bump org.testcontainers:openfga in /examples/servlet 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](https://github.com/testcontainers/testcontainers-java/compare/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] --- examples/servlet/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/servlet/build.gradle b/examples/servlet/build.gradle index a2d68d0..abb2152 100644 --- a/examples/servlet/build.gradle +++ b/examples/servlet/build.gradle @@ -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' }