Skip to content

Commit

Permalink
Merge pull request #171 from DevSkillsHQ/dependabot/gradle/app-backen…
Browse files Browse the repository at this point in the history
…d/org.xerial-sqlite-jdbc-3.49.0.0

Bump org.xerial:sqlite-jdbc from 3.48.0.0 to 3.49.0.0 in /app-backend
  • Loading branch information
github-actions[bot] authored Feb 7, 2025
2 parents a327ace + cebbacb commit 924a3ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repositories {
dependencies {
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.xerial:sqlite-jdbc:3.48.0.0'
implementation 'org.xerial:sqlite-jdbc:3.49.0.0'
implementation 'org.hibernate:hibernate-core:6.6.6.Final'
implementation 'org.hibernate.orm:hibernate-community-dialects'

Expand Down

0 comments on commit 924a3ca

Please sign in to comment.