Skip to content

Commit

Permalink
fix(sec): Bump org.json:json
Browse files Browse the repository at this point in the history
  • Loading branch information
antobinary committed Mar 15, 2024
1 parent da735d5 commit 860855c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bigbluebutton-web/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ dependencies {
implementation "io.projectreactor:reactor-core:3.4.12"
implementation "org.freemarker:freemarker:2.3.31"
implementation "com.google.code.gson:gson:2.8.9"
implementation "org.json:json:20230227"
implementation "org.json:json:20231013"
implementation "com.zaxxer:nuprocess:2.0.6"
implementation "net.java.dev.jna:jna:5.10.0"
implementation "org.springframework.data:spring-data-commons:2.7.6"
Expand Down

0 comments on commit 860855c

Please sign in to comment.