This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch 3_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/3_0_X by this push:
new 42c2476867 Bump com.oracle.database.jdbc:ojdbc11 from 23.3.0.23.09 to
23.4.0.24.05 (#708)
42c2476867 is described below
commit 42c2476867fac77a115d8c9474ccc28e17cd8742
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 252c79eeac..4ac307f4d3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -511,7 +511,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>