From b51af0752d3ad9c1089655d0e4ed6bd8534b1bb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Apr 2021 08:23:17 +0000 Subject: [PATCH] Bump activej-common from 4.1.1 to 4.2 Bumps activej-common from 4.1.1 to 4.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 eb2ded7..65e80ec 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,7 @@ dependencies { implementation 'com.rometools:rome:1.15.0' implementation 'com.github.ipfs:java-ipfs-http-client:v1.3.3' implementation 'org.jsoup:jsoup:1.13.1' - implementation 'io.activej:activej-common:4.1.1' + implementation 'io.activej:activej-common:4.2' implementation 'io.activej:activej-http:4.2' implementation 'io.activej:activej-boot:4.2' implementation 'io.activej:activej-specializer:4.2'