Update to ActiveJ v5.

This commit is contained in:
FireMaskterK 2021-10-29 16:28:47 +01:00
parent ceced61e60
commit d18a019640
No known key found for this signature in database
GPG Key ID: 49451E4482CC5BCD
1 changed files with 5 additions and 5 deletions

View File

@ -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'