Skip to content

Commit cfbefe8

Browse files
Bump the dependencies group with 2 updates
Bumps the dependencies group with 2 updates: [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) and [org.jdbi:jdbi3-sqlite](https://github.com/jdbi/jdbi). Updates `org.xerial:sqlite-jdbc` from 3.50.3.0 to 3.51.0.0 - [Release notes](https://github.com/xerial/sqlite-jdbc/releases) - [Changelog](https://github.com/xerial/sqlite-jdbc/blob/master/CHANGELOG) - [Commits](xerial/sqlite-jdbc@3.50.3.0...3.51.0.0) Updates `org.jdbi:jdbi3-sqlite` from 3.49.6 to 3.50.0 - [Release notes](https://github.com/jdbi/jdbi/releases) - [Changelog](https://github.com/jdbi/jdbi/blob/master/RELEASE_NOTES.md) - [Commits](jdbi/jdbi@v3.49.6...v3.50.0) --- updated-dependencies: - dependency-name: org.xerial:sqlite-jdbc dependency-version: 3.51.0.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: org.jdbi:jdbi3-sqlite dependency-version: 3.50.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3b1feb2 commit cfbefe8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
<dependency>
133133
<groupId>org.xerial</groupId>
134134
<artifactId>sqlite-jdbc</artifactId>
135-
<version>3.50.3.0</version>
135+
<version>3.51.0.0</version>
136136
</dependency>
137137
<dependency>
138138
<groupId>io.minio</groupId>
@@ -157,7 +157,7 @@
157157
<dependency>
158158
<groupId>org.jdbi</groupId>
159159
<artifactId>jdbi3-sqlite</artifactId>
160-
<version>3.49.6</version>
160+
<version>3.50.0</version>
161161
</dependency>
162162
<dependency>
163163
<groupId>org.junit.jupiter</groupId>

0 commit comments

Comments
 (0)