Skip to content

Commit

Permalink
bootstrap together
Browse files Browse the repository at this point in the history
  • Loading branch information
djuarezgf committed Jan 11, 2022
1 parent 26aff4e commit 8de2db0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [7.4.6 - 2022-01-03]
### Security
- log4j 2.17.1
- frontend update

## [7.4.5 - 2021-12-23]
### Security
Expand Down
20 changes: 10 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -383,16 +383,6 @@
<artifactId>bootstrap-datepicker</artifactId>
<version>${bootstrap-datepicker.version}</version>
</dependency>
<dependency>
<groupId>org.webjars</groupId>
<artifactId>html5shiv</artifactId>
<version>${html5shiv.version}</version>
</dependency>
<dependency>
<groupId>org.webjars</groupId>
<artifactId>respond</artifactId>
<version>${respond.version}</version>
</dependency>
<dependency>
<groupId>org.webjars</groupId>
<artifactId>jasny-bootstrap</artifactId>
Expand All @@ -403,6 +393,16 @@
<artifactId>bootstrap-fileinput</artifactId>
<version>${bootstrap-fileinput.version}</version>
</dependency>
<dependency>
<groupId>org.webjars</groupId>
<artifactId>html5shiv</artifactId>
<version>${html5shiv.version}</version>
</dependency>
<dependency>
<groupId>org.webjars</groupId>
<artifactId>respond</artifactId>
<version>${respond.version}</version>
</dependency>
<dependency>
<groupId>org.webjars</groupId>
<artifactId>font-awesome</artifactId>
Expand Down

0 comments on commit 8de2db0

Please sign in to comment.