Skip to content

Commit e252c56

Browse files
authoredMay 21, 2021
Bump ojdbc8 from 12.2.0.1 to 21.1.0.0 (#550)
Bumps ojdbc8 from 12.2.0.1 to 21.1.0.0. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f161a1d commit e252c56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎spring-content-jpa/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
<dependency>
8383
<groupId>com.oracle.database.jdbc</groupId>
8484
<artifactId>ojdbc8</artifactId>
85-
<version>12.2.0.1</version>
85+
<version>21.1.0.0</version>
8686
<scope>test</scope>
8787
</dependency>
8888
<dependency>

‎spring-content-rest/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@
233233
<dependency>
234234
<groupId>com.oracle.database.jdbc</groupId>
235235
<artifactId>ojdbc8</artifactId>
236-
<version>12.2.0.1</version>
236+
<version>21.1.0.0</version>
237237
<scope>test</scope>
238238
</dependency>
239239
<dependency>

0 commit comments

Comments
 (0)
Please sign in to comment.