Skip to content

Commit

Permalink
Merge pull request #48 from austinarbor/releases/3.48.0.0
Browse files Browse the repository at this point in the history
Prepare 3.48.0.0
  • Loading branch information
austinarbor authored Jan 27, 2025
2 parents 9c78a17 + 8406b4b commit 73d98c5
Show file tree
Hide file tree
Showing 29 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .fork-meta/upstream-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.47.2.0
3.48.0.0
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ CCFLAGS:= -I$(SQLITE_OUT) -I$(SQLITE_INCLUDE) $(CCFLAGS)

$(SQLITE_ARCHIVE):
@mkdir -p $(@D)
curl -L --max-redirs 0 -f -o$@ https://www.sqlite.org/2025/$(SQLITE_AMAL_PREFIX).zip || \
curl -L --max-redirs 0 -f -o$@ https://www.sqlite.org/2024/$(SQLITE_AMAL_PREFIX).zip || \
curl -L --max-redirs 0 -f -o$@ https://www.sqlite.org/2023/$(SQLITE_AMAL_PREFIX).zip || \
curl -L --max-redirs 0 -f -o$@ https://www.sqlite.org/2022/$(SQLITE_AMAL_PREFIX).zip || \
Expand Down
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ image:https://img.shields.io/maven-central/v/dev.aga.sqlite/sqlite-jdbc?color=g&
_Everything below this line comes from the original repository._

= SQLite JDBC Driver
:project-version: 3.47.2.0
:project-version: 3.48.0.0

image:https://img.shields.io/github/actions/workflow/status/xerial/sqlite-jdbc/ci.yml?branch=master[GitHub Workflow Status (branch),link=https://github.com/xerial/sqlite-jdbc/actions/workflows/ci.yml?query=branch%3Amaster]
image:https://badges.gitter.im/xerial/sqlite-jdbc.svg[Join the chat,link=https://gitter.im/xerial/sqlite-jdbc?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge]
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=3.47.2
version=3.48.0
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>dev.aga.sqlite</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.47.2.0</version>
<version>3.48.0.0</version>
<name>SQLite JDBC</name>
<description>SQLite JDBC library</description>
<url>https://github.com/austinarbor/sqlite-jdbc</url>
Expand Down Expand Up @@ -185,7 +185,7 @@
<plugin>
<groupId>org.jreleaser</groupId>
<artifactId>jreleaser-maven-plugin</artifactId>
<version>1.15.0</version>
<version>1.16.0</version>
<configuration>
<configFile>jreleaser.yml</configFile>
</configuration>
Expand Down Expand Up @@ -404,7 +404,7 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.27.0</version>
<version>3.27.2</version>
<scope>test</scope>
<exclusions>
<exclusion><!--
Expand All @@ -425,7 +425,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.14.2</version>
<version>5.15.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
Binary file not shown.
Binary file modified src/main/resources/org/sqlite/native/FreeBSD/x86/libsqlitejdbc.so
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified src/main/resources/org/sqlite/native/Linux/arm/libsqlitejdbc.so
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified src/main/resources/org/sqlite/native/Linux/x86/libsqlitejdbc.so
Binary file not shown.
Binary file modified src/main/resources/org/sqlite/native/Linux/x86_64/libsqlitejdbc.so
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified src/main/resources/org/sqlite/native/Windows/x86/sqlitejdbc.dll
Binary file not shown.
Binary file not shown.

0 comments on commit 73d98c5

Please sign in to comment.