- Update ro v3.45.2.0

* Features
    ~ sqlite
      + upgrade to sqlite 3.45.2 (c56fbf1)
  * Perf
    ~ CoreStatement uses optimize regex for generated key matches
      (95b8efa)
  * Build
    ~ deps
      + bump org.apache.maven.plugins:maven-gpg-plugin (3b83760)
      + bump org.jreleaser:jreleaser-maven-plugin (9ccd1e7)
      + bump org.graalvm.buildtools:native-maven-plugin (eca45e5)
      + bump andymckay/cancel-action from 0.3 to 0.4 (b11f8be)
      + bump org.graalvm.buildtools:native-maven-plugin (cdad828)
    ~ deps-dev
      + bump org.mockito:mockito-core from 5.10.0 to 5.11.0
        (07b38af)
      + bump org.junit.jupiter:junit-jupiter (6c2e966)
      + bump org.assertj:assertj-core from 3.25.2 to 3.25.3
        (daca050)
    ~ unscoped
      + use BC signer (c84d122)
  * Documentation
    ~ add gpg key to README (18c0bd4), closes #1049
    ~ adding try-with-resources to examples and demo. related #938
      (9a072d3), closes #938

OBS-URL: https://build.opensuse.org/package/show/Java:packages/sqlite-jdbc?expand=0&rev=44
This commit is contained in:
Anton Shvetz 2024-03-13 09:15:08 +00:00 committed by Git OBS Bridge
parent 97cc416c41
commit 7076d6d757
6 changed files with 38 additions and 8 deletions

View File

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

View File

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

View File

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

View File

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

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Wed Mar 13 09:11:38 UTC 2024 - Anton Shvetz <shvetz.anton@gmail.com>
- Update ro v3.45.2.0
* Features
~ sqlite
+ upgrade to sqlite 3.45.2 (c56fbf1)
* Perf
~ CoreStatement uses optimize regex for generated key matches
(95b8efa)
* Build
~ deps
+ bump org.apache.maven.plugins:maven-gpg-plugin (3b83760)
+ bump org.jreleaser:jreleaser-maven-plugin (9ccd1e7)
+ bump org.graalvm.buildtools:native-maven-plugin (eca45e5)
+ bump andymckay/cancel-action from 0.3 to 0.4 (b11f8be)
+ bump org.graalvm.buildtools:native-maven-plugin (cdad828)
~ deps-dev
+ bump org.mockito:mockito-core from 5.10.0 to 5.11.0
(07b38af)
+ bump org.junit.jupiter:junit-jupiter (6c2e966)
+ bump org.assertj:assertj-core from 3.25.2 to 3.25.3
(daca050)
~ unscoped
+ use BC signer (c84d122)
* Documentation
~ add gpg key to README (18c0bd4), closes #1049
~ adding try-with-resources to examples and demo. related #938
(9a072d3), closes #938
-------------------------------------------------------------------
Wed Jan 31 03:55:26 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.1.0
%global amalgamation_version 3450100
%global version 3.45.2.0
%global amalgamation_version 3450200
%global debug_package %{nil}
Name: sqlite-jdbc
Version: %{version}