Skip to content

Commit

Permalink
Bump struts2-core from 2.5.30 to 2.5.31 in /extensions/struts2
Browse files Browse the repository at this point in the history
Bumps [struts2-core](https://github.com/apache/struts) from 2.5.30 to 2.5.31.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/apache/struts/releases">struts2-core's releases</a>.</em></p>
<blockquote>
<h2>Struts 2.5.31</h2>
<h2>What's Changed</h2>
<ul>
<li><a href="https://github.com/apache/struts/commit/2d6f1bc0a6f5ac575a56784ac6461816b67c4f21">Fixes</a> addressing <a href="https://cwiki.apache.org/confluence/display/WW/S2-063">S2-063</a> &amp; <a href="https://cwiki.apache.org/confluence/display/WW/S2-064">S2-064</a> by <a href="https://github.com/yasserzamani"><code>@​yasserzamani</code></a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/apache/struts/compare/STRUTS_2_5_30...STRUTS_2_5_31">https://github.com/apache/struts/compare/STRUTS_2_5_30...STRUTS_2_5_31</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/apache/struts/commits">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.struts:struts2-core&package-manager=maven&previous-version=2.5.30&new-version=2.5.31)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/google/guice/network/alerts).

</details>

Fixes #1749

COPYBARA_INTEGRATE_REVIEW=#1749 from google:dependabot/maven/extensions/struts2/org.apache.struts-struts2-core-2.5.31 e9b9dde
PiperOrigin-RevId: 541919125
  • Loading branch information
dependabot[bot] authored and Guice Team committed Jun 20, 2023
1 parent 331e484 commit ec227cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ maven_install(
"jakarta.inject:jakarta.inject-api:2.0.1",
"jakarta.persistence:jakarta.persistence-api:3.0.0",
"jakarta.servlet:jakarta.servlet-api:5.0.0",
"org.apache.struts:struts2-core:2.5.30",
"org.apache.struts:struts2-core:2.5.31",
"org.apache.struts.xwork:xwork-core:2.3.37",
"org.ow2.asm:asm:9.5",
"org.springframework:spring-core:5.3.18",
Expand Down
2 changes: 1 addition & 1 deletion extensions/struts2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-core</artifactId>
<version>2.5.30</version>
<version>2.5.31</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit ec227cc

Please sign in to comment.