Skip to content

Commit a037a32

Browse files
Bump org.xerial:sqlite-jdbc from 3.49.0.0 to 3.49.1.0 in the kotlin group (#29)
Bumps the kotlin group with 1 update: [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc). Updates `org.xerial:sqlite-jdbc` from 3.49.0.0 to 3.49.1.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/xerial/sqlite-jdbc/releases">org.xerial:sqlite-jdbc's releases</a>.</em></p> <blockquote> <h2>Release 3.49.1.0</h2> <h2>Changelog</h2> <h2>🚀 Features</h2> <p><strong>sqlite</strong></p> <ul> <li>upgrade to sqlite 3.49.1 (<a href="https://github.com/xerial/sqlite-jdbc/commits/02d5463">02d5463</a>)</li> </ul> <h2>🛠 Build</h2> <p><strong>deps</strong></p> <ul> <li>bump org.graalvm.buildtools:native-maven-plugin (<a href="https://github.com/xerial/sqlite-jdbc/commits/9cda17f">9cda17f</a>)</li> </ul> <p><strong>deps-dev</strong></p> <ul> <li>bump com.tngtech.archunit:archunit-junit5 (<a href="https://github.com/xerial/sqlite-jdbc/commits/bdcf7ee">bdcf7ee</a>)</li> </ul> <h2>Contributors</h2> <p>We'd like to thank the following people for their contributions: Gauthier, Gauthier Roebroeck</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/xerial/sqlite-jdbc/commit/b9983e601eee9bc412cf76f96aa0adb4e4a49932"><code>b9983e6</code></a> chore(release): 3.49.1.0 [skip ci]</li> <li><a href="https://github.com/xerial/sqlite-jdbc/commit/ed20edd15a3a396997149adf856c2f44669e199c"><code>ed20edd</code></a> chore: update native libraries</li> <li><a href="https://github.com/xerial/sqlite-jdbc/commit/02d5463c54a07af101140f3289a9d63cdd5f8f7b"><code>02d5463</code></a> feat(sqlite): upgrade to sqlite 3.49.1</li> <li><a href="https://github.com/xerial/sqlite-jdbc/commit/bdcf7eee2c91f4fce675ef45ee7125d309281488"><code>bdcf7ee</code></a> build(deps-dev): bump com.tngtech.archunit:archunit-junit5</li> <li><a href="https://github.com/xerial/sqlite-jdbc/commit/9cda17f75ffe85f8e044d6e7c3b34bafddc2739c"><code>9cda17f</code></a> build(deps): bump org.graalvm.buildtools:native-maven-plugin</li> <li><a href="https://github.com/xerial/sqlite-jdbc/commit/51b7f8f83faceabd14ae085126b3beb58e342bf5"><code>51b7f8f</code></a> chore(release): prepare next snapshot [skip ci]</li> <li>See full diff in <a href="https://github.com/xerial/sqlite-jdbc/compare/3.49.0.0...3.49.1.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.xerial:sqlite-jdbc&package-manager=gradle&previous-version=3.49.0.0&new-version=3.49.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7470ea4 commit a037a32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ kotlin-reflect = { group = "org.jetbrains.kotlin", name = "kotlin-reflect", vers
1717
kotlinx-datetime = { group = "org.jetbrains.kotlinx", name = "kotlinx-datetime", version = "0.6.2" }
1818
kotlinx-serialization-json = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version = "1.8.0" }
1919
log4j2-slf4j2-impl = { group = "org.apache.logging.log4j", name = "log4j-slf4j2-impl", version = "2.24.3" }
20-
sqlite-jdbc = { group = "org.xerial", name = "sqlite-jdbc", version = "3.49.0.0" }
20+
sqlite-jdbc = { group = "org.xerial", name = "sqlite-jdbc", version = "3.49.1.0" }
2121

2222
[bundles]
2323
kotlinx-serialization = ["kotlinx-serialization-json", "kotlinx-datetime"]

0 commit comments

Comments
 (0)