Security & YT fix

GitHub warned me about a security issue, though I only use this program locally but hey
This commit is contained in:
Norbi Peti 2018-12-09 00:11:22 +01:00
parent 50cfeab043
commit 68158db60a
No known key found for this signature in database
GPG key ID: DBA4C4549A927E56
2 changed files with 3 additions and 3 deletions

View file

@ -102,13 +102,13 @@
<h3 id="resultH"></h3> <h3 id="resultH"></h3>
<p id="resultP"></p> <p id="resultP"></p>
<p>Your response:</p> <p>Your response:</p>
<iframe id="respyt" width="560" height="315" src="https://www.youtube.com/embed/" frameborder="0" <iframe id="respyt" width="496" height="279" src="https://www.youtube.com/embed/" frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe> allowfullscreen></iframe>
</div> </div>
<div id="goodBlock" style="display: none"> <div id="goodBlock" style="display: none">
<p>Correct video:</p> <p>Correct video:</p>
<iframe id="goodyt" width="560" height="315" src="https://www.youtube.com/embed/" frameborder="0" <iframe id="goodyt" width="496" height="279" src="https://www.youtube.com/embed/" frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe> allowfullscreen></iframe>
</div> </div>

View file

@ -39,7 +39,7 @@
<dependency> <dependency>
<groupId>com.fasterxml.jackson.core</groupId> <groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId> <artifactId>jackson-databind</artifactId>
<version>2.4.4</version> <version>2.8.11</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.google.apis</groupId> <groupId>com.google.apis</groupId>