From c9aef881bab64b49ce6c8358ffa7a30229c147d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Apr 2021 06:39:56 +0000 Subject: [PATCH] Bump activej-common from 4.1 to 4.1.1 Bumps activej-common from 4.1 to 4.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 20b6c06..38bb687 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' + implementation 'io.activej:activej-common:4.1.1' implementation 'io.activej:activej-http:4.1' implementation 'io.activej:activej-boot:4.1.1' implementation 'io.activej:activej-specializer:4.1.1'