We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b25f071 + b36bd0a commit c1926baCopy full SHA for c1926ba
app-backend/build.gradle
@@ -19,7 +19,7 @@ repositories {
19
dependencies {
20
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
21
implementation 'org.springframework.boot:spring-boot-starter-web'
22
- implementation 'org.xerial:sqlite-jdbc:3.50.1.0'
+ implementation 'org.xerial:sqlite-jdbc:3.50.2.0'
23
implementation 'org.hibernate:hibernate-core:7.0.3.Final'
24
implementation 'org.hibernate.orm:hibernate-community-dialects'
25
0 commit comments