Skip to content

Commit

Permalink
chore(deps): bump com.oracle.database.jdbc:ojdbc11
Browse files Browse the repository at this point in the history
Bumps com.oracle.database.jdbc:ojdbc11 from 23.5.0.24.07 to 23.6.0.24.10.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent 40e6234 commit 3b2fb0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin-jdbc-oracle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jar {
}

dependencies {
implementation("com.oracle.database.jdbc:ojdbc11:23.5.0.24.07")
implementation("com.oracle.database.jdbc:ojdbc11:23.6.0.24.10")
implementation project(':plugin-jdbc')

testImplementation project(':plugin-jdbc').sourceSets.test.output
Expand Down

0 comments on commit 3b2fb0d

Please sign in to comment.