We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec35d6a commit af77c4aCopy full SHA for af77c4a
bootstrap-core/src/main/java/de/agilecoders/wicket/core/settings/IBootstrapSettings.java
@@ -12,7 +12,7 @@ public interface IBootstrapSettings {
12
/**
13
* The version of Bootstrap
14
*/
15
- String VERSION = "5.3.3";
+ String VERSION = "5.3.5";
16
17
18
* The version of modernizr
pom.xml
@@ -48,7 +48,7 @@
48
<maven.java.source>${java.version}</maven.java.source>
49
<maven.java.target>${java.version}</maven.java.target>
50
51
- <bootstrap.version>5.3.3</bootstrap.version>
+ <bootstrap.version>5.3.5</bootstrap.version>
52
<wicket-webjars.version>4.0.6</wicket-webjars.version>
53
<wicket-jquery-selectors.version>4.0.7</wicket-jquery-selectors.version>
54
<popper.version>2.11.8</popper.version>
0 commit comments