File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
hypertrace-core-graphql-platform Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ dependencies {
2222 api(" org.hypertrace.core.attribute.service:attribute-service-api:${attributeServiceVersion} " )
2323
2424 api(" com.google.inject:guice:5.1.0" )
25- api(" com.graphql-java:graphql-java:20 .4" )
25+ api(" com.graphql-java:graphql-java:19 .4" )
2626 api(" io.github.graphql-java:graphql-java-annotations:9.1" )
2727 api(" org.slf4j:slf4j-api:1.7.36" )
2828 api(" io.reactivex.rxjava3:rxjava:3.1.6" )
Original file line number Diff line number Diff line change 1515 <packageUrl regex =" true" >^pkg:maven/io\.github\.graphql\-java/graphql\-java\-annotations@.*$</packageUrl >
1616 <cpe >cpe:/a:graphql-java:graphql-java</cpe >
1717 </suppress >
18+ <suppress until =" 2023-06-29Z" >
19+ <notes ><![CDATA[
20+ file name: jackson-databind-2.15.2.jar
21+ ]]> </notes >
22+ <packageUrl regex =" true" >^pkg:maven/com\.fasterxml\.jackson\.core/jackson\-databind@.*$</packageUrl >
23+ <cve >CVE-2023-35116</cve >
24+ </suppress >
1825</suppressions >
You can’t perform that action at this time.
0 commit comments