From 4d649dc45c70ddeeab5f4a2241594a3b302e2c51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 00:24:55 +0000 Subject: [PATCH] build(deps): bump airlift-security from 285 to 294 Bumps `airlift-security` from 285 to 294. Updates `io.airlift:security` from 285 to 294 - [Release notes](https://github.com/airlift/airlift/releases) - [Changelog](https://github.com/airlift/airlift/blob/master/NEWS) - [Commits](https://github.com/airlift/airlift/commits) Updates `io.airlift:security-jwks` from 285 to 294 - [Release notes](https://github.com/airlift/airlift/releases) - [Changelog](https://github.com/airlift/airlift/blob/master/NEWS) - [Commits](https://github.com/airlift/airlift/commits) --- updated-dependencies: - dependency-name: io.airlift:security dependency-type: direct:production update-type: version-update:semver-major - dependency-name: io.airlift:security-jwks dependency-type: direct:production update-type: version-update:semver-major ... 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 f0dc607..359edea 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -151,7 +151,7 @@ async-profiler = "3.0" ap-loader-all = "3.0-9" openjdk-jmc = "9.0.0" airlift-aircompressor = "2.0.2" -airlift-security = "285" +airlift-security = "294" directory-keystore = "1.1.0" maven-mima = "3.0.0-alpha-3" maven-archeologist = "0.0.10"