diff --git a/build.gradle b/build.gradle index 166dd3a..89349ec 100644 --- a/build.gradle +++ b/build.gradle @@ -26,11 +26,11 @@ dependencies { implementation 'com.rometools:rome:1.16.0' implementation 'com.github.ipfs:java-ipfs-http-client:v1.3.3' implementation 'org.jsoup:jsoup:1.14.3' - implementation 'io.activej:activej-common:4.3.1' - implementation 'io.activej:activej-http:4.3.1' - implementation 'io.activej:activej-boot:4.3.1' - implementation 'io.activej:activej-specializer:4.3.1' - implementation 'io.activej:activej-launchers-http:4.3.1' + implementation 'io.activej:activej-common:5.0' + implementation 'io.activej:activej-http:5.0' + implementation 'io.activej:activej-boot:5.0' + implementation 'io.activej:activej-specializer:5.0' + implementation 'io.activej:activej-launchers-http:5.0' implementation 'org.postgresql:postgresql:42.3.0' implementation 'org.hibernate:hibernate-core:5.4.30.Final' implementation 'org.hibernate:hibernate-hikaricp:5.4.30.Final'