mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
Update activej to v5.5
This commit is contained in:
parent
dd6184f650
commit
73b303ffe6
1 changed files with 5 additions and 5 deletions
10
build.gradle
10
build.gradle
|
@ -24,11 +24,11 @@ dependencies {
|
|||
implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.2'
|
||||
implementation 'com.rometools:rome:2.1.0'
|
||||
implementation 'org.jsoup:jsoup:1.16.1'
|
||||
implementation 'io.activej:activej-common:5.4.3'
|
||||
implementation 'io.activej:activej-http:5.4.3'
|
||||
implementation 'io.activej:activej-boot:5.4.3'
|
||||
implementation 'io.activej:activej-specializer:5.4.3'
|
||||
implementation 'io.activej:activej-launchers-http:5.4.3'
|
||||
implementation 'io.activej:activej-common:5.5'
|
||||
implementation 'io.activej:activej-http:5.5'
|
||||
implementation 'io.activej:activej-boot:5.5'
|
||||
implementation 'io.activej:activej-specializer:5.5'
|
||||
implementation 'io.activej:activej-launchers-http:5.5'
|
||||
implementation 'org.hsqldb:hsqldb:2.7.2'
|
||||
implementation 'org.postgresql:postgresql:42.6.0'
|
||||
implementation 'org.hibernate:hibernate-core:6.2.5.Final'
|
||||
|
|
Loading…
Reference in a new issue