Skip to content

Commit

Permalink
source-mssql: bump jdbc driver to 12.6.1.jre11 (#38196)
Browse files Browse the repository at this point in the history
  • Loading branch information
postamar authored May 14, 2024
1 parent 13fc33f commit 100f4e0
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 47 deletions.
2 changes: 1 addition & 1 deletion airbyte-integrations/connectors/source-mssql/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ application {
}

dependencies {
implementation 'com.microsoft.sqlserver:mssql-jdbc:10.2.1.jre8'
implementation 'com.microsoft.sqlserver:mssql-jdbc:12.6.1.jre11'
implementation 'io.debezium:debezium-embedded:2.6.1.Final'
implementation 'io.debezium:debezium-connector-sqlserver:2.6.1.Final'
implementation 'org.codehaus.plexus:plexus-utils:3.4.2'
Expand Down
2 changes: 1 addition & 1 deletion airbyte-integrations/connectors/source-mssql/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ data:
connectorSubtype: database
connectorType: source
definitionId: b5ea17b1-f170-46dc-bc31-cc744ca984c1
dockerImageTag: 4.0.21
dockerImageTag: 4.0.22
dockerRepository: airbyte/source-mssql
documentationUrl: https://docs.airbyte.com/integrations/sources/mssql
githubIssueLabel: source-mssql
Expand Down
Loading

0 comments on commit 100f4e0

Please sign in to comment.