Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: xerial/sqlite-jdbc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.41.0.0
Choose a base ref
...
head repository: xerial/sqlite-jdbc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.41.0.1
Choose a head ref
  • 20 commits
  • 20 files changed
  • 7 contributors

Commits on Feb 23, 2023

  1. Configuration menu
    Copy the full SHA
    4176e50 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Configuration menu
    Copy the full SHA
    8be7243 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12f2113 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2023

  1. Configuration menu
    Copy the full SHA
    26df15f View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Configuration menu
    Copy the full SHA
    c2bfaa4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a2a5b1 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump maven-enforcer-plugin from 3.1.0 to 3.2.1

    Bumps [maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.1.0 to 3.2.1.
    - [Release notes](https://github.com/apache/maven-enforcer/releases)
    - [Commits](apache/maven-enforcer@enforcer-3.1.0...enforcer-3.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-enforcer-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and gotson committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    f67c97a View commit details
    Browse the repository at this point in the history
  4. build(deps-dev): bump logback-classic from 1.3.4 to 1.4.5

    Bumps [logback-classic](https://github.com/qos-ch/logback) from 1.3.4 to 1.4.5.
    - [Release notes](https://github.com/qos-ch/logback/releases)
    - [Commits](qos-ch/logback@v_1.3.4...v_1.4.5)
    
    ---
    updated-dependencies:
    - dependency-name: ch.qos.logback:logback-classic
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and gotson committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    276f682 View commit details
    Browse the repository at this point in the history
  5. build(deps-dev): bump archunit-junit5 from 1.0.0 to 1.0.1

    Bumps [archunit-junit5](https://github.com/TNG/ArchUnit) from 1.0.0 to 1.0.1.
    - [Release notes](https://github.com/TNG/ArchUnit/releases)
    - [Commits](TNG/ArchUnit@v1.0.0...v1.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: com.tngtech.archunit:archunit-junit5
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and gotson committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    bfe7c1b View commit details
    Browse the repository at this point in the history
  6. build(deps): bump maven-javadoc-plugin from 3.4.1 to 3.5.0

    Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.4.1 to 3.5.0.
    - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
    - [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.4.1...maven-javadoc-plugin-3.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and gotson committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    7085bf4 View commit details
    Browse the repository at this point in the history
  7. build(deps-dev): bump junit-pioneer from 1.7.1 to 2.0.0

    Bumps [junit-pioneer](https://github.com/junit-pioneer/junit-pioneer) from 1.7.1 to 2.0.0.
    - [Release notes](https://github.com/junit-pioneer/junit-pioneer/releases)
    - [Commits](junit-pioneer/junit-pioneer@v1.7.1...v2.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.junit-pioneer:junit-pioneer
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and gotson committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    db56d15 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. fix: database from jar resource no longer keeps the jar file-descript…

    …or open
    
    remove temp files post test execution using JUnit @tempdir
    kkriske authored Mar 15, 2023
    Configuration menu
    Copy the full SHA
    38c25af View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Configuration menu
    Copy the full SHA
    b7c40c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b09e093 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. build(deps): bump surefire.version from 3.0.0-M7 to 3.0.0

    Bumps `surefire.version` from 3.0.0-M7 to 3.0.0.
    
    Updates `maven-surefire-report-plugin` from 3.0.0-M7 to 3.0.0
    - [Release notes](https://github.com/apache/maven-surefire/releases)
    - [Commits](apache/maven-surefire@surefire-3.0.0-M7...surefire-3.0.0)
    
    Updates `maven-surefire-plugin` from 3.0.0-M7 to 3.0.0
    - [Release notes](https://github.com/apache/maven-surefire/releases)
    - [Commits](apache/maven-surefire@surefire-3.0.0-M7...surefire-3.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-surefire-report-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.maven.plugins:maven-surefire-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and gotson committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    15db506 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump jreleaser-maven-plugin from 1.4.0 to 1.5.1

    Bumps [jreleaser-maven-plugin](https://github.com/jreleaser/jreleaser) from 1.4.0 to 1.5.1.
    - [Release notes](https://github.com/jreleaser/jreleaser/releases)
    - [Changelog](https://github.com/jreleaser/jreleaser/blob/main/jreleaser.yml)
    - [Commits](jreleaser/jreleaser@v1.4.0...v1.5.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.jreleaser:jreleaser-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and gotson committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    5fba437 View commit details
    Browse the repository at this point in the history
  3. build(deps-dev): bump assertj-core from 3.23.1 to 3.24.2

    Bumps assertj-core from 3.23.1 to 3.24.2.
    
    ---
    updated-dependencies:
    - dependency-name: org.assertj:assertj-core
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and gotson committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    12d1f2c View commit details
    Browse the repository at this point in the history
  4. build(deps): bump native-maven-plugin from 0.9.19 to 0.9.20

    Bumps [native-maven-plugin](https://github.com/graalvm/native-build-tools) from 0.9.19 to 0.9.20.
    - [Release notes](https://github.com/graalvm/native-build-tools/releases)
    - [Commits](graalvm/native-build-tools@0.9.19...0.9.20)
    
    ---
    updated-dependencies:
    - dependency-name: org.graalvm.buildtools:native-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and gotson committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    a99ac0c View commit details
    Browse the repository at this point in the history
  5. build(deps-dev): bump mockito-core from 4.8.1 to 5.2.0

    Bumps [mockito-core](https://github.com/mockito/mockito) from 4.8.1 to 5.2.0.
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](mockito/mockito@v4.8.1...v5.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.mockito:mockito-core
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and gotson committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    1874299 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b37bd8c View commit details
    Browse the repository at this point in the history
Loading