Skip to content

Commit b36bd0a

Browse files
Bump org.xerial:sqlite-jdbc from 3.50.1.0 to 3.50.2.0 in /app-backend
Bumps [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.50.1.0 to 3.50.2.0. - [Release notes](https://github.com/xerial/sqlite-jdbc/releases) - [Changelog](https://github.com/xerial/sqlite-jdbc/blob/master/CHANGELOG) - [Commits](xerial/sqlite-jdbc@3.50.1.0...3.50.2.0) --- updated-dependencies: - dependency-name: org.xerial:sqlite-jdbc dependency-version: 3.50.2.0 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b25f071 commit b36bd0a

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.1.0'
22+
implementation 'org.xerial:sqlite-jdbc:3.50.2.0'
2323
implementation 'org.hibernate:hibernate-core:7.0.3.Final'
2424
implementation 'org.hibernate.orm:hibernate-community-dialects'
2525

0 commit comments

Comments
 (0)