Skip to content

Commit 758c79e

Browse files
authored
Merge pull request #116 from jenkinsci/dependabot/maven/org.webjars-jquery-3.6.1
Bump jquery from 3.6.0 to 3.6.1
2 parents 275485a + 8646c3e commit 758c79e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery3-api",
3-
"version": "3.6.0",
3+
"version": "3.6.1",
44
"description": "jQuery 3 Jenkins Plugin",
55
"directories": {
66
"doc": "doc"

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
1919

2020
<properties>
21-
<revision>3.6.0-5</revision>
21+
<revision>3.6.1-1</revision>
2222
<changelist>-SNAPSHOT</changelist>
2323
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
24-
<jquery.version>3.6.0</jquery.version>
24+
<jquery.version>3.6.1</jquery.version>
2525

2626
<module.name>${project.groupId}.jquery3</module.name>
2727
</properties>

0 commit comments

Comments
 (0)