Skip to content

Commit

Permalink
WL#16391, Upgrade 3rd party libraries and tools.
Browse files Browse the repository at this point in the history
Change-Id: Ie336a04f3ad0309e478bc6d4bc05e84d4d75b421
  • Loading branch information
fjssilva committed May 20, 2024
1 parent ce34ec8 commit d3102b1
Show file tree
Hide file tree
Showing 20 changed files with 6,099 additions and 8,726 deletions.
2 changes: 2 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

Version 9.0.0

- WL#16391, Upgrade 3rd party libraries and tools.

- Fix for Bug#114800 (Bug#36576596), Wrong code by an old patch.

- Fix for Bug#114846 (Bug#36574322), Auto-closeable X dev session.
Expand Down
4 changes: 2 additions & 2 deletions src/build/misc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,13 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.25.1</version>
<version>4.26.1</version>
</dependency>

<dependency>
<groupId>com.oracle.oci.sdk</groupId>
<artifactId>oci-java-sdk-common</artifactId>
<version>3.29.0</version>
<version>3.41.2</version>
<optional>true</optional>
</dependency>
</dependencies>
Expand Down
Loading

0 comments on commit d3102b1

Please sign in to comment.