From ee9166849fb02355453d7974e07813aeec93b18c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Apr 2021 06:37:45 +0000 Subject: [PATCH] Bump activej-boot from 4.1 to 4.1.1 Bumps [activej-boot](https://github.com/activej/activej) from 4.1 to 4.1.1. - [Release notes](https://github.com/activej/activej/releases) - [Commits](https://github.com/activej/activej/compare/v4.1...v4.1.1) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8fa7d72..20b6c06 100644 --- a/build.gradle +++ b/build.gradle @@ -29,7 +29,7 @@ dependencies { implementation 'org.jsoup:jsoup:1.13.1' implementation 'io.activej:activej-common:4.1' implementation 'io.activej:activej-http:4.1' - implementation 'io.activej:activej-boot:4.1' + implementation 'io.activej:activej-boot:4.1.1' implementation 'io.activej:activej-specializer:4.1.1' implementation 'io.activej:activej-launchers-http:4.1' implementation 'net.java.dev.jna:jna-platform:5.8.0'