Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
barchetta committed Oct 10, 2023
1 parent 605b9f2 commit 71bbb2a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
<version.lib.netty>4.1.94.Final</version.lib.netty>
<version.lib.netty-io_uring>0.0.8.Final</version.lib.netty-io_uring>
<version.lib.oci>3.21.0</version.lib.oci>
<version.lib.ojdbc8>21.3.0.0</version.lib.ojdbc8>
<version.lib.ojdbc8>21.4.0.0</version.lib.ojdbc8>
<!-- Force upgrade okio for CVE-2023-3635. When okhttp 4.12.0 is available we can remove this -->
<version.lib.okio>3.4.0</version.lib.okio>
<!-- Force upgrade okhttp3 for CVE-2023-0833 -->
Expand Down
12 changes: 12 additions & 0 deletions integrations/db/ojdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,20 @@
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ucp</artifactId>
</exclusion>
<exclusion>
<!-- Contains JAXP impl, so we exclude it to not interfere -->
<groupId>com.oracle.database.xml</groupId>
<artifactId>xmlparserv2</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<!-- Include version without JAXP impl -->
<groupId>com.oracle.database.xml</groupId>
<artifactId>xmlparserv2_sans_jaxp_services</artifactId>
<version>${version.lib.ojdbc8}</version>
<scope>runtime</scope>
</dependency>
</dependencies>

<profiles>
Expand Down

0 comments on commit 71bbb2a

Please sign in to comment.