File tree Expand file tree Collapse file tree
src/main/java/eu/openanalytics/containerproxy/api Expand file tree Collapse file tree Original file line number Diff line number Diff line change 269269 <dependency >
270270 <groupId >org.webjars</groupId >
271271 <artifactId >jquery</artifactId >
272- <version >3.5.0 </version >
272+ <version >3.5.1 </version >
273273 </dependency >
274274 <dependency >
275275 <groupId >org.webjars.bower</groupId >
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ protected void prepareMap(ModelMap map) {
4343 map .put ("title" , environment .getProperty ("proxy.title" , "ShinyProxy" ));
4444 map .put ("bootstrapCss" , "/webjars/bootstrap/3.4.1/css/bootstrap.min.css" );
4545 map .put ("bootstrapJs" , "/webjars/bootstrap/3.4.1/js/bootstrap.min.js" );
46- map .put ("jqueryJs" , "/webjars/jquery/3.5.0 /jquery.min.js" );
46+ map .put ("jqueryJs" , "/webjars/jquery/3.5.1 /jquery.min.js" );
4747 map .put ("fontAwesomeCss" , "/webjars/fontawesome/4.7.0/css/font-awesome.min.css" );
4848 map .put ("bootstrapSocialCss" , "/webjars/bootstrap-social/5.1.1/bootstrap-social.css" );
4949 }
You can’t perform that action at this time.
0 commit comments