Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Commit

Permalink
Bump sqlite-jdbc from 3.40.1.0 to 3.42.0.0 (#153)
Browse files Browse the repository at this point in the history
* Bump sqlite-jdbc from 3.40.1.0 to 3.42.0.0

Bumps [sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.40.1.0 to 3.42.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.40.1.0...3.42.0.0)

---
updated-dependencies:
- dependency-name: org.xerial:sqlite-jdbc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update pom.xml

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Fi0x <58072122+Fi0x@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and Fi0x committed Jun 20, 2023
1 parent c530d34 commit 5dfab6f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version>
<version>3.11.0</version>
<configuration>
<source>13</source>
<target>13</target>
Expand Down Expand Up @@ -139,12 +139,12 @@
<dependency>
<groupId>io.github.Fi0x</groupId>
<artifactId>JavaLogger</artifactId>
<version>1.1.11</version>
<version>1.2.1</version>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-controls</artifactId>
<version>19.0.2.1</version>
<version>20.0.1</version>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
Expand All @@ -164,12 +164,12 @@
<dependency>
<groupId>com.akathist.maven.plugins.launch4j</groupId>
<artifactId>launch4j-maven-plugin</artifactId>
<version>2.3.2</version>
<version>2.4.1</version>
</dependency>
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.40.1.0</version>
<version>3.42.0.0</version>
</dependency>
<dependency>
<groupId>org.zeromq</groupId>
Expand All @@ -187,4 +187,4 @@
<version>1.5.1</version>
</dependency>
</dependencies>
</project>
</project>

0 comments on commit 5dfab6f

Please sign in to comment.