Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump org.springframework.ws:spring-ws-security from 4.0.1 to 4.0.11 #202

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 20, 2024

Bumps org.springframework.ws:spring-ws-security from 4.0.1 to 4.0.11.

Release notes

Sourced from org.springframework.ws:spring-ws-security's releases.

Spring Web Services v4.0.10

What's Changed

New Contributors

Full Changelog: spring-projects/spring-ws@v4.0.9...v4.0.10

v4.0.9

Changes in version 4.0.8 (2023-11-20)

New Contributors

Full Changelog: spring-projects/spring-ws@v4.0.8...v4.0.9

v4.0.8

Changes in version 4.0.8 (2023-11-20)

  • #1390 - Test against Spring Security 6.2.0 on CI.
  • #1387 - Upgrade to Spring Framework 6.0.14.

v4.0.7

Changes in version 4.0.7 (2023-10-23)

  • #1384 - Upgrade to xmlsec 3.0.3.

v4.0.6

Changes in version 4.0.6 (2023-09-18)

  • #1380 - Upgrade to Spring Security 6.0.7.
  • #1379 - Upgrade Spring HATEOAS to 2.0.6.
  • #1378 - Upgrade smoke-tests to Spring Framework 6.0.12.
  • #1377 - Test against WSS4j 3.0.0 on CI.
  • #1376 - Connect builds to ge.spring.io.
  • #1375 - Upgrade to Spring Framework 6.0.12.
  • #1370 - Fix forgotten import for XMLUnit2 upgrade.
  • #1369 - Extend testing to Spring Framework 6.1/Spring Security 6.1.
  • #1368 - Fix integration between Logbook and HttpClient5.
  • #1365 - PayloadDiffMatcher: Add "ignoreWhitespace".
  • #1362 - generify ClientHttpRequestMessageSenderIntegrationTest.
  • #1203 - Changed behavior for PayloadDiffMatcher.

... (truncated)

Commits
  • a0c4524 Releasing Spring Web Services v4.0.11
  • d93df7f Update BouncyCastle to 1.78
  • 681d3fb Update Spring Framework to 6.0.20
  • 51387ae Update README.adoc
  • dbfb36c Update README.adoc
  • 48d44ec Update README.adoc
  • 9f636be Update develocity.xml to use env.GRADLE_ENTERPRISE_CACHE_USERNAME (#1416)
  • d44bdf4 Update develocity.xml to use env.GRADLE_ENTERPRISE_CACHE_USERNAME
  • eb1a764 Upgrade dom4j to 2.1.4 (#1414)
  • e938c7c Bump versions of dependencies. (#1411)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [org.springframework.ws:spring-ws-security](https://github.com/spring-projects/spring-ws) from 4.0.1 to 4.0.11.
- [Release notes](https://github.com/spring-projects/spring-ws/releases)
- [Commits](spring-projects/spring-ws@v4.0.1...v4.0.11)

---
updated-dependencies:
- dependency-name: org.springframework.ws:spring-ws-security
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 20, 2024
@markreesmoj
Copy link
Contributor

There are no release notes for this version 4.0.11 but it does exist

In addition to the release notes listed above, the following changes are present:

v4.0.5
Changes in version 4.0.5 (2023-06-21)
spring-projects/spring-ws#1366 - Upgrade to Spring Framework 6.0.10.
spring-projects/spring-ws#1360 - spring-ws-security has a transitive dependency to pre jakarta javamail.
spring-projects/spring-ws#1357 - Apache HttpClient 5.0 followup.
spring-projects/spring-ws#1355 - Implement a JDK-based HttpClient MessageSender.
spring-projects/spring-ws#1354 - Upgrade maven-assembly-plugin to 3.5.0.
spring-projects/spring-ws#1342 - How to use JDK HttpClient with web services?.
spring-projects/spring-ws#1164 - Add support for Apache HttpClient 5.0.

v4.0.4
Changes in version 4.0.4 (2023-05-11)
spring-projects/spring-ws#1353 - Reintroduce custom container for release phase.
spring-projects/spring-ws#1352 - Upgrade smoke testing to Spring Boot 3.0.6.
spring-projects/spring-ws#1351 - Upgrade Artemis Jakarta Server to 2.28.0.
spring-projects/spring-ws#1350 - Upgrade to Spring Framework 6.0.9.
spring-projects/spring-ws#1348 - Use the Docker proxy service for CI.
spring-projects/spring-ws#1347 - Introduce smoke testing for the release process.
spring-projects/spring-ws#1346 - Introduce .sdkmanrc to automate switching between versions of Java.

v4.0.3
Changes in version 4.0.3 (2023-04-18)
spring-projects/spring-ws#1345 - Upgrade to Spring Security 6.0.3.
spring-projects/spring-ws#1343 - Upgrade to Spring Framework 6.0.8.
spring-projects/spring-ws#1339 - Upgrade to Spring Framework 6.0.6.
spring-projects/spring-ws#1336 - Use bulk operation addAll instead of iteration.
spring-projects/spring-ws#1335 - Use StandardCharsets.UTF_8 instead of a string UTF-8 value.
spring-projects/spring-ws#1334 - Remove unnecessary boxing for integers.
spring-projects/spring-ws#1332 - Upgrade to org.apache.santuario:xmlsec:3.0.2.
spring-projects/spring-ws#1298 - Bump woodstox-core from 6.2.8 to 6.4.0.
spring-projects/spring-ws#1150 - Wss4jSecurityInterceptor not propagating time to live values when validating ws-security soap header timestamp [SWS-1084].
spring-projects/spring-ws#1100 - wsa:to element is not optional [SWS-1031].
spring-projects/spring-ws#109 - Adds UserDetails to Authentication.

v4.0.2
Changes in version 4.0.2 (2023-02-22)
spring-projects/spring-ws#1337 - Upgrade to Spring Framework 6.0.5.
spring-projects/spring-ws#1328 - Fix broken image links in ref docs.
spring-projects/spring-ws#1327 - Use Collections.emptyIterator() instead of iterator of an emptyList.
spring-projects/spring-ws#1326 - Remove null checks from instanceof checks.
spring-projects/spring-ws#1325 - replace Collections.sort() by List.sort().
spring-projects/spring-ws#1324 - Better conversion from ByteArrayOutputStream to String.
spring-projects/spring-ws#1323 - Make EhCache an optional dependency.
spring-projects/spring-ws#1320 - Add SECURITY details.
spring-projects/spring-ws#1318 - use String.contains() instead String.indexOf().
spring-projects/spring-ws#1317 - Use StringBuilder instead of StringBuffer.
spring-projects/spring-ws#1316 - Use enhanced for loop instead of iterator.
spring-projects/spring-ws#1308 - Simplify SimpleNamespaceContext using modern Map APIs.
spring-projects/spring-ws#1300 - Add ability to override inclusive option in wss4j.
spring-projects/spring-ws#1249 - Add LICENSE file.
spring-projects/spring-ws#150 - Location tranformation now uses X-Forwarded-* headers if present.

Copy link
Contributor

@Obsiye Obsiye left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. would want to test this out in dev.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants