From e36bae19c692603a1a08c42dd4e687bbcf8be829 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 18:56:27 +0000 Subject: [PATCH] Bump supabase from 1.4.0 to 1.4.4 Bumps `supabase` from 1.4.0 to 1.4.4. Updates `io.github.jan-tennert.supabase:gotrue-kt` from 1.4.0 to 1.4.4 - [Release notes](https://github.com/supabase-community/supabase-kt/releases) - [Commits](https://github.com/supabase-community/supabase-kt/compare/1.4.0...1.4.4) Updates `io.github.jan-tennert.supabase:storage-kt` from 1.4.0 to 1.4.4 - [Release notes](https://github.com/supabase-community/supabase-kt/releases) - [Commits](https://github.com/supabase-community/supabase-kt/compare/1.4.0...1.4.4) Updates `io.github.jan-tennert.supabase:postgrest-kt` from 1.4.0 to 1.4.4 - [Release notes](https://github.com/supabase-community/supabase-kt/releases) - [Commits](https://github.com/supabase-community/supabase-kt/compare/1.4.0...1.4.4) Updates `io.github.jan-tennert.supabase:functions-kt` from 1.4.0 to 1.4.4 - [Release notes](https://github.com/supabase-community/supabase-kt/releases) - [Commits](https://github.com/supabase-community/supabase-kt/compare/1.4.0...1.4.4) Updates `io.github.jan-tennert.supabase:compose-auth` from 1.4.0 to 1.4.4 - [Release notes](https://github.com/supabase-community/supabase-kt/releases) - [Commits](https://github.com/supabase-community/supabase-kt/compare/1.4.0...1.4.4) Updates `io.github.jan-tennert.supabase:compose-auth-ui` from 1.4.0 to 1.4.4 - [Release notes](https://github.com/supabase-community/supabase-kt/releases) - [Commits](https://github.com/supabase-community/supabase-kt/compare/1.4.0...1.4.4) --- updated-dependencies: - dependency-name: io.github.jan-tennert.supabase:gotrue-kt dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.github.jan-tennert.supabase:storage-kt dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.github.jan-tennert.supabase:postgrest-kt dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.github.jan-tennert.supabase:functions-kt dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.github.jan-tennert.supabase:compose-auth dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.github.jan-tennert.supabase:compose-auth-ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 8a3f055..3063f78 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,7 +9,7 @@ lifecycle = "2.6.2" activity-compose = "1.8.0" compose-bom = "2023.06.01" koin = "3.5.0" -supabase = "1.4.0" +supabase = "1.4.4" koin-compose = "3.5.0" ktor = "2.3.5" sqldelight = "2.0.0"