This is an automated email from the ASF dual-hosted git repository.
solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git
The following commit(s) were added to refs/heads/master by this push:
new 75c8d5b02 [OPENMEETINGS-2824] Bump com.mysql:mysql-connector-j from
9.7.0 to 26.7.0 (#278)
75c8d5b02 is described below
commit 75c8d5b0228fe801b537d8d864b2587aacabe53b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 10 10:34:23 2026 +0700
[OPENMEETINGS-2824] Bump com.mysql:mysql-connector-j from 9.7.0 to 26.7.0
(#278)
Bumps
[com.mysql:mysql-connector-j](https://github.com/mysql/mysql-connector-j) from
9.7.0 to 26.7.0.
- [Changelog](https://github.com/mysql/mysql-connector-j/blob/trunk/CHANGES)
-
[Commits](https://github.com/mysql/mysql-connector-j/compare/9.7.0...26.7.0)
---
updated-dependencies:
- dependency-name: com.mysql:mysql-connector-j
dependency-version: 26.7.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 217abf102..e1c10ee0d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,7 +120,7 @@
<dom4j.version>2.2.0</dom4j.version>
<h2.version>2.4.240</h2.version>
<postgresql.version>42.7.13</postgresql.version>
- <mysql.version>9.7.0</mysql.version>
+ <mysql.version>26.7.0</mysql.version>
<mssql.version>13.4.0.jre11</mssql.version>
<ojdbc.version>19.32.0.0</ojdbc.version>
<xstream.version>1.4.21</xstream.version>