Skip to content

Commit 00abf06

Browse files
Merge pull request #377 from DevSkillsHQ/dependabot/gradle/app-backend/org.xerial-sqlite-jdbc-3.50.3.0
Bump org.xerial:sqlite-jdbc from 3.50.2.0 to 3.50.3.0 in /app-backend
2 parents 3fac099 + ffcc5b3 commit 00abf06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app-backend/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repositories {
1919
dependencies {
2020
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
2121
implementation 'org.springframework.boot:spring-boot-starter-web'
22-
implementation 'org.xerial:sqlite-jdbc:3.50.2.0'
22+
implementation 'org.xerial:sqlite-jdbc:3.50.3.0'
2323
implementation 'org.hibernate:hibernate-core:7.0.6.Final'
2424
implementation 'org.hibernate.orm:hibernate-community-dialects'
2525

0 commit comments

Comments
 (0)