Skip to content

Commit

Permalink
Update bootstrap to 4.6.2 (#124)
Browse files Browse the repository at this point in the history
* Update boostrap to 4.6.3

* Update node and npm in maven plugin

* Update jquery to 3.5.0

* Update bootbox to 5.5.3 and update popper and jquery
  • Loading branch information
lukfor authored Sep 27, 2023
1 parent 897343a commit aeeb712
Show file tree
Hide file tree
Showing 3 changed files with 3,384 additions and 3,069 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
<java.version>1.8</java.version>
<restlet.version>2.3.12</restlet.version>
<hadoop.version>2.6.0-cdh5.16.1</hadoop.version>
<node.version>v8.11.4</node.version>
<npm.version>6.4.1</npm.version>
<node.version>v18.17.1</node.version>
<npm.version>9.6.7</npm.version>
<webapp>${basedir}/src/main/html/webapp</webapp>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand Down
Loading

0 comments on commit aeeb712

Please sign in to comment.