Skip to content

Commit

Permalink
Merge pull request #104 from devondragon/dependabot/gradle/com.h2data…
Browse files Browse the repository at this point in the history
…base-h2-2.3.230

Bump com.h2database:h2 from 2.2.224 to 2.3.230
  • Loading branch information
devondragon committed Jul 16, 2024
2 parents 8753ffc + 0e3333e commit 635d693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ dependencies {
// Test dependencies
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation 'org.springframework.security:spring-security-test'
testImplementation 'com.h2database:h2:2.2.224'
testImplementation 'com.h2database:h2:2.3.230'
testImplementation group: 'com.codeborne', name: 'selenide', version: '7.3.3'
testImplementation group: 'io.github.bonigarcia', name: 'webdrivermanager', version: '5.9.1'
}
Expand Down

0 comments on commit 635d693

Please sign in to comment.