This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/master by this push:
new 4308c619e3 Bump org.mariadb.jdbc:mariadb-java-client from 3.3.3 to
3.4.0 (#720)
4308c619e3 is described below
commit 4308c619e3f49302f5257ab85d022e10937ff77f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat May 18 09:01:39 2024 +0200
Bump org.mariadb.jdbc:mariadb-java-client from 3.3.3 to 3.4.0 (#720)
Bumps
[org.mariadb.jdbc:mariadb-java-client](https://github.com/mariadb-corporation/mariadb-connector-j)
from 3.3.3 to 3.4.0.
- [Release
notes](https://github.com/mariadb-corporation/mariadb-connector-j/releases)
-
[Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/blob/master/CHANGELOG.md)
-
[Commits](https://github.com/mariadb-corporation/mariadb-connector-j/compare/3.3.3...3.4.0)
---
updated-dependencies:
- dependency-name: org.mariadb.jdbc:mariadb-java-client
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 7ad7251652..53f3247f2f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -505,7 +505,7 @@ under the License.
<jdbc.postgresql.version>42.7.3</jdbc.postgresql.version>
<jdbc.mysql.version>8.4.0</jdbc.mysql.version>
- <jdbc.mariadb.version>3.3.3</jdbc.mariadb.version>
+ <jdbc.mariadb.version>3.4.0</jdbc.mariadb.version>
<jdbc.mssql.version>12.6.1.jre11</jdbc.mssql.version>
<jdbc.oracle.version>23.4.0.24.05</jdbc.oracle.version>