From c01adb470328ffe940d934ca2524559d1da2f08a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 03:37:58 +0000 Subject: [PATCH] Bump io.undertow:undertow-core from 2.3.15.Final to 2.3.16.Final Bumps [io.undertow:undertow-core](https://github.com/undertow-io/undertow) from 2.3.15.Final to 2.3.16.Final. - [Release notes](https://github.com/undertow-io/undertow/releases) - [Commits](https://github.com/undertow-io/undertow/compare/2.3.15.Final...2.3.16.Final) --- updated-dependencies: - dependency-name: io.undertow:undertow-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0e79be0..13d473b 100644 --- a/build.gradle +++ b/build.gradle @@ -42,7 +42,7 @@ dependencies { testImplementation("com.codeborne:selenide:7.4.2") testImplementation("org.junit.jupiter:junit-jupiter:5.11.0") testImplementation("io.qameta.allure:allure-selenide:2.29.0") - testImplementation("io.undertow:undertow-core:2.3.15.Final") + testImplementation("io.undertow:undertow-core:2.3.16.Final") testRuntimeOnly("io.qameta.allure:allure-junit5:2.29.0") testRuntimeOnly("org.slf4j:slf4j-simple:2.0.16")