Skip to content

Commit 19f5490

Browse files
authored
Merge pull request #1274 from webauthn4j/dependabot/gradle/org.webjars-jquery-3.7.1
chore(deps): bump org.webjars:jquery from 3.6.4 to 3.7.1
2 parents 987fadf + 5afb584 commit 19f5490

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
@@ -33,7 +33,7 @@ buildscript {
3333
modelMapperVersion = '3.1.1'
3434

3535
bootstrapVersion = '5.3.2'
36-
jqueryVersion = '3.6.4'
36+
jqueryVersion = '3.7.1'
3737
fontAwesomeVersion = '6.3.0'
3838
webjarsLocatorVersion = '0.47'
3939

samples/mpa/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies {
4242
implementation('jakarta.xml.bind:jakarta.xml.bind-api')
4343
implementation('org.thymeleaf:thymeleaf-spring6')
4444
implementation('org.webjars:bootstrap:5.3.2')
45-
implementation('org.webjars:jquery:3.6.4')
45+
implementation('org.webjars:jquery:3.7.1')
4646
implementation('org.webjars:font-awesome:6.3.0')
4747
implementation('org.webjars:webjars-locator:0.47')
4848

0 commit comments

Comments
 (0)