diff --git a/.3rd-party/Release_0_3_0.md b/.3rd-party/Release_0_3_0.md index d65811693..339565195 100644 --- a/.3rd-party/Release_0_3_0.md +++ b/.3rd-party/Release_0_3_0.md @@ -66,6 +66,7 @@ | org.ow2.asm | asm-commons | 6.2 | [CQ18183](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=18183) | | org.ow2.asm | asm | 6.2 | [CQ18183](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=18183) | | org.ow2.asm | asm-tree | 6.2 | [CQ18183](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=18183) | +| org.postgresql | postgresql | 42.2.5 | CQ17092 Piggybacked | org.reactivestreams | reactive-streams | 1.0.2 | [CQ18184](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=18184) | | org.slf4j | jul-to-slf4j | 1.7.25 | [CQ12937](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=12937) | | org.slf4j | slf4j-api | 1.7.25 | [CQ12940](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=12940) | diff --git a/.3rd-party/compile.txt b/.3rd-party/compile.txt index 96df28572..a6fba831c 100644 --- a/.3rd-party/compile.txt +++ b/.3rd-party/compile.txt @@ -67,6 +67,7 @@ org.ow2.asm:asm-analysis:jar:7.0:compile org.ow2.asm:asm-commons:jar:7.0:compile org.ow2.asm:asm-tree:jar:7.0:compile org.ow2.asm:asm:jar:7.0:compile +org.postgresql:postgresql:jar:42.2.5:compile org.reactivestreams:reactive-streams:jar:1.0.2:compile org.slf4j:jul-to-slf4j:jar:1.7.26:compile org.slf4j:slf4j-api:jar:1.7.26:compile