Skip to content

Commit 5afb584

Browse files
chore(deps): bump org.webjars:jquery from 3.6.4 to 3.7.1
Bumps [org.webjars:jquery](https://github.com/webjars/jquery) from 3.6.4 to 3.7.1. - [Commits](webjars/jquery@jquery-3.6.4...jquery-3.7.1) --- updated-dependencies: - dependency-name: org.webjars:jquery dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6df50d2 commit 5afb584

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.46'
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.46')
4848

0 commit comments

Comments
 (0)