Skip to content

Commit

Permalink
Bump com.oracle.database.jdbc:ojdbc8 from 19.22.0.0 to 19.23.0.0
Browse files Browse the repository at this point in the history
Bumps com.oracle.database.jdbc:ojdbc8 from 19.22.0.0 to 19.23.0.0.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed May 24, 2024
1 parent 895c336 commit 059902d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion liquibase-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<mssql.version>12.6.1.jre8</mssql.version>
<mysql.version>8.0.21</mysql.version>
<mariadb.version>3.3.3</mariadb.version>
<oracle.version>19.22.0.0</oracle.version>
<oracle.version>19.23.0.0</oracle.version>
<sqlite.version>3.45.3.0</sqlite.version>
<db2.version>11.5.9.0</db2.version>
<firebird.version>5.0.4.java8</firebird.version>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@
<dependency>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc8</artifactId>
<version>19.22.0.0</version>
<version>19.23.0.0</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 059902d

Please sign in to comment.