From 2854f1c9fe48faa7edd2933ff6dc81ee4d4d24db Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 25 May 2021 06:27:19 +0000 Subject: [PATCH] Bump jboss-threads from 3.3.0.Final to 3.4.0.Final Bumps [jboss-threads](https://github.com/jbossas/jboss-threads) from 3.3.0.Final to 3.4.0.Final. - [Release notes](https://github.com/jbossas/jboss-threads/releases) - [Commits](https://github.com/jbossas/jboss-threads/compare/3.3.0.Final...3.4.0.Final) Signed-off-by: dependabot-preview[bot] --- gradle/dependencies.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle index d761342..2f8c047 100644 --- a/gradle/dependencies.gradle +++ b/gradle/dependencies.gradle @@ -28,7 +28,7 @@ ext { kotlin : '1.5.0', // Kotlin javax : '1.3.2', jbossLogging : '3.4.1.Final', - jbossThreads : '3.3.0.Final', + jbossThreads : '3.4.0.Final', wildflyCommon : '1.5.4.Final-format-001', junit : '4.13.2', // Unit Testing ]