Skip to content

Commit

Permalink
Merge pull request #4 from DevSkillsHQ/dependabot/gradle/app-backend/…
Browse files Browse the repository at this point in the history
…org.xerial-sqlite-jdbc-3.45.1.0

Bump org.xerial:sqlite-jdbc from 3.36.0.3 to 3.45.1.0 in /app-backend
  • Loading branch information
github-actions[bot] authored Feb 21, 2024
2 parents c61410c + 1cf1b38 commit d597eaf
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.36.0.3'
implementation 'org.xerial:sqlite-jdbc:3.45.1.0'

testImplementation 'org.springframework.boot:spring-boot-starter-test'
}
Expand Down

0 comments on commit d597eaf

Please sign in to comment.