Skip to content

Commit

Permalink
SAK-43218 - Webjars: Upgrade webrtc-adapter from 7.4.0 to 7.5.0 (saka…
Browse files Browse the repository at this point in the history
  • Loading branch information
jonespm authored Feb 16, 2020
1 parent 704f22a commit a138682
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>webrtc-adapter</artifactId>
<version>7.4.0</version>
<version>7.5.0</version>
</dependency>
<!--Used in Tests&Quizzes, validation of fill in numeric questions -->
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ public void renderHead(IHeaderResponse response) {
public void renderHead(IHeaderResponse response) {
super.renderHead(response);
response.render(JavaScriptHeaderItem.forUrl("/library/webjars/recordrtc/5.5.8/RecordRTC.js"));
response.render(JavaScriptHeaderItem.forUrl("/library/webjars/webrtc-adapter/7.4.0/out/adapter.js"));
response.render(JavaScriptHeaderItem.forUrl("/library/webjars/webrtc-adapter/7.5.0/out/adapter.js"));
}

private boolean locked;
Expand Down

0 comments on commit a138682

Please sign in to comment.