Skip to content

Commit

Permalink
additional adjustments requested by Jean
Browse files Browse the repository at this point in the history
  • Loading branch information
juarezjuniorgithub committed Jun 18, 2024
1 parent 8637e3d commit 75a6f82
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions java/springboot-hikari-ucp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
</properties>

<dependencies>
Expand All @@ -46,12 +46,12 @@
<dependency>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc11</artifactId>
<version>23.3.0.23.09</version>
<version>23.4.0.24.05</version>
</dependency>
<dependency>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ucp11</artifactId>
<version>23.3.0.23.09</version>
<version>23.4.0.24.05</version>
</dependency>

<!-- Metrics -->
Expand Down

0 comments on commit 75a6f82

Please sign in to comment.