Skip to content

Commit

Permalink
Bump com.oracle.database.jdbc:ojdbc8 from 19.21.0.0 to 19.22.0.0
Browse files Browse the repository at this point in the history
Bumps com.oracle.database.jdbc:ojdbc8 from 19.21.0.0 to 19.22.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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 12, 2024
1 parent 4dcf165 commit 500707f
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.4.1.jre8</mssql.version>
<mysql.version>8.0.21</mysql.version>
<mariadb.version>3.3.2</mariadb.version>
<oracle.version>19.21.0.0</oracle.version>
<oracle.version>19.22.0.0</oracle.version>
<sqlite.version>3.44.1.0</sqlite.version>
<db2.version>11.5.9.0</db2.version>
<firebird.version>5.0.3.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 @@ -277,7 +277,7 @@
<dependency>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc8</artifactId>
<version>19.21.0.0</version>
<version>19.22.0.0</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 500707f

Please sign in to comment.