Skip to content

Commit

Permalink
Merge pull request #130 from BLCK-B/dependabot/gradle/main/minor-and-…
Browse files Browse the repository at this point in the history
…patches-a3421975da

Bump the minor-and-patches group with 3 updates
  • Loading branch information
github-actions[bot] authored Jan 6, 2025
2 parents 6e04a95 + a6e29b3 commit e31bdf5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@ java {
}

dependencies {
implementation 'org.xerial:sqlite-jdbc:3.47.1.0'
implementation 'org.xerial:sqlite-jdbc:3.47.2.0'
implementation 'org.jsoup:jsoup:1.18.3'

testImplementation(platform('org.junit:junit-bom:5.11.4'))
testImplementation 'org.junit.jupiter:junit-jupiter-api'
testImplementation 'org.junit.jupiter:junit-jupiter-engine'

testImplementation 'org.mockito:mockito-core:5.14.2'
testImplementation 'org.mockito:mockito-junit-jupiter:5.14.2'
testImplementation 'org.mockito:mockito-core:5.15.2'
testImplementation 'org.mockito:mockito-junit-jupiter:5.15.2'

implementation 'org.springframework.boot:spring-boot-starter-web'
developmentOnly 'org.springframework.boot:spring-boot-devtools'
Expand Down

0 comments on commit e31bdf5

Please sign in to comment.