Skip to content

Commit b165687

Browse files
Update dependency org.webjars:bootstrap to v5.3.6
1 parent db3eead commit b165687

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

login-registration-springboot-hibernate-jsp-auth/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<dependency>
6262
<groupId>org.webjars</groupId>
6363
<artifactId>bootstrap</artifactId>
64-
<version>5.3.5</version>
64+
<version>5.3.6</version>
6565
</dependency>
6666

6767
<dependency>

springboot-stomp-websocket/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies {
2020
implementation("org.webjars:webjars-locator-core")
2121
implementation("org.webjars:sockjs-client:1.5.1")
2222
implementation("org.webjars:stomp-websocket:2.3.4")
23-
implementation("org.webjars:bootstrap:5.3.5")
23+
implementation("org.webjars:bootstrap:5.3.6")
2424
implementation("org.webjars:jquery:3.7.1")
2525
testImplementation 'org.springframework.boot:spring-boot-starter-test'
2626
}

springboot-stomp-websocket/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>org.webjars</groupId>
4848
<artifactId>bootstrap</artifactId>
49-
<version>5.3.5</version>
49+
<version>5.3.6</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>org.webjars</groupId>

springboot2-webapp-jsp-WAR/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<dependency>
7979
<groupId>org.webjars</groupId>
8080
<artifactId>bootstrap</artifactId>
81-
<version>5.3.5</version>
81+
<version>5.3.6</version>
8282
</dependency>
8383

8484
<dependency>

0 commit comments

Comments
 (0)