Skip to content

Commit d427f5a

Browse files
authored
Merge pull request #1233 from webauthn4j/dependabot/gradle/org.webjars-webjars-locator-0.47
chore(deps): bump org.webjars:webjars-locator from 0.46 to 0.47
2 parents 7dbda67 + ad0b7c9 commit d427f5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ buildscript {
3535
bootstrapVersion = '5.3.2'
3636
jqueryVersion = '3.6.4'
3737
fontAwesomeVersion = '6.3.0'
38-
webjarsLocatorVersion = '0.46'
38+
webjarsLocatorVersion = '0.47'
3939

4040
log4jdbcVersion = '0.2.7'
4141
dbunitVersion = '2.7.3'

samples/mpa/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencies {
4444
implementation('org.webjars:bootstrap:5.3.2')
4545
implementation('org.webjars:jquery:3.6.4')
4646
implementation('org.webjars:font-awesome:6.3.0')
47-
implementation('org.webjars:webjars-locator:0.46')
47+
implementation('org.webjars:webjars-locator:0.47')
4848

4949

5050
//Test

0 commit comments

Comments
 (0)