Skip to content

Commit f72e9eb

Browse files
committed
Version 3.49.1.0
2 parents 2fbeeae + ca15954 commit f72e9eb

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
= SQLite JDBC Driver
2-
:project-version: 3.48.0.0
2+
:project-version: 3.49.1.0
33

44
image:https://img.shields.io/github/actions/workflow/status/willena/sqlite-jdbc-crypt/ci.yml?branch=master[GitHub Workflow Status (branch),link=https://github.com/willena/sqlite-jdbc/actions/workflows/ci.yml?query=branch%3Amaster]
55
image:https://maven-badges.herokuapp.com/maven-central/io.github.willena/sqlite-jdbc/badge.svg[Maven Central,link=https://maven-badges.herokuapp.com/maven-central/io.github.willena/sqlite-jdbc/]

VERSION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version=3.49.0
2-
artifactVersion=3.49.0.0
3-
sqliteMCVersion=2.0.3
1+
version=3.49.1
2+
artifactVersion=3.49.1.0
3+
sqliteMCVersion=2.0.4

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>io.github.willena</groupId>
66
<artifactId>sqlite-jdbc</artifactId>
7-
<version>3.49.0.0</version>
7+
<version>3.49.1.0</version>
88
<name>SQLite JDBC</name>
99
<description>SQLite JDBC library with encryption and authentication support</description>
1010
<url>https://github.com/Willena/sqlite-jdbc-crypt</url>
@@ -13,7 +13,7 @@
1313
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1414
<junit.version>5.11.4</junit.version>
1515
<surefire.version>3.5.2</surefire.version>
16-
<archunit.version>1.3.0</archunit.version>
16+
<archunit.version>1.4.0</archunit.version>
1717
<graalvm.version>24.1.2</graalvm.version>
1818
<java9.sourceDirectory>${project.basedir}/src/main/java9</java9.sourceDirectory>
1919
</properties>
@@ -340,7 +340,7 @@
340340
<plugin>
341341
<groupId>org.graalvm.buildtools</groupId>
342342
<artifactId>native-maven-plugin</artifactId>
343-
<version>0.10.4</version>
343+
<version>0.10.5</version>
344344
<extensions>true</extensions>
345345
<executions>
346346
<execution>

0 commit comments

Comments
 (0)