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 200b1c90db Bump com.oracle.database.jdbc:ojdbc11 from 23.3.0.23.09 to
23.4.0.24.05 (#708)
200b1c90db is described below
commit 200b1c90dbc2877287682b0fdf8a8c49507aa67d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat May 4 08:45:53 2024 +0200
Bump com.oracle.database.jdbc:ojdbc11 from 23.3.0.23.09 to 23.4.0.24.05
(#708)
Bumps com.oracle.database.jdbc:ojdbc11 from 23.3.0.23.09 to 23.4.0.24.05.
---
updated-dependencies:
- dependency-name: com.oracle.database.jdbc:ojdbc11
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 9834342d7f..e0adf77acc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -507,7 +507,7 @@ under the License.
<jdbc.mysql.version>8.4.0</jdbc.mysql.version>
<jdbc.mariadb.version>3.3.3</jdbc.mariadb.version>
<jdbc.mssql.version>12.6.1.jre11</jdbc.mssql.version>
- <jdbc.oracle.version>23.3.0.23.09</jdbc.oracle.version>
+ <jdbc.oracle.version>23.4.0.24.05</jdbc.oracle.version>
<bundles.directory>${project.build.directory}/bundles</bundles.directory>