- Update to v3.45.1.0

* Features
    ~ sqlite
      + upgrade to sqlite 3.45.1 (8a47fb0)
  * Fixes
    ~ jdbc
      + support CTE and REPLACE syntax with
        Statement#getGeneratedKeys (2cf1b26)
  * Build
    ~ deps
      + bump org.graalvm.sdk:nativeimage from 23.1.1 to 23.1.2
        (a84e560)
    ~ deps-dev
      + bump org.assertj:assertj-core from 3.25.1 to 3.25.2
        (2e336d9)
      + bump org.mockito:mockito-core from 5.9.0 to 5.10.0
        (0eb6cb8)

OBS-URL: https://build.opensuse.org/package/show/Java:packages/sqlite-jdbc?expand=0&rev=42
This commit is contained in:
Anton Shvetz 2024-01-31 03:57:52 +00:00 committed by Git OBS Bridge
parent 93bc946dcd
commit 97cc416c41
6 changed files with 29 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bde30d13ebdf84926ddd5e8b6df145be03a577a48fd075a087a5dd815bcdf740
size 2729858

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5592243caf28b2cdef41e6ab58d25d653dfc53deded8450eb66072c929f030c4
size 2730697

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b9879a22c0a7dd57cce7f373d87a680a7bc69427ebebdd35ace4b0fa1fdf0ae1
size 17457805

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:aed7e39413c684b504b750ae10e4bfd1946daeba6876388e163588f68501d051
size 17460513

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Wed Jan 31 03:55:26 UTC 2024 - Anton Shvetz <shvetz.anton@gmail.com>
- Update to v3.45.1.0
* Features
~ sqlite
+ upgrade to sqlite 3.45.1 (8a47fb0)
* Fixes
~ jdbc
+ support CTE and REPLACE syntax with
Statement#getGeneratedKeys (2cf1b26)
* Build
~ deps
+ bump org.graalvm.sdk:nativeimage from 23.1.1 to 23.1.2
(a84e560)
~ deps-dev
+ bump org.assertj:assertj-core from 3.25.1 to 3.25.2
(2e336d9)
+ bump org.mockito:mockito-core from 5.9.0 to 5.10.0
(0eb6cb8)
-------------------------------------------------------------------
Fri Jan 19 04:03:52 UTC 2024 - Anton Shvetz <shvetz.anton@gmail.com>

View File

@ -17,8 +17,8 @@
%{!?make_build:%global make_build make %{?_smp_mflags}}
%global version 3.45.0.0
%global amalgamation_version 3450000
%global version 3.45.1.0
%global amalgamation_version 3450100
%global debug_package %{nil}
Name: sqlite-jdbc
Version: %{version}