From 36ed78bcf39da39d4b2e016ddf7fd10f87badf72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 16:44:39 +0000 Subject: [PATCH] chore(deps): bump airlift-security from 342 to 351 Bumps `airlift-security` from 342 to 351. Updates `io.airlift:security` from 342 to 351 - [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 342 to 351 - [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-version: '351' dependency-type: direct:production update-type: version-update:semver-major - dependency-name: io.airlift:security-jwks dependency-version: '351' 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 10ef0aa9e15..d14c1e1b23b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -169,7 +169,7 @@ async-profiler = "4.1" ap-loader-all = "4.1-10" openjdk-jmc = "9.1.0" airlift-aircompressor = "2.0.2" -airlift-security = "342" +airlift-security = "351" directory-keystore = "1.1.1" maven-mima = "3.0.0-alpha-3" maven-archeologist = "0.0.10"