Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Commit

Permalink
Fix vulns (#90)
Browse files Browse the repository at this point in the history
* Fix vulns

* Revert my previous changes

---------

Co-authored-by: mihir gore <mihir@mihirs-MacBook-Pro.local>
  • Loading branch information
mihirgt and mihir gore authored Jun 8, 2024
1 parent d9441aa commit fbf971e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion view-creator-framework/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,9 @@ dependencies {
implementation("org.xerial.snappy:snappy-java:1.1.10.5")
implementation("com.google.protobuf:protobuf-java-util:3.16.3")
implementation("org.codehaus.janino:janino:3.1.11")
implementation("io.airlift:aircompressor:0.27")
}
implementation(platform("io.netty:netty-bom:4.1.101.Final"))
implementation(platform("io.netty:netty-bom:4.1.108.Final"))
implementation(platform("org.glassfish.jersey:jersey-bom:2.40"))
implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.6.21"))

Expand Down

0 comments on commit fbf971e

Please sign in to comment.