mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
Update to ActiveJ v5.
This commit is contained in:
parent
ceced61e60
commit
d18a019640
1 changed files with 5 additions and 5 deletions
10
build.gradle
10
build.gradle
|
@ -26,11 +26,11 @@ dependencies {
|
||||||
implementation 'com.rometools:rome:1.16.0'
|
implementation 'com.rometools:rome:1.16.0'
|
||||||
implementation 'com.github.ipfs:java-ipfs-http-client:v1.3.3'
|
implementation 'com.github.ipfs:java-ipfs-http-client:v1.3.3'
|
||||||
implementation 'org.jsoup:jsoup:1.14.3'
|
implementation 'org.jsoup:jsoup:1.14.3'
|
||||||
implementation 'io.activej:activej-common:4.3.1'
|
implementation 'io.activej:activej-common:5.0'
|
||||||
implementation 'io.activej:activej-http:4.3.1'
|
implementation 'io.activej:activej-http:5.0'
|
||||||
implementation 'io.activej:activej-boot:4.3.1'
|
implementation 'io.activej:activej-boot:5.0'
|
||||||
implementation 'io.activej:activej-specializer:4.3.1'
|
implementation 'io.activej:activej-specializer:5.0'
|
||||||
implementation 'io.activej:activej-launchers-http:4.3.1'
|
implementation 'io.activej:activej-launchers-http:5.0'
|
||||||
implementation 'org.postgresql:postgresql:42.3.0'
|
implementation 'org.postgresql:postgresql:42.3.0'
|
||||||
implementation 'org.hibernate:hibernate-core:5.4.30.Final'
|
implementation 'org.hibernate:hibernate-core:5.4.30.Final'
|
||||||
implementation 'org.hibernate:hibernate-hikaricp:5.4.30.Final'
|
implementation 'org.hibernate:hibernate-hikaricp:5.4.30.Final'
|
||||||
|
|
Loading…
Reference in a new issue