From d62a7fda4de96e2c57e27b544a3e935f318150dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 23:09:50 +0000 Subject: [PATCH] chore(deps): bump airlift-security from 305 to 309 Bumps `airlift-security` from 305 to 309. Updates `io.airlift:security` from 305 to 309 - [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 305 to 309 - [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 06a86247db4..20c39c02b4e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -156,7 +156,7 @@ async-profiler = "3.0" ap-loader-all = "3.0-9" openjdk-jmc = "9.0.0" airlift-aircompressor = "2.0.2" -airlift-security = "305" +airlift-security = "309" directory-keystore = "1.1.0" maven-mima = "3.0.0-alpha-3" maven-archeologist = "0.0.10"