Skip to content

build(deps): bump the jdbc-drivers group across 1 directory with 3 updates - #927

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/jdbc-drivers-67e65dad02
Open

build(deps): bump the jdbc-drivers group across 1 directory with 3 updates#927
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/jdbc-drivers-67e65dad02

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 10, 2026

Copy link
Copy Markdown
Contributor

Bumps the jdbc-drivers group with 3 updates in the / directory: org.apache.derby:derby, com.oracle.database.jdbc:ojdbc8 and com.microsoft.sqlserver:mssql-jdbc.

Updates org.apache.derby:derby from 10.14.2.0 to 10.17.1.0

Updates com.oracle.database.jdbc:ojdbc8 from 19.3.0.0 to 23.26.3.0.0

Updates com.microsoft.sqlserver:mssql-jdbc from 7.2.1.jre8 to 13.4.0.jre8

Release notes

Sourced from com.microsoft.sqlserver:mssql-jdbc's releases.

[13.4.0] Stable Release

Added

  • Add Test Coverage for Mixed-Type Vector Columns (FLOAT32 and FLOAT16) 2907 What was added: Expanded the vector test suite to validate scenarios where VECTOR(FLOAT32) and VECTOR(FLOAT16) columns coexist in the same schema, including coverage for JDBC operations and bulk copy workflows. Who benefits: Developers building vector-based workloads that mix float32 and float16 vector columns within the same database schema. Impact: Ensures reliable driver behavior and compatibility for mixed vector types across CRUD operations, bulk copy, metadata, and advanced database objects such as stored procedures and TVPs.

[13.3.2] Preview Release

Added

  • Add VECTOR(FLOAT16) Subtype Support #2899 What was added: Introduced support for the VECTOR(FLOAT16) subtype, including feature negotiation and IEEE-754 compliant serialization/deserialization between Java Float[] and half-precision wire format. Who benefits: Applications building AI, embeddings, and vector search workloads that require reduced memory footprint and network payload. Impact: Enables efficient float16 vector storage and transmission while preserving backward compatibility and the existing Java programming model.

  • Add prepareMethod=none Execution Path#2890 What was added: New prepareMethod=none option that forces literal parameter substitution with SQL batch execution, bypassing server-side prepared statement handles (sp_prepexec / sp_prepare). Who benefits: Applications preferring SQL Server–managed plan caching without driver-managed prepared handle reuse. Impact: Executes prepared statements as plain SQL batches, maintaining connection-level temp tables and providing a simplified alternative execution model while leaving the default behavior unchanged.

  • Statement-Level Performance Logger Metrics#2885 What was added: Extended Performance Logger to capture detailed execution metrics for Statement and PreparedStatement (REQUEST_BUILD, FIRST_SERVER_RESPONSE, PREPARE, PREPEXEC, EXECUTE). Who benefits: Developers and performance engineers analyzing execution timing and driver behavior. Impact: Provides granular observability across all statement execution paths with minimal overhead.

  • StateMachineTest Framework for JUnit 5#2887 What was added: Lightweight, seed-reproducible state-machine testing framework for randomized JDBC state exploration. Who benefits: Driver maintainers and CI stability efforts. Impact: Improves edge-case detection with reproducible failures without third-party dependencies.

  • Add AI-Assisted Development Context Files#2882 What was added: ARCHITECTURE.md, GLOSSARY.md, and PATTERNS.md to guide AI-assisted development. Who benefits: Contributors using AI coding assistants. Impact: Improves code consistency and productivity by documenting architecture and established design patterns.

  • Enhance Code Coverage (CallableStatement, DatabaseMetaData, PreparedStatement)#2875 What was added: Expanded unit and integration test coverage for key driver components including SQLServerCallableStatement, SQLServerDatabaseMetaData, and SQLServerPreparedStatement. Who benefits: Driver maintainers and users relying on stable metadata, statement execution, and callable behavior. Impact: Improves regression detection and long-term stability.

  • New Bug Regression Tests in JUnit#2888 What was added: Migrated legacy FX regression tests (37 scenarios) covering statement execution, ResultSet behavior, batching, cursors, and transaction flows into JUnit with full behavioral parity. Who benefits: Contributors and CI validation pipelines. Impact: Achieves complete FX regression coverage with reproducible execution paths and improved long-term reliability.

Changed

  • Remove ADAL Dependency – Migrate Windows AAD Integrated Auth to MSQA APIs#2864

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Aug 10, 2026
…dates

Bumps the jdbc-drivers group with 3 updates in the / directory: org.apache.derby:derby, com.oracle.database.jdbc:ojdbc8 and [com.microsoft.sqlserver:mssql-jdbc](https://github.com/Microsoft/mssql-jdbc).


Updates `org.apache.derby:derby` from 10.14.2.0 to 10.17.1.0

Updates `com.oracle.database.jdbc:ojdbc8` from 19.3.0.0 to 23.26.3.0.0

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.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:ojdbc8
  dependency-version: 23.26.3.0.0
  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
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/maven/jdbc-drivers-67e65dad02 branch from e080f48 to 65958dc Compare August 15, 2026 02:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants