Skip to content

Commit

Permalink
Bump sqlite to version 3.42.0.0 (#47)
Browse files Browse the repository at this point in the history

Signed-off-by: Paolo Di Tommaso <[email protected]>
Co-authored-by: Paolo Di Tommaso <[email protected]>
  • Loading branch information
swampie and pditommaso authored Jul 26, 2024
1 parent 137f380 commit 4725b89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ name: MigTool continuous build
on:
push:
branches:
- '*'
- '**'
- '!refs/tags/.*'
tags-ignore:
- '*'
- '**'

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies {
runtimeOnly 'mysql:mysql-connector-java:8.0.22'
runtimeOnly 'com.h2database:h2:1.4.200'
runtimeOnly 'mysql:mysql-connector-java:8.0.28'
runtimeOnly 'org.xerial:sqlite-jdbc:3.36.0.3'
runtimeOnly 'org.xerial:sqlite-jdbc:3.42.0.0'
implementation 'info.picocli:picocli:4.6.3'
annotationProcessor 'info.picocli:picocli-codegen:4.6.3'

Expand Down

0 comments on commit 4725b89

Please sign in to comment.