Skip to content

Commit

Permalink
Bump com.oracle.database.jdbc:ojdbc10 from 19.24.0.0 to 19.25.0.0 (vi…
Browse files Browse the repository at this point in the history
…vidus-framework#5511)

* Bump com.oracle.database.jdbc:ojdbc10 from 19.24.0.0 to 19.25.0.0

Bumps com.oracle.database.jdbc:ojdbc10 from 19.24.0.0 to 19.25.0.0.

---
updated-dependencies:
- dependency-name: com.oracle.database.jdbc:ojdbc10
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update docs

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Valery Yatsynovich <[email protected]>
  • Loading branch information
dependabot[bot] and valfirst authored Nov 18, 2024
1 parent 73ab5f7 commit 31c5980
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
implementation(group: 'com.oracle.database.jdbc', name: 'ojdbc10', version: '19.24.0.0')
implementation(group: 'com.oracle.database.jdbc', name: 'ojdbc10', version: '19.25.0.0')
2 changes: 1 addition & 1 deletion vividus-docker-bundler/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ dependencies {
implementation(group: 'com.mysql', name: 'mysql-connector-j', version: '9.1.0')
implementation(group: 'com.microsoft.sqlserver', name: 'mssql-jdbc', version: '12.8.1.jre11')
implementation(group: 'org.postgresql', name: 'postgresql', version: '42.7.4')
implementation(group: 'com.oracle.database.jdbc', name: 'ojdbc10', version: '19.24.0.0')
implementation(group: 'com.oracle.database.jdbc', name: 'ojdbc10', version: '19.25.0.0')
implementation(group: 'com.ibm.db2.jcc', name: 'db2jcc', version: 'db2jcc4')
implementation(group: 'net.sourceforge.csvjdbc', name: 'csvjdbc', version: '1.0.44')
implementation(group: 'com.h2database', name: 'h2', version: '2.3.232')
Expand Down

0 comments on commit 31c5980

Please sign in to comment.