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 a153a1a9b [OPENMEETINGS-2819] Bump com.oracle.database.jdbc:ojdbc10
from 19.30.0.0 to 19.31.0.0 (#256)
a153a1a9b is described below
commit a153a1a9bfd84acdcc4317e5210817fc4bd0e58e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 22 09:05:15 2026 +0700
[OPENMEETINGS-2819] Bump com.oracle.database.jdbc:ojdbc10 from 19.30.0.0 to
19.31.0.0 (#256)
Bumps com.oracle.database.jdbc:ojdbc10 from 19.30.0.0 to 19.31.0.0.
---
updated-dependencies:
- dependency-name: com.oracle.database.jdbc:ojdbc10
dependency-version: 19.31.0.0
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 ee2fcbde2..c0af92d6e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -122,7 +122,7 @@
<postgresql.version>42.7.11</postgresql.version>
<mysql.version>9.7.0</mysql.version>
<mssql.version>13.4.0.jre11</mssql.version>
- <ojdbc.version>19.30.0.0</ojdbc.version>
+ <ojdbc.version>19.31.0.0</ojdbc.version>
<xstream.version>1.4.21</xstream.version>
<api-all.version>2.1.8</api-all.version>
<caldav4j.version>1.0.5</caldav4j.version>