Skip to content

Commit 233de67

Browse files
authored
Merge pull request #27 from komamitsu/dependabot/gradle/org.xerial-sqlite-jdbc-3.45.1.0
Bump org.xerial:sqlite-jdbc from 3.42.0.1 to 3.45.1.0
2 parents 575381f + 8996ec7 commit 233de67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies {
4343
implementation "org.slf4j:slf4j-api:2.0.11"
4444
implementation 'javax.annotation:javax.annotation-api:1.3.2'
4545
api "org.springframework.data:spring-data-jdbc:2.4.5"
46-
implementation 'org.xerial:sqlite-jdbc:3.42.0.1'
46+
implementation 'org.xerial:sqlite-jdbc:3.45.1.0'
4747
testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.1"
4848
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.1"
4949
testImplementation "org.assertj:assertj-core:3.25.2"

0 commit comments

Comments
 (0)