Skip to content

Commit af77c4a

Browse files
Bump org.webjars:bootstrap from 5.3.3 to 5.3.5 (#1209)
* Bump org.webjars:bootstrap from 5.3.3 to 5.3.5 Bumps [org.webjars:bootstrap](https://github.com/webjars/bootstrap) from 5.3.3 to 5.3.5. - [Commits](webjars/bootstrap@bootstrap-5.3.3...bootstrap-5.3.5) --- updated-dependencies: - dependency-name: org.webjars:bootstrap dependency-version: 5.3.5 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump the version in IBootstrapSetting.java to 5.3.5 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Martin Grigorov <[email protected]>
1 parent ec35d6a commit af77c4a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bootstrap-core/src/main/java/de/agilecoders/wicket/core/settings/IBootstrapSettings.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public interface IBootstrapSettings {
1212
/**
1313
* The version of Bootstrap
1414
*/
15-
String VERSION = "5.3.3";
15+
String VERSION = "5.3.5";
1616

1717
/**
1818
* The version of modernizr

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<maven.java.source>${java.version}</maven.java.source>
4949
<maven.java.target>${java.version}</maven.java.target>
5050

51-
<bootstrap.version>5.3.3</bootstrap.version>
51+
<bootstrap.version>5.3.5</bootstrap.version>
5252
<wicket-webjars.version>4.0.6</wicket-webjars.version>
5353
<wicket-jquery-selectors.version>4.0.7</wicket-jquery-selectors.version>
5454
<popper.version>2.11.8</popper.version>

0 commit comments

Comments
 (0)