From 4537381151c0f1a71e9ef311ff2d9fc59923bbbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Apr 2021 08:29:52 +0000 Subject: [PATCH] Bump activej-boot from 4.1.1 to 4.2 Bumps [activej-boot](https://github.com/activej/activej) from 4.1.1 to 4.2. - [Release notes](https://github.com/activej/activej/releases) - [Commits](https://github.com/activej/activej/compare/v4.1.1...v4.2) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index fac6c4d..50630d9 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.1' implementation 'io.activej:activej-http:4.1.1' - implementation 'io.activej:activej-boot:4.1.1' + implementation 'io.activej:activej-boot:4.2' implementation 'io.activej:activej-specializer:4.1.1' implementation 'io.activej:activej-launchers-http:4.1.1' implementation 'net.java.dev.jna:jna-platform:5.8.0'