build(deps): bump the jdbc-drivers group across 1 directory with 7 updates#747
Open
dependabot[bot] wants to merge 1 commit into
Open
build(deps): bump the jdbc-drivers group across 1 directory with 7 updates#747dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
26bcd5a to
2a46b58
Compare
2a46b58 to
2b1f88e
Compare
…dates Bumps the jdbc-drivers group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | org.apache.derby:derby | `10.14.2.0` | `10.17.1.0` | | [com.h2database:h2](https://github.com/h2database/h2database) | `1.4.200` | `2.4.240` | | com.oracle.database.jdbc:ojdbc8 | `19.3.0.0` | `23.26.2.0.0` | | com.oracle.database.jdbc:ojdbc10 | `19.3.0.0` | `19.31.0.0` | | [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) | `42.7.3` | `42.7.12` | | [net.postgis:postgis-jdbc](https://github.com/postgis/postgis-java) | `2023.1.0` | `2025.1.1` | | [com.microsoft.sqlserver:mssql-jdbc](https://github.com/Microsoft/mssql-jdbc) | `7.2.1.jre8` | `13.4.0.jre8` | Updates `org.apache.derby:derby` from 10.14.2.0 to 10.17.1.0 Updates `com.h2database:h2` from 1.4.200 to 2.4.240 - [Release notes](https://github.com/h2database/h2database/releases) - [Commits](h2database/h2database@version-1.4.200...version-2.4.240) Updates `com.oracle.database.jdbc:ojdbc8` from 19.3.0.0 to 23.26.2.0.0 Updates `com.oracle.database.jdbc:ojdbc10` from 19.3.0.0 to 19.31.0.0 Updates `org.postgresql:postgresql` from 42.7.3 to 42.7.12 - [Release notes](https://github.com/pgjdbc/pgjdbc/releases) - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md) - [Commits](pgjdbc/pgjdbc@REL42.7.3...REL42.7.12) Updates `net.postgis:postgis-jdbc` from 2023.1.0 to 2025.1.1 - [Release notes](https://github.com/postgis/postgis-java/releases) - [Commits](https://github.com/postgis/postgis-java/commits) Updates `com.microsoft.sqlserver:mssql-jdbc` from 7.2.1.jre8 to 13.4.0.jre8 - [Release notes](https://github.com/Microsoft/mssql-jdbc/releases) - [Changelog](https://github.com/microsoft/mssql-jdbc/blob/main/CHANGELOG.md) - [Commits](https://github.com/Microsoft/mssql-jdbc/commits) --- updated-dependencies: - dependency-name: com.h2database:h2 dependency-version: 2.4.240 dependency-type: direct:development update-type: version-update:semver-major dependency-group: jdbc-drivers - dependency-name: com.microsoft.sqlserver:mssql-jdbc dependency-version: 13.4.0.jre8 dependency-type: direct:development update-type: version-update:semver-major dependency-group: jdbc-drivers - dependency-name: com.oracle.database.jdbc:ojdbc10 dependency-version: 19.30.0.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: jdbc-drivers - dependency-name: com.oracle.database.jdbc:ojdbc8 dependency-version: 23.26.2.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: jdbc-drivers - dependency-name: net.postgis:postgis-jdbc dependency-version: 2025.1.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: jdbc-drivers - dependency-name: org.apache.derby:derby dependency-version: 10.17.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: jdbc-drivers - dependency-name: org.postgresql:postgresql dependency-version: 42.7.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: jdbc-drivers ... Signed-off-by: dependabot[bot] <support@github.com>
2b1f88e to
79aa45c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the jdbc-drivers group with 7 updates in the / directory:
10.14.2.010.17.1.01.4.2002.4.24019.3.0.023.26.2.0.019.3.0.019.31.0.042.7.342.7.122023.1.02025.1.17.2.1.jre813.4.0.jre8Updates
org.apache.derby:derbyfrom 10.14.2.0 to 10.17.1.0Updates
com.h2database:h2from 1.4.200 to 2.4.240Release notes
Sourced from com.h2database:h2's releases.
... (truncated)
Commits
c8eb81bin preparation for a release7ff5ee5Merge pull request #4260 from JackPGreen/update-maven-central-urlda4c337Merge pull request #4271 from IrisesD/masterd053544feat: allowCATALOGinCREATE SCHEMAandDROP SCHEMA(#4277)a448d91Merge pull request #4273 from naive924/feat/compactThreads6672123fix: change log858e74afix: MVStore.compact: run map copy in parallel by default (¼ cores, override ...bce0ec1feat: parallel map copy option for MVStore.compact()d8a6cc3Fix command syntax in help.csvc45413cMerge pull request #4266 from andreitokar/issue-4208-2Updates
com.oracle.database.jdbc:ojdbc8from 19.3.0.0 to 23.26.2.0.0Updates
com.oracle.database.jdbc:ojdbc10from 19.3.0.0 to 19.31.0.0Updates
org.postgresql:postgresqlfrom 42.7.3 to 42.7.12Release notes
Sourced from org.postgresql:postgresql's releases.
... (truncated)
Changelog
Sourced from org.postgresql:postgresql's changelog.
... (truncated)
Commits
77df98eMerge commit from fork68c53a4chore: bump version to 42.7.1278e261ffix: Add sources and javadocs to shaded published lib generation1e09fa0update Changelog and website for release of 42.7.11 (#4042)d479fa5Fix scram fix location in changelog and update published artifact developer l...b04fc46docs: Add scram max iters fix to changelogcf54822test: Disable scram test on older version without scram_iterations GUC7dbcc79test: Add SCRAM max iteration testsc9d41d1fix: Limit SCRAM PBKDF2 iterations accepted from the servera340cb2style: replace@exceptionwith@throwsin getBoolean javadocUpdates
net.postgis:postgis-jdbcfrom 2023.1.0 to 2025.1.1Release notes
Sourced from net.postgis:postgis-jdbc's releases.
Commits
Updates
com.microsoft.sqlserver:mssql-jdbcfrom 7.2.1.jre8 to 13.4.0.jre8Release notes
Sourced from com.microsoft.sqlserver:mssql-jdbc's releases.
... (truncated)
Commits