Skip to content

Commit

Permalink
Merge pull request #158 from vrudas/dependabot/gradle/org.webjars-boo…
Browse files Browse the repository at this point in the history
…tstrap-5.3.3

Bump org.webjars:bootstrap from 5.3.2 to 5.3.3
  • Loading branch information
mergify[bot] authored Feb 26, 2024
2 parents 7e8e74e + a771456 commit e7bfa63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example-20-oauth/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies {

implementation 'org.webjars:webjars-locator-core'
implementation 'org.webjars:jquery:3.7.1'
implementation 'org.webjars:bootstrap:5.3.2'
implementation 'org.webjars:bootstrap:5.3.3'
implementation 'org.webjars:js-cookie:3.0.1'

testImplementation 'org.springframework.boot:spring-boot-starter-test'
Expand Down
2 changes: 1 addition & 1 deletion example-21-jwt/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {

implementation 'org.webjars:webjars-locator-core'
implementation 'org.webjars:jquery:3.7.1'
implementation 'org.webjars:bootstrap:5.3.2'
implementation 'org.webjars:bootstrap:5.3.3'
implementation 'org.webjars:js-cookie:3.0.1'

implementation 'io.jsonwebtoken:jjwt-api:0.12.5'
Expand Down

0 comments on commit e7bfa63

Please sign in to comment.