Skip to content

Commit

Permalink
build(deps): bump com.oracle.database.jdbc:ojdbc8
Browse files Browse the repository at this point in the history
Bumps com.oracle.database.jdbc:ojdbc8 from 23.2.0.0 to 23.3.0.23.09.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 3, 2023
1 parent 43150b4 commit 4186e6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spring-content-jpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<dependency>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc8</artifactId>
<version>23.2.0.0</version>
<version>23.3.0.23.09</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion spring-content-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@
<dependency>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc8</artifactId>
<version>23.2.0.0</version>
<version>23.3.0.23.09</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 4186e6a

Please sign in to comment.