Skip to content

Bump the backend-dev group across 2 directories with 5 updates#146

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/backend-dev-27ba6163bb
Closed

Bump the backend-dev group across 2 directories with 5 updates#146
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/backend-dev-27ba6163bb

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Aug 15, 2025

Bumps the backend-dev group with 5 updates in the / directory:

Package From To
io.rest-assured:rest-assured 5.5.5 5.5.6
io.rest-assured:json-path 5.5.5 5.5.6
io.rest-assured:xml-path 5.5.5 5.5.6
com.icegreen:greenmail-junit5 2.1.4 2.1.5
org.junit.platform:junit-platform-launcher 1.12.2 1.13.4

Bumps the backend-dev group with 5 updates in the /server directory:

Package From To
io.rest-assured:rest-assured 5.5.5 5.5.6
io.rest-assured:json-path 5.5.5 5.5.6
io.rest-assured:xml-path 5.5.5 5.5.6
com.icegreen:greenmail-junit5 2.1.4 2.1.5
org.junit.platform:junit-platform-launcher 1.12.2 1.13.4

Updates io.rest-assured:rest-assured from 5.5.5 to 5.5.6

Changelog

Sourced from io.rest-assured:rest-assured's changelog.

Changelog 5.5.6 (2025-08-15)

  • Remove deprecated constructors in multipart handling (#1827) (thanks to Tobias Unger for PR)
  • Fix NPE in RequestSpecificationImpl #1830 (thanks to Boyarshinov Alexander for PR)
  • Bump commons-lang3 from 3.16.0 to 3.18.0 (thanks to Ash Skelton for PR)
Commits
  • 86998d8 [maven-release-plugin] prepare release rest-assured-5.5.6
  • 7499204 [ci skip] Adding name to xml-path and rest-assured-all
  • 7b555f6 Revert "[ci skip] Updated changelog to reflect the lastest changes"
  • cc6bb04 Revert "Caching the length/size in a variable to avoid repeated calls in loop...
  • 6cce8cf [ci skip] Preparing for release
  • 64e0d4a [ci skip] Updated changelog to reflect the lastest changes
  • affb876 Caching the length/size in a variable to avoid repeated calls in loops, which...
  • a39e5c4 [ci skip] Updated changelog to reflect the lastest changes
  • a7da2b0 Bump commons-lang3 from 3.16.0 to 3.18.0 (#1828)
  • 12537d0 [ci skip] Updated changelog to reflect the lastest changes
  • Additional commits viewable in compare view

Updates io.rest-assured:json-path from 5.5.5 to 5.5.6

Changelog

Sourced from io.rest-assured:json-path's changelog.

Changelog 5.5.6 (2025-08-15)

  • Remove deprecated constructors in multipart handling (#1827) (thanks to Tobias Unger for PR)
  • Fix NPE in RequestSpecificationImpl #1830 (thanks to Boyarshinov Alexander for PR)
  • Bump commons-lang3 from 3.16.0 to 3.18.0 (thanks to Ash Skelton for PR)
Commits
  • 86998d8 [maven-release-plugin] prepare release rest-assured-5.5.6
  • 7499204 [ci skip] Adding name to xml-path and rest-assured-all
  • 7b555f6 Revert "[ci skip] Updated changelog to reflect the lastest changes"
  • cc6bb04 Revert "Caching the length/size in a variable to avoid repeated calls in loop...
  • 6cce8cf [ci skip] Preparing for release
  • 64e0d4a [ci skip] Updated changelog to reflect the lastest changes
  • affb876 Caching the length/size in a variable to avoid repeated calls in loops, which...
  • a39e5c4 [ci skip] Updated changelog to reflect the lastest changes
  • a7da2b0 Bump commons-lang3 from 3.16.0 to 3.18.0 (#1828)
  • 12537d0 [ci skip] Updated changelog to reflect the lastest changes
  • Additional commits viewable in compare view

Updates io.rest-assured:xml-path from 5.5.5 to 5.5.6

Changelog

Sourced from io.rest-assured:xml-path's changelog.

Changelog 5.5.6 (2025-08-15)

  • Remove deprecated constructors in multipart handling (#1827) (thanks to Tobias Unger for PR)
  • Fix NPE in RequestSpecificationImpl #1830 (thanks to Boyarshinov Alexander for PR)
  • Bump commons-lang3 from 3.16.0 to 3.18.0 (thanks to Ash Skelton for PR)
Commits
  • 86998d8 [maven-release-plugin] prepare release rest-assured-5.5.6
  • 7499204 [ci skip] Adding name to xml-path and rest-assured-all
  • 7b555f6 Revert "[ci skip] Updated changelog to reflect the lastest changes"
  • cc6bb04 Revert "Caching the length/size in a variable to avoid repeated calls in loop...
  • 6cce8cf [ci skip] Preparing for release
  • 64e0d4a [ci skip] Updated changelog to reflect the lastest changes
  • affb876 Caching the length/size in a variable to avoid repeated calls in loops, which...
  • a39e5c4 [ci skip] Updated changelog to reflect the lastest changes
  • a7da2b0 Bump commons-lang3 from 3.16.0 to 3.18.0 (#1828)
  • 12537d0 [ci skip] Updated changelog to reflect the lastest changes
  • Additional commits viewable in compare view

Updates com.icegreen:greenmail-junit5 from 2.1.4 to 2.1.5

Release notes

Sourced from com.icegreen:greenmail-junit5's releases.

2.1.5

What's Changed

Features

  • Add XOAUTH2 support for IMAP (fixes #881)
  • Add XOAUTH2 support for POP3 (fixes #878)
  • Improve IMAP command handling (fixes #880)

Bugfixes

Dependencies

New Contributors

Full Changelog: greenmail-mail-test/greenmail@release-2.1.4...release-2.1.5

Commits
  • 4c84660 [maven-release-plugin] prepare release release-2.1.5
  • dc319d7 Updating docs for 2.1.5 release
  • f2ddf2b Bump jetty.version from 11.0.24 to 11.0.25
  • 64c71c2 Build(deps): Bump org.eclipse.angus:jakarta.mail from 2.0.3 to 2.0.4
  • 1ef1a5a Build(deps): Bump org.assertj:assertj-core from 3.27.3 to 3.27.4
  • 8659e89 fix the issue
  • 961e8ec Add XOAUTH2 support for IMAP (fixes #881)
  • ba29321 Improve IMAP command handling (fixes #880)
  • 42fd4dd Fix spelling
  • 8d064e4 Updating Maven wrapper to 3.9.11
  • Additional commits viewable in compare view

Updates org.junit.platform:junit-platform-launcher from 1.12.2 to 1.13.4

Commits

Updates io.rest-assured:rest-assured from 5.5.5 to 5.5.6

Changelog

Sourced from io.rest-assured:rest-assured's changelog.

Changelog 5.5.6 (2025-08-15)

  • Remove deprecated constructors in multipart handling (#1827) (thanks to Tobias Unger for PR)
  • Fix NPE in RequestSpecificationImpl #1830 (thanks to Boyarshinov Alexander for PR)
  • Bump commons-lang3 from 3.16.0 to 3.18.0 (thanks to Ash Skelton for PR)
Commits
  • 86998d8 [maven-release-plugin] prepare release rest-assured-5.5.6
  • 7499204 [ci skip] Adding name to xml-path and rest-assured-all
  • 7b555f6 Revert "[ci skip] Updated changelog to reflect the lastest changes"
  • cc6bb04 Revert "Caching the length/size in a variable to avoid repeated calls in loop...
  • 6cce8cf [ci skip] Preparing for release
  • 64e0d4a [ci skip] Updated changelog to reflect the lastest changes
  • affb876 Caching the length/size in a variable to avoid repeated calls in loops, which...
  • a39e5c4 [ci skip] Updated changelog to reflect the lastest changes
  • a7da2b0 Bump commons-lang3 from 3.16.0 to 3.18.0 (#1828)
  • 12537d0 [ci skip] Updated changelog to reflect the lastest changes
  • Additional commits viewable in compare view

Updates io.rest-assured:json-path from 5.5.5 to 5.5.6

Changelog

Sourced from io.rest-assured:json-path's changelog.

Changelog 5.5.6 (2025-08-15)

  • Remove deprecated constructors in multipart handling (#1827) (thanks to Tobias Unger for PR)
  • Fix NPE in RequestSpecificationImpl #1830 (thanks to Boyarshinov Alexander for PR)
  • Bump commons-lang3 from 3.16.0 to 3.18.0 (thanks to Ash Skelton for PR)
Commits
  • 86998d8 [maven-release-plugin] prepare release rest-assured-5.5.6
  • 7499204 [ci skip] Adding name to xml-path and rest-assured-all
  • 7b555f6 Revert "[ci skip] Updated changelog to reflect the lastest changes"
  • cc6bb04 Revert "Caching the length/size in a variable to avoid repeated calls in loop...
  • 6cce8cf [ci skip] Preparing for release
  • 64e0d4a [ci skip] Updated changelog to reflect the lastest changes
  • affb876 Caching the length/size in a variable to avoid repeated calls in loops, which...
  • a39e5c4 [ci skip] Updated changelog to reflect the lastest changes
  • a7da2b0 Bump commons-lang3 from 3.16.0 to 3.18.0 (#1828)
  • 12537d0 [ci skip] Updated changelog to reflect the lastest changes
  • Additional commits viewable in compare view

Updates io.rest-assured:xml-path from 5.5.5 to 5.5.6

Changelog

Sourced from io.rest-assured:xml-path's changelog.

Changelog 5.5.6 (2025-08-15)

  • Remove deprecated constructors in multipart handling (#1827) (thanks to Tobias Unger for PR)
  • Fix NPE in RequestSpecificationImpl #1830 (thanks to Boyarshinov Alexander for PR)
  • Bump commons-lang3 from 3.16.0 to 3.18.0 (thanks to Ash Skelton for PR)
Commits
  • 86998d8 [maven-release-plugin] prepare release rest-assured-5.5.6
  • 7499204 [ci skip] Adding name to xml-path and rest-assured-all
  • 7b555f6 Revert "[ci skip] Updated changelog to reflect the lastest changes"
  • cc6bb04 Revert "Caching the length/size in a variable to avoid repeated calls in loop...
  • 6cce8cf [ci skip] Preparing for release
  • 64e0d4a [ci skip] Updated changelog to reflect the lastest changes
  • affb876 Caching the length/size in a variable to avoid repeated calls in loops, which...
  • a39e5c4 [ci skip] Updated changelog to reflect the lastest changes
  • a7da2b0 Bump commons-lang3 from 3.16.0 to 3.18.0 (#1828)
  • 12537d0 [ci skip] Updated changelog to reflect the lastest changes
  • Additional commits viewable in compare view

Updates com.icegreen:greenmail-junit5 from 2.1.4 to 2.1.5

Release notes

Sourced from com.icegreen:greenmail-junit5's releases.

2.1.5

What's Changed

Features

  • Add XOAUTH2 support for IMAP (fixes #881)
  • Add XOAUTH2 support for POP3 (fixes #878)
  • Improve IMAP command handling (fixes #880)

Bugfixes

Dependencies

New Contributors

Full Changelog: greenmail-mail-test/greenmail@release-2.1.4...release-2.1.5

Commits
  • 4c84660 [maven-release-plugin] prepare release release-2.1.5
  • dc319d7 Updating docs for 2.1.5 release
  • f2ddf2b Bump jetty.version from 11.0.24 to 11.0.25
  • 64c71c2 Build(deps): Bump org.eclipse.angus:jakarta.mail from 2.0.3 to 2.0.4
  • 1ef1a5a Build(deps): Bump org.assertj:assertj-core from 3.27.3 to 3.27.4
  • 8659e89 fix the issue
  • 961e8ec Add XOAUTH2 support for IMAP (fixes #881)
  • ba29321 Improve IMAP command handling (fixes #880)
  • 42fd4dd Fix spelling
  • 8d064e4 Updating Maven wrapper to 3.9.11
  • Additional commits viewable in compare view

Updates org.junit.platform:junit-platform-launcher from 1.12.2 to 1.13.4

Commits

Updates io.rest-assured:rest-assured from 5.5.5 to 5.5.6

Changelog

Sourced from io.rest-assured:rest-assured's changelog.

Changelog 5.5.6 (2025-08-15)

  • Remove deprecated constructors in multipart handling (#1827) (thanks to Tobias Unger for PR)
  • Fix NPE in RequestSpecificationImpl #1830 (thanks to Boyarshinov Alexander for PR)
  • Bump commons-lang3 from 3.16.0 to 3.18.0 (thanks to Ash Skelton for PR)
Commits
  • 86998d8 [maven-release-plugin] prepare release rest-assured-5.5.6
  • 7499204 [ci skip] Adding name to xml-path and rest-assured-all
  • 7b555f6 Revert "[ci skip] Updated changelog to reflect the lastest changes"
  • cc6bb04 Revert "Caching the length/size in a variable to avoid repeated calls in loop...
  • 6cce8cf [ci skip] Preparing for release
  • 64e0d4a [ci skip] Updated changelog to reflect the lastest changes
  • affb876 Caching the length/size in a variable to avoid repeated calls in loops, which...
  • a39e5c4 [ci skip] Updated changelog to reflect the lastest changes
  • a7da2b0 Bump commons-lang3 from 3.16.0 to 3.18.0 (#1828)
  • 12537d0 [ci skip] Updated changelog to reflect the lastest changes
  • Additional commits viewable in compare view

Updates io.rest-assured:json-path from 5.5.5 to 5.5.6

Changelog

Sourced from io.rest-assured:json-path's changelog.

Changelog 5.5.6 (2025-08-15)

  • Remove deprecated constructors in multipart handling (#1827) (thanks to Tobias Unger for PR)
  • Fix NPE in RequestSpecificationImpl #1830 (thanks to Boyarshinov Alexander for PR)
  • Bump commons-lang3 from 3.16.0 to 3.18.0 (thanks to Ash Skelton for PR)
Commits
  • 86998d8 [maven-release-plugin] prepare release rest-assured-5.5.6
  • 7499204 [ci skip] Adding name to xml-path and rest-assured-all
  • 7b555f6 Revert "[ci skip] Updated changelog to reflect the lastest changes"
  • cc6bb04 Revert "Caching the length/size in a variable to avoid repeated calls in loop...
  • 6cce8cf [ci skip] Preparing for release
  • 64e0d4a [ci skip] Updated changelog to reflect the lastest changes
  • affb876 Caching the length/size in a variable to avoid repeated calls in loops, which...
  • a39e5c4 [ci skip] Updated changelog to reflect the lastest changes
  • a7da2b0 Bump commons-lang3 from 3.16.0 to 3.18.0 (#1828)
  • 12537d0 [ci skip] Updated changelog to reflect the lastest changes
  • Additional commits viewable in compare view

Updates io.rest-assured:xml-path from 5.5.5 to 5.5.6

Changelog

Sourced from io.rest-assured:xml-path's changelog.

Changelog 5.5.6 (2025-08-15)

  • Remove deprecated constructors in multipart handling (#1827) (thanks to Tobias Unger for PR)
  • Fix NPE in RequestSpecificationImpl #1830 (thanks to Boyarshinov Alexander for PR)
  • Bump commons-lang3 from 3.16.0 to 3.18.0 (thanks to Ash Skelton for PR)
Commits
  • 86998d8 [maven-release-plugin] prepare release rest-assured-5.5.6
  • 7499204 [ci skip] Adding name to xml-path and rest-assured-all
  • 7b555f6 Revert "[ci skip] Updated changelog to reflect the lastest changes"
  • cc6bb04 Revert "Caching the length/size in a variable to avoid repeated calls in loop...
  • 6cce8cf [ci skip] Preparing for release
  • 64e0d4a [ci skip] Updated changelog to reflect the lastest changes
  • affb876 Caching the length/size in a variable to avoid repeated calls in loops, which...
  • a39e5c4 [ci skip] Updated changelog to reflect the lastest changes
  • a7da2b0 Bump commons-lang3 from 3.16.0 to 3.18.0 (#1828)
  • 12537d0 [ci skip] Updated changelog to reflect the lastest changes
  • Additional commits viewable in compare view

Updates com.icegreen:greenmail-junit5 from 2.1.4 to 2.1.5

Release notes

Sourced from com.icegreen:greenmail-junit5's releases.

2.1.5

What's Changed

Features

  • Add XOAUTH2 support for IMAP (fixes #881)
  • Add XOAUTH2 support for POP3 (fixes #878)
  • Improve IMAP command handling (fixes #880)

Bugfixes

Dependencies

New Contributors

Full Changelog: greenmail-mail-test/greenmail@release-2.1.4...release-2.1.5

Commits
  • 4c84660 [maven-release-plugin] prepare release release-2.1.5
  • dc319d7 Updating docs for 2.1.5 release
  • f2ddf2b Bump jetty.version from 11.0.24 to 11.0.25
  • 64c71c2 Build(deps): Bump org.eclipse.angus:jakarta.mail from 2.0.3 to 2.0.4
  • 1ef1a5a Build(deps): Bump org.assertj:assertj-core from 3.27.3 to 3.27.4
  • 8659e89 fix the issue
  • 961e8ec Add XOAUTH2 support for IMAP (fixes #881)
  • ba29321 Improve IMAP command handling (fixes #880)
  • 42fd4dd Fix spelling
  • 8d064e4 Updating Maven wrapper to 3.9.11
  • Additional commits viewable in compare view

Updates org.junit.platform:junit-platform-launcher from 1.12.2 to 1.13.4

Commits

Updates io.rest-assured:rest-assured from 5.5.5 to 5.5.6

Changelog

Sourced from io.rest-assured:rest-assured's changelog.

Changelog 5.5.6 (2025-08-15)

  • Remove deprecated constructors in multipart handling (#1827) (thanks to Tobias Unger for PR)
  • Fix NPE in RequestSpecificationImpl #1830 (thanks to Boyarshinov Alexander for PR)
  • Bump commons-lang3 from 3.16.0 to 3.18.0 (thanks to Ash Skelton for PR)
Commits
  • 86998d8 [maven-release-plugin] prepare release rest-assured-5.5.6
  • 7499204 [ci skip] Adding name to xml-path and rest-assured-all
  • 7b555f6 Revert "[ci skip] Updated changelog to reflect the lastest changes"
  • cc6bb04 Revert "Caching the length/size in a variable to avoid repeated calls in loop...
  • 6cce8cf [ci skip] Preparing for release
  • 64e0d4a [ci skip] Updated changelog to reflect the lastest changes
  • affb876 Caching the length/size in a variable to avoid repeated calls in loops, which...
  • a39e5c4 [ci skip] Updated changelog to reflect the lastest changes
  • a7da2b0 Bump commons-lang3 from 3.16.0 to 3.18.0 (#1828)
  • 12537d0 [ci skip] Updated changelog to reflect the lastest changes
  • Additional commits viewable in compare view

Updates io.rest-assured:json-path from 5.5.5 to 5.5.6

Changelog

Sourced from io.rest-assured:json-path's changelog.

Changelog 5.5.6 (2025-08-15)

  • Remove deprecated constructors in multipart handling (#1827) (thanks to Tobias Unger for PR)
  • Fix NPE in RequestSpecificationImpl #1830 (thanks to Boyarshinov Alexander for PR)
  • Bump commons-lang3 from 3.16.0 to 3.18.0 (thanks to Ash Skelton for PR)
Commits
  • 86998d8 [maven-release-plugin] prepare release rest-assured-5.5.6
  • 7499204 [ci skip] Adding name to xml-path and rest-assured-all
  • 7b555f6 Revert "[ci skip] Updated changelog to reflect the lastest changes"
  • cc6bb04 Revert "Caching the length/size in a variable to avoid repeated calls in loop...
  • 6cce8cf [ci skip] Preparing for release
  • 64e0d4a [ci skip] Updated changelog to reflect the lastest changes
  • affb876 Caching the length/size in a variable to avoid repeated calls in loops, which...
  • a39e5c4 [ci skip] Updated changelog to reflect the lastest changes
  • a7da2b0 Bump commons-lang3 from 3.16.0 to 3.18.0 (#1828)
  • 12537d0 [ci skip] Updated changelog to reflect the lastest changes
  • Additional commits viewable in compare view

Updates io.rest-assured:xml-path from 5.5.5 to 5.5.6

Changelog

Sourced from io.rest-assured:xml-path's changelog.

Changelog 5.5.6 (2025-08-15)

  • Remove deprecated constructors in multipart handling (#1827) (thanks to Tobias Unger for PR)
  • Fix NPE in RequestSpecificationImpl #1830 (thanks to Boyarshinov Alexander for PR)
  • Bump commons-lang3 from 3.16.0 to 3.18.0 (thanks to Ash Skelton for PR)
Commits
  • 86998d8 [maven-release-plugin] prepare release rest-assured-5.5.6
  • 7499204 [ci skip] Adding name to xml-path and rest-assured-all
  • 7b555f6 Revert "[ci skip] Updated changelog to reflect the lastest changes"
  • cc6bb04 Revert "Caching the length/size in a variable to avoid repeated calls in loop...
  • 6cce8cf [ci skip] Preparing for release
  • 64e0d4a [ci skip] Updated changelog to reflect the lastest changes
  • affb876 Caching the length/size in a variable to avoid repeated calls in loops, which...
  • a39e5c4 [ci skip] Updated changelog to reflect the lastest changes
  • a7da2b0 Bump commons-lang3 from 3.16.0 to 3.18.0 (#1828)
  • 12537d0 [ci skip] Updated changelog to reflect the lastest changes
  • Additional commits viewable in compare view

Updates com.icegreen:greenmail-junit5 from 2.1.4 to 2.1.5

Release notes

Sourced from com.icegreen:greenmail-junit5's releases.

2.1.5

What's Changed

Features

  • Add XOAUTH2 support for IMAP (fixes #881)
  • Add XOAUTH2 support for POP3 (fixes #878)
  • Improve IMAP command handling (fixes #880)

Bugfixes

Dependencies

New Contributors

Full Changelog: greenmail-mail-test/greenmail@release-2.1.4...release-2.1.5

Commits
  • 4c84660 [maven-release-plugin] prepare release release-2.1.5
  • dc319d7 Updating docs for 2.1.5 release
  • f2ddf2b Bump jetty.version from 11.0.24 to 11.0.25
  • 64c71c2 Build(deps): Bump org.eclipse.angus:jakarta.mail from 2.0.3 to 2.0.4
  • 1ef1a5a Build(deps): Bump org.assertj:assertj-core from 3.27.3 to 3.27.4
  • 8659e89 fix the issue
  • 961e8ec Add XOAUTH2 support for IMAP (fixes #881)
  • ba29321 Improve IMAP command handling (fixes #880)
  • 42fd4dd Fix spelling
  • 8d064e4 Updating Maven wrapper to 3.9.11
  • Additional commits viewable in compare view

Updates org.junit.platform:junit-platform-launcher from 1.12.2 to 1.13.4

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Aug 15, 2025
@dependabot dependabot bot force-pushed the dependabot/maven/backend-dev-27ba6163bb branch 3 times, most recently from 0fbca9b to 14fc171 Compare August 25, 2025 12:25
@dependabot dependabot bot force-pushed the dependabot/maven/backend-dev-27ba6163bb branch from 14fc171 to 7878477 Compare August 28, 2025 12:04
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Sep 16, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@oharsta oharsta added backwards-incompatible and removed dependencies Pull requests that update a dependency file java Pull requests that update java code labels Sep 23, 2025
@dependabot dependabot bot force-pushed the dependabot/maven/backend-dev-27ba6163bb branch 2 times, most recently from d8de41a to 9693435 Compare September 26, 2025 11:20
Bumps the backend-dev group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [io.rest-assured:rest-assured](https://github.com/rest-assured/rest-assured) | `5.5.5` | `5.5.6` |
| [io.rest-assured:json-path](https://github.com/rest-assured/rest-assured) | `5.5.5` | `5.5.6` |
| [io.rest-assured:xml-path](https://github.com/rest-assured/rest-assured) | `5.5.5` | `5.5.6` |
| [com.icegreen:greenmail-junit5](https://github.com/greenmail-mail-test/greenmail) | `2.1.4` | `2.1.5` |
| [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit-framework) | `1.12.2` | `1.13.4` |

Bumps the backend-dev group with 5 updates in the /server directory:

| Package | From | To |
| --- | --- | --- |
| [io.rest-assured:rest-assured](https://github.com/rest-assured/rest-assured) | `5.5.5` | `5.5.6` |
| [io.rest-assured:json-path](https://github.com/rest-assured/rest-assured) | `5.5.5` | `5.5.6` |
| [io.rest-assured:xml-path](https://github.com/rest-assured/rest-assured) | `5.5.5` | `5.5.6` |
| [com.icegreen:greenmail-junit5](https://github.com/greenmail-mail-test/greenmail) | `2.1.4` | `2.1.5` |
| [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit-framework) | `1.12.2` | `1.13.4` |



Updates `io.rest-assured:rest-assured` from 5.5.5 to 5.5.6
- [Changelog](https://github.com/rest-assured/rest-assured/blob/master/changelog.txt)
- [Commits](rest-assured/rest-assured@rest-assured-5.5.5...rest-assured-5.5.6)

Updates `io.rest-assured:json-path` from 5.5.5 to 5.5.6
- [Changelog](https://github.com/rest-assured/rest-assured/blob/master/changelog.txt)
- [Commits](rest-assured/rest-assured@rest-assured-5.5.5...rest-assured-5.5.6)

Updates `io.rest-assured:xml-path` from 5.5.5 to 5.5.6
- [Changelog](https://github.com/rest-assured/rest-assured/blob/master/changelog.txt)
- [Commits](rest-assured/rest-assured@rest-assured-5.5.5...rest-assured-5.5.6)

Updates `com.icegreen:greenmail-junit5` from 2.1.4 to 2.1.5
- [Release notes](https://github.com/greenmail-mail-test/greenmail/releases)
- [Commits](greenmail-mail-test/greenmail@release-2.1.4...release-2.1.5)

Updates `org.junit.platform:junit-platform-launcher` from 1.12.2 to 1.13.4
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](https://github.com/junit-team/junit-framework/commits)

Updates `io.rest-assured:rest-assured` from 5.5.5 to 5.5.6
- [Changelog](https://github.com/rest-assured/rest-assured/blob/master/changelog.txt)
- [Commits](rest-assured/rest-assured@rest-assured-5.5.5...rest-assured-5.5.6)

Updates `io.rest-assured:json-path` from 5.5.5 to 5.5.6
- [Changelog](https://github.com/rest-assured/rest-assured/blob/master/changelog.txt)
- [Commits](rest-assured/rest-assured@rest-assured-5.5.5...rest-assured-5.5.6)

Updates `io.rest-assured:xml-path` from 5.5.5 to 5.5.6
- [Changelog](https://github.com/rest-assured/rest-assured/blob/master/changelog.txt)
- [Commits](rest-assured/rest-assured@rest-assured-5.5.5...rest-assured-5.5.6)

Updates `com.icegreen:greenmail-junit5` from 2.1.4 to 2.1.5
- [Release notes](https://github.com/greenmail-mail-test/greenmail/releases)
- [Commits](greenmail-mail-test/greenmail@release-2.1.4...release-2.1.5)

Updates `org.junit.platform:junit-platform-launcher` from 1.12.2 to 1.13.4
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](https://github.com/junit-team/junit-framework/commits)

Updates `io.rest-assured:rest-assured` from 5.5.5 to 5.5.6
- [Changelog](https://github.com/rest-assured/rest-assured/blob/master/changelog.txt)
- [Commits](rest-assured/rest-assured@rest-assured-5.5.5...rest-assured-5.5.6)

Updates `io.rest-assured:json-path` from 5.5.5 to 5.5.6
- [Changelog](https://github.com/rest-assured/rest-assured/blob/master/changelog.txt)
- [Commits](rest-assured/rest-assured@rest-assured-5.5.5...rest-assured-5.5.6)

Updates `io.rest-assured:xml-path` from 5.5.5 to 5.5.6
- [Changelog](https://github.com/rest-assured/rest-assured/blob/master/changelog.txt)
- [Commits](rest-assured/rest-assured@rest-assured-5.5.5...rest-assured-5.5.6)

Updates `com.icegreen:greenmail-junit5` from 2.1.4 to 2.1.5
- [Release notes](https://github.com/greenmail-mail-test/greenmail/releases)
- [Commits](greenmail-mail-test/greenmail@release-2.1.4...release-2.1.5)

Updates `org.junit.platform:junit-platform-launcher` from 1.12.2 to 1.13.4
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](https://github.com/junit-team/junit-framework/commits)

Updates `io.rest-assured:rest-assured` from 5.5.5 to 5.5.6
- [Changelog](https://github.com/rest-assured/rest-assured/blob/master/changelog.txt)
- [Commits](rest-assured/rest-assured@rest-assured-5.5.5...rest-assured-5.5.6)

Updates `io.rest-assured:json-path` from 5.5.5 to 5.5.6
- [Changelog](https://github.com/rest-assured/rest-assured/blob/master/changelog.txt)
- [Commits](rest-assured/rest-assured@rest-assured-5.5.5...rest-assured-5.5.6)

Updates `io.rest-assured:xml-path` from 5.5.5 to 5.5.6
- [Changelog](https://github.com/rest-assured/rest-assured/blob/master/changelog.txt)
- [Commits](rest-assured/rest-assured@rest-assured-5.5.5...rest-assured-5.5.6)

Updates `com.icegreen:greenmail-junit5` from 2.1.4 to 2.1.5
- [Release notes](https://github.com/greenmail-mail-test/greenmail/releases)
- [Commits](greenmail-mail-test/greenmail@release-2.1.4...release-2.1.5)

Updates `org.junit.platform:junit-platform-launcher` from 1.12.2 to 1.13.4
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](https://github.com/junit-team/junit-framework/commits)

---
updated-dependencies:
- dependency-name: io.rest-assured:rest-assured
  dependency-version: 5.5.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: backend-dev
- dependency-name: io.rest-assured:json-path
  dependency-version: 5.5.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: backend-dev
- dependency-name: io.rest-assured:xml-path
  dependency-version: 5.5.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: backend-dev
- dependency-name: com.icegreen:greenmail-junit5
  dependency-version: 2.1.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: backend-dev
- dependency-name: org.junit.platform:junit-platform-launcher
  dependency-version: 1.13.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: backend-dev
- dependency-name: io.rest-assured:rest-assured
  dependency-version: 5.5.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: backend-dev
- dependency-name: io.rest-assured:json-path
  dependency-version: 5.5.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: backend-dev
- dependency-name: io.rest-assured:xml-path
  dependency-version: 5.5.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: backend-dev
- dependency-name: com.icegreen:greenmail-junit5
  dependency-version: 2.1.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: backend-dev
- dependency-name: org.junit.platform:junit-platform-launcher
  dependency-version: 1.13.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: backend-dev
- dependency-name: io.rest-assured:rest-assured
  dependency-version: 5.5.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: backend-dev
- dependency-name: io.rest-assured:json-path
  dependency-version: 5.5.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: backend-dev
- dependency-name: io.rest-assured:xml-path
  dependency-version: 5.5.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: backend-dev
- dependency-name: com.icegreen:greenmail-junit5
  dependency-version: 2.1.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: backend-dev
- dependency-name: org.junit.platform:junit-platform-launcher
  dependency-version: 1.13.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: backend-dev
- dependency-name: io.rest-assured:rest-assured
  dependency-version: 5.5.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: backend-dev
- dependency-name: io.rest-assured:json-path
  dependency-version: 5.5.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: backend-dev
- dependency-name: io.rest-assured:xml-path
  dependency-version: 5.5.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: backend-dev
- dependency-name: com.icegreen:greenmail-junit5
  dependency-version: 2.1.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: backend-dev
- dependency-name: org.junit.platform:junit-platform-launcher
  dependency-version: 1.13.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: backend-dev
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/backend-dev-27ba6163bb branch from 9693435 to 7437bbc Compare September 29, 2025 15:14
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Sep 30, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Sep 30, 2025
@dependabot dependabot bot deleted the dependabot/maven/backend-dev-27ba6163bb branch September 30, 2025 11:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant