From 0effbee8d9834484d9064149187af55ea4dd6a56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 22:27:23 +0000 Subject: [PATCH] chore(deps): bump airlift-security from 330 to 331 Bumps `airlift-security` from 330 to 331. Updates `io.airlift:security` from 330 to 331 - [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 330 to 331 - [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: '331' dependency-type: direct:production update-type: version-update:semver-major - dependency-name: io.airlift:security-jwks dependency-version: '331' 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 c4d74abd23b..b02e404631d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -162,7 +162,7 @@ async-profiler = "3.0" ap-loader-all = "3.0-9" openjdk-jmc = "9.1.0" airlift-aircompressor = "2.0.2" -airlift-security = "330" +airlift-security = "331" directory-keystore = "1.1.1" maven-mima = "3.0.0-alpha-3" maven-archeologist = "0.0.10"