Skip to content

Commit

Permalink
Update mysql-connector-j to 9.0.0 (#41742)
Browse files Browse the repository at this point in the history
* Update mysql-connector-j to 9.0.0

* update changelog
  • Loading branch information
billwert committed Sep 13, 2024
1 parent 902b7ea commit 50cdc7b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion eng/versioning/external_dependencies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ com.microsoft.sqlserver:mssql-jdbc;10.2.3.jre8
com.microsoft.azure:spring-data-cosmosdb;2.3.0
com.microsoft.azure:azure-functions-maven-plugin;1.30.0
com.microsoft.azure.functions:azure-functions-java-library;2.2.0
com.mysql:mysql-connector-j;8.0.33
com.mysql:mysql-connector-j;9.0.0
com.squareup.okhttp3:mockwebserver;4.12.0
com.squareup.okhttp3:okhttp;4.12.0
commons-codec:commons-codec;1.15
Expand Down
9 changes: 3 additions & 6 deletions sdk/identity/azure-identity-extensions/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,11 @@

## 1.2.0-beta.2 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

#### Dependency Updates

- Upgraded `mysql-connector-j` from `8.0.33` to version `9.0.0`.

## 1.1.17 (2024-06-25)

Expand Down
4 changes: 2 additions & 2 deletions sdk/identity/azure-identity-extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<dependency>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<version>8.0.33</version> <!-- {x-version-update;com.mysql:mysql-connector-j;external_dependency} -->
<version>9.0.0</version> <!-- {x-version-update;com.mysql:mysql-connector-j;external_dependency} -->
<scope>provided</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -91,7 +91,7 @@
<rules>
<bannedDependencies>
<includes>
<include>com.mysql:mysql-connector-j:[8.0.33]</include> <!-- {x-include-update;com.mysql:mysql-connector-j;external_dependency} -->
<include>com.mysql:mysql-connector-j:[9.0.0]</include> <!-- {x-include-update;com.mysql:mysql-connector-j;external_dependency} -->
<include>org.postgresql:postgresql:[42.3.9]</include> <!-- {x-include-update;org.postgresql:postgresql;external_dependency} -->
</includes>
</bannedDependencies>
Expand Down

0 comments on commit 50cdc7b

Please sign in to comment.