Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 2, 2024
1 parent f1035cc commit e3a9726
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.4.0.24.05</version>
<version>23.5.0.24.07</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 @@ -254,7 +254,7 @@
<dependency>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc8</artifactId>
<version>23.4.0.24.05</version>
<version>23.5.0.24.07</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit e3a9726

Please sign in to comment.