mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
bump h2 to 2.0.202
This commit is contained in:
parent
6ee93ee854
commit
ec6a4eaa43
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ dependencies {
|
||||||
implementation 'io.activej:activej-boot:5.0'
|
implementation 'io.activej:activej-boot:5.0'
|
||||||
implementation 'io.activej:activej-specializer:5.0'
|
implementation 'io.activej:activej-specializer:5.0'
|
||||||
implementation 'io.activej:activej-launchers-http:5.0'
|
implementation 'io.activej:activej-launchers-http:5.0'
|
||||||
implementation 'com.h2database:h2:1.4.200'
|
implementation 'com.h2database:h2:2.0.202'
|
||||||
implementation 'org.postgresql:postgresql:42.3.1'
|
implementation 'org.postgresql:postgresql:42.3.1'
|
||||||
implementation 'org.hibernate:hibernate-core:5.6.1.Final'
|
implementation 'org.hibernate:hibernate-core:5.6.1.Final'
|
||||||
implementation 'org.hibernate:hibernate-hikaricp:5.6.1.Final'
|
implementation 'org.hibernate:hibernate-hikaricp:5.6.1.Final'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue