Skip to content

Commit

Permalink
Bump ojdbc8 from 21.6.0.0.1 to 21.7.0.0
Browse files Browse the repository at this point in the history
Bumps ojdbc8 from 21.6.0.0.1 to 21.7.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 Sep 27, 2022
1 parent 2196a3c commit abcd3f2
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
Expand Up @@ -21,7 +21,7 @@
<mssql.version>11.2.1.jre8</mssql.version>
<mysql.version>8.0.21</mysql.version>
<mariadb.version>3.0.7</mariadb.version>
<oracle.version>21.6.0.0.1</oracle.version>
<oracle.version>21.7.0.0</oracle.version>
<sqlite.version>3.39.3.0</sqlite.version>
<db2.version>11.5.7.0</db2.version>
<firebird.version>4.0.6.java8</firebird.version>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -213,7 +213,7 @@
<dependency>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc8</artifactId>
<version>21.6.0.0.1</version>
<version>21.7.0.0</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit abcd3f2

Please sign in to comment.