Skip to content

Commit

Permalink
Merge pull request #97 from BLCK-B/dependabot/gradle/main/minor-and-p…
Browse files Browse the repository at this point in the history
…atches-aec441adba

Bump the minor-and-patches group with 3 updates
  • Loading branch information
github-actions[bot] authored Oct 7, 2024
2 parents 0030d6b + 81bb099 commit a3b3d8e
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 @@ -55,12 +55,12 @@ dependencies {
implementation 'org.xerial:sqlite-jdbc:3.46.1.3'
implementation 'org.jsoup:jsoup:1.18.1'

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

testImplementation 'org.mockito:mockito-core:5.14.0'
testImplementation 'org.mockito:mockito-junit-jupiter:5.14.0'
testImplementation 'org.mockito:mockito-core:5.14.1'
testImplementation 'org.mockito:mockito-junit-jupiter:5.14.1'

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

0 comments on commit a3b3d8e

Please sign in to comment.