File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
login-registration-springboot-hibernate-jsp-auth
springboot-stomp-websocket
springboot2-webapp-jsp-WAR Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments