)]}'
{
  "log": [
    {
      "commit": "b8b977ab44ae2658d737e418507559857e627089",
      "tree": "29076e0bf7b89148d72ace57bb71b3ce779fa19b",
      "parents": [
        "d7414564a8c6ee4519b104a40e24a89ab139f6f8"
      ],
      "author": {
        "name": "Lukasz Lenart",
        "email": "lukaszlenart@apache.org",
        "time": "Fri Aug 14 14:23:51 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Aug 14 14:23:51 2026 +0200"
      },
      "message": "Fix broken login flow in shiro-basic example (#545)\n\nThe example was unusable: every request redirected to Shiro\u0027s default\nloginUrl of /login.jsp, which does not exist here, producing an infinite\nredirect loop. shiro.ini defined only [users] and [roles], so no filter\nchain was configured and Shiro protected every path including the login\npage and the form it posts to. Because shiroFilter is mapped for FORWARD\nas well as REQUEST, the JSPs the Struts actions forward to were caught\ntoo, so listing only the actions would not have been enough.\n\nAdds a [main] section pointing authc at the login action, and a [urls]\nchain leaving the login path anonymous while protecting the rest.\n\nSeparately, the container rewrote redirect URLs as ...;jsessionid\u003d... on\na visitor\u0027s first request, and Jetty 11 rejects its own rewritten URI\nwith HTTP 400 Invalid request. Restricting session tracking to cookies\nstops the rewriting.\n\nVerified in a browser and over HTTP: login as lonestarr renders the\nwelcome page with roles and permissions resolved, logout returns to the\nlogin page, and welcome.action is no longer reachable afterwards.\n\nCo-authored-by: Claude Opus 5 \u003cnoreply@anthropic.com\u003e"
    },
    {
      "commit": "d7414564a8c6ee4519b104a40e24a89ab139f6f8",
      "tree": "502490880612373dfa54835079fe791010d8e798",
      "parents": [
        "62985d522bc20318b2655092dff1b22cc6e64b27"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Aug 14 14:16:44 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Aug 14 14:16:44 2026 +0200"
      },
      "message": "Build(deps): Bump shiro.version from 2.2.1 to 3.0.0 (#536)\n\nBumps `shiro.version` from 2.2.1 to 3.0.0.\n\nUpdates `org.apache.shiro:shiro-core` from 2.2.1 to 3.0.0\n- [Release notes](https://github.com/apache/shiro/releases)\n- [Changelog](https://github.com/apache/shiro/blob/main/RELEASE-NOTES)\n- [Commits](https://github.com/apache/shiro/compare/shiro-root-2.2.1...shiro-root-3.0.0)\n\nUpdates `org.apache.shiro:shiro-web` from 2.2.1 to 3.0.0\n- [Release notes](https://github.com/apache/shiro/releases)\n- [Changelog](https://github.com/apache/shiro/blob/main/RELEASE-NOTES)\n- [Commits](https://github.com/apache/shiro/compare/shiro-root-2.2.1...shiro-root-3.0.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.shiro:shiro-core\n  dependency-version: 3.0.0\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n- dependency-name: org.apache.shiro:shiro-web\n  dependency-version: 3.0.0\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "62985d522bc20318b2655092dff1b22cc6e64b27",
      "tree": "2090d0559cd9363fb5823c46560b332b29b4a2f1",
      "parents": [
        "bc611518d0d6d9c46d9d70c4b73bfb73216342eb"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Aug 14 13:57:41 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Aug 14 13:57:41 2026 +0200"
      },
      "message": "Build(deps-dev): Bump org.hibernate.validator:hibernate-validator (#540)\n\nBumps [org.hibernate.validator:hibernate-validator](https://github.com/hibernate/hibernate-validator) from 6.2.3.Final to 9.1.3.Final.\n- [Release notes](https://github.com/hibernate/hibernate-validator/releases)\n- [Changelog](https://github.com/hibernate/hibernate-validator/blob/9.1.3.Final/changelog.md)\n- [Commits](https://github.com/hibernate/hibernate-validator/compare/6.2.3.Final...9.1.3.Final)\n\n---\nupdated-dependencies:\n- dependency-name: org.hibernate.validator:hibernate-validator\n  dependency-version: 9.1.2.Final\n  dependency-type: direct:development\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "bc611518d0d6d9c46d9d70c4b73bfb73216342eb",
      "tree": "cd8e44185b219bde7f572ac3a08741c8b7636c25",
      "parents": [
        "edb4abb7d9a870bac5fd0ec7f244f4ae140e5063"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Aug 14 13:54:10 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Aug 14 13:54:10 2026 +0200"
      },
      "message": "Build(deps): Bump log4j2.version from 2.25.4 to 2.26.1 (#537)\n\nBumps `log4j2.version` from 2.25.4 to 2.26.1.\n\nUpdates `org.apache.logging.log4j:log4j-core` from 2.25.4 to 2.26.1\n\nUpdates `org.apache.logging.log4j:log4j-api` from 2.25.4 to 2.26.1\n\nUpdates `org.apache.logging.log4j:log4j-slf4j-impl` from 2.25.4 to 2.26.1\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.logging.log4j:log4j-api\n  dependency-version: 2.26.1\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n- dependency-name: org.apache.logging.log4j:log4j-core\n  dependency-version: 2.26.1\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n- dependency-name: org.apache.logging.log4j:log4j-slf4j-impl\n  dependency-version: 2.26.1\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "edb4abb7d9a870bac5fd0ec7f244f4ae140e5063",
      "tree": "6f12501333cf68340df8d7d180bf1e3ccc1b6c9f",
      "parents": [
        "fec10a15718a974c33639b962989252ab51faac8"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Aug 14 13:53:18 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Aug 14 13:53:18 2026 +0200"
      },
      "message": "Build(deps): Bump com.fasterxml.jackson:jackson-bom (#538)\n\nBumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.22.0 to 2.22.1.\n- [Commits](https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.22.0...jackson-bom-2.22.1)\n\n---\nupdated-dependencies:\n- dependency-name: com.fasterxml.jackson:jackson-bom\n  dependency-version: 2.22.1\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "fec10a15718a974c33639b962989252ab51faac8",
      "tree": "926dd34bf31149cf6c3226055c12689184e65db1",
      "parents": [
        "fbadf4ef82a0d2f1430b12fd58e750d02b8c6a30"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Aug 14 13:53:01 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Aug 14 13:53:01 2026 +0200"
      },
      "message": "Build(deps): Bump org.sitemesh:sitemesh from 3.2.2 to 3.2.3 (#539)\n\nBumps [org.sitemesh:sitemesh](https://github.com/sitemesh/sitemesh3) from 3.2.2 to 3.2.3.\n- [Release notes](https://github.com/sitemesh/sitemesh3/releases)\n- [Commits](https://github.com/sitemesh/sitemesh3/compare/3.2.2...3.2.3)\n\n---\nupdated-dependencies:\n- dependency-name: org.sitemesh:sitemesh\n  dependency-version: 3.2.3\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "fbadf4ef82a0d2f1430b12fd58e750d02b8c6a30",
      "tree": "f0ff8f07a585d15bc138c6dc486fbb294a160488",
      "parents": [
        "0ba4895391ab53f5ad2b633de94ac4a36af7075f"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Aug 14 13:52:52 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Aug 14 13:52:52 2026 +0200"
      },
      "message": "Build(deps-dev): Bump org.springframework:spring-web in /rest-angular (#543)\n\nBumps [org.springframework:spring-web](https://github.com/spring-projects/spring-framework) from 6.2.12 to 6.2.19.\n- [Release notes](https://github.com/spring-projects/spring-framework/releases)\n- [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.12...v6.2.19)\n\n---\nupdated-dependencies:\n- dependency-name: org.springframework:spring-web\n  dependency-version: 6.2.19\n  dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "0ba4895391ab53f5ad2b633de94ac4a36af7075f",
      "tree": "f6a4cba1c6612a0a0647d25adc9bc35560e6b33e",
      "parents": [
        "33093006061df31a90af23a961e099b49151808f"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Aug 14 13:52:36 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Aug 14 13:52:36 2026 +0200"
      },
      "message": "Build(deps): Bump actions/checkout from 7.0.0 to 7.0.1 (#542)\n\nBumps [actions/checkout](https://github.com/actions/checkout) from 7.0.0 to 7.0.1.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v7.0.0...v7.0.1)\n\n---\nupdated-dependencies:\n- dependency-name: actions/checkout\n  dependency-version: 7.0.1\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "33093006061df31a90af23a961e099b49151808f",
      "tree": "b39004cdbfc109f695e087907e30b0f31e971e72",
      "parents": [
        "49db2282d8a7a144b88bb5fbb0c2a0e4004fc26d"
      ],
      "author": {
        "name": "Lukasz Lenart",
        "email": "lukaszlenart@apache.org",
        "time": "Fri Aug 14 13:34:41 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Aug 14 13:34:41 2026 +0200"
      },
      "message": "Modernize examples to Apache Struts 7.3.0 (#544)\n\n* docs: design for Struts 7.3.0 modernization of examples\n\nCovers the version bump, DTD/schema normalization to struts-6.5, the\n@StrutsParameter audit across action classes, and the Apache Struts\nrenaming.\n\nCo-Authored-By: Claude Opus 5 \u003cnoreply@anthropic.com\u003e\n\n* docs: implementation plan for Struts 7.3.0 modernization\n\nSix tasks covering the version bump, DOCTYPE and web.xml schema sweeps,\neight verified @StrutsParameter fixes, the Apache Struts renaming, and\nfinal verification.\n\nCo-Authored-By: Claude Opus 5 \u003cnoreply@anthropic.com\u003e\n\n* Bump Struts to 7.3.0\n\nCo-Authored-By: Claude Opus 5 \u003cnoreply@anthropic.com\u003e\n\n* Modernize XML DOCTYPEs to current Struts standards\n\nStruts config DTDs to 6.5, XWork validator DTDs to 1.0.3, Tiles to 3.0,\nand Maven POM schema URLs to the current location. All system IDs now\nuse https.\n\nCo-Authored-By: Claude Opus 5 \u003cnoreply@anthropic.com\u003e\n\n* Migrate web.xml descriptors to Jakarta EE 6.0 schema\n\nBrings the 29 descriptors still on Servlet 2.3-3.1 era schemas in line\nwith the 18 already using web-app_6_0.xsd.\n\nCo-Authored-By: Claude Opus 5 \u003cnoreply@anthropic.com\u003e\n\n* Add missing @StrutsParameter annotations to action classes\n\nEight parameters across crud, shiro-basic, unknown-handler and\nvalidation-messages were silently dropped: struts.parameters.requireAnnotations\nhas defaulted to true since before 7.2.1, and these setters and getters\nwere never annotated.\n\nDepth 0 parameters are annotated on the setter and nested parameters on\nthe getter, matching what ParametersInterceptor actually inspects.\n\nCo-Authored-By: Claude Opus 5 \u003cnoreply@anthropic.com\u003e\n\n* Rename to Apache Struts and refresh README links\n\nThe project has been Struts 7 for some time; the Struts 2 naming in POM\nnames and descriptions was stale. Also corrects the root README\u0027s claim\nthat every module has a README (6 of 47 do), fixes the broken Releases\nlink, and moves remaining http:// links to https://.\n\nCo-Authored-By: Claude Opus 5 \u003cnoreply@anthropic.com\u003e\n\n* Rename remaining unspaced Struts2 branding to Apache Struts\n\nThe bulk substitution for the Struts 2 rename only matched the spaced\nform, missing 5 prose occurrences of the unspaced Struts2 in POM\nnames/descriptions and one README. Follow-up to 6967f73.\n\nCo-Authored-By: Claude Opus 5 \u003cnoreply@anthropic.com\u003e\n\n* Revert basic-struts README quoted output to match actual JSP text\n\nThe bulk rename changed a fenced-code-block quote of the app\u0027s rendered\noutput to \"Welcome to Apache Struts!\", but index.jsp still prints\n\"Welcome To Struts 2!\" (92 similar Struts 2/Struts2 strings remain across\nexample JSPs, out of scope for this branch). The README now told readers\nto expect output the app never produces; reverted that one line to the\noriginal text so it matches what actually renders.\n\nCo-Authored-By: Claude Opus 5 \u003cnoreply@anthropic.com\u003e\n\n* Add missing @StrutsParameter annotations found by whole-branch review\n\nThe original audit matched only name\u003d on \u003cs:*\u003e tags (missing key\u003d,\nwhich also sets the parameter name) and did not consider accessors\ninherited from a superclass. This let three modules silently drop\nevery submitted parameter: bean-validation and themes-override\n(EditAction.getPersonBean(), whose JSPs use key\u003d) and mailreader2\n(MailreaderSupport, the shared base class for RegistrationAction,\nSubscriptionAction, and LoginAction). Adds 9 annotations across the\nthree modules, bringing the running total to 17 across 8 modules, and\ncorrects the two now-false claims in the modernization plan doc.\n\nCo-Authored-By: Claude Opus 5 \u003cnoreply@anthropic.com\u003e\n\n* Fix basic-struts README to match the JSP\u0027s actual capitalization\n\nLine 23 read \"Welcome to Struts 2!\" but index.jsp:10 renders\n\"Welcome To Struts 2!\" (capital T). Commit 64baa49 was meant to make\nthese match but was off by one character.\n\nCo-Authored-By: Claude Opus 5 \u003cnoreply@anthropic.com\u003e\n\n* Right-size @StrutsParameter depth in the annotations teaching example\n\nRegisterAction.getPersonBean() declared depth \u003d 10, but\nregister-input.jsp only ever submits personBean.firstName, .lastName,\n.email, and .age — depth 1. This module exists to teach the\nannotation, so an inflated depth taught the wrong idiom and needlessly\nwidened what the framework would bind from a request. Verified no JSP\nor validation descriptor in the module submits anything deeper.\n\nCo-Authored-By: Claude Opus 5 \u003cnoreply@anthropic.com\u003e\n\n* Fix module count in struts-730-modernization plan\n\nCorrected documentation to distinguish between 7 modules (not 8)\nand 8 classes containing the 17 @StrutsParameter annotations.\n\nCo-Authored-By: Claude Opus 5 \u003cnoreply@anthropic.com\u003e\n\n---------\n\nCo-authored-by: Claude Opus 5 \u003cnoreply@anthropic.com\u003e"
    },
    {
      "commit": "49db2282d8a7a144b88bb5fbb0c2a0e4004fc26d",
      "tree": "361d0c25deb7f56cd22fb4d929857f648c29c891",
      "parents": [
        "370ba5e9bf2b5c51a2a994ebb0f38e9ad26824bd"
      ],
      "author": {
        "name": "Lukasz Lenart",
        "email": "lukaszlenart@apache.org",
        "time": "Thu Jul 23 20:58:09 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Jul 23 20:58:09 2026 +0200"
      },
      "message": "WW-5416 fix: restore default struts.action.extension in examples (#541)\n\n* WW-5416 docs: design for action.extension 404 fix\n\nDesign doc for restoring the framework-default struts.action.extension\nin helloworld, text-provider, and sitemesh3 so documented .action URLs\nno longer return 404.\n\nCo-Authored-By: Claude Opus 4.8 \u003cnoreply@anthropic.com\u003e\n\n* WW-5416 docs: implementation plan for action.extension 404 fix\n\nTask-by-task plan to remove the struts.action.extension override in\nhelloworld, text-provider, and sitemesh3.\n\nCo-Authored-By: Claude Opus 4.8 \u003cnoreply@anthropic.com\u003e\n\n* WW-5416 fix(helloworld): restore default struts.action.extension\n\nRemoving the \u0027,\u0027 override restores the framework default \u0027action,,\u0027 so\nthe documented .action URLs return 200 instead of 404.\n\nCo-Authored-By: Claude Opus 4.8 \u003cnoreply@anthropic.com\u003e\n\n* WW-5416 fix(text-provider): restore default struts.action.extension\n\nRemoving the \u0027,\u0027 override restores the framework default \u0027action,,\u0027 so\n.action URLs no longer 404.\n\nCo-Authored-By: Claude Opus 4.8 \u003cnoreply@anthropic.com\u003e\n\n* WW-5416 fix(sitemesh3): restore default struts.action.extension\n\nRemoving the empty-string override restores the framework default\n\u0027action,,\u0027 so .action URLs no longer 404.\n\nCo-Authored-By: Claude Opus 4.8 \u003cnoreply@anthropic.com\u003e\n\n---------\n\nCo-authored-by: Claude Opus 4.8 \u003cnoreply@anthropic.com\u003e"
    },
    {
      "commit": "370ba5e9bf2b5c51a2a994ebb0f38e9ad26824bd",
      "tree": "d19e228fa547ec24222208930c077ecd661cb5d6",
      "parents": [
        "c47872dd815d9bcfb96ad7c7ee55ff9131642738"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Jul 06 13:55:55 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Jul 06 13:55:55 2026 +0200"
      },
      "message": "Build(deps): Bump jackson.version from 2.14.1 to 2.22.0 (#526)\n\n* Build(deps): Bump jackson.version from 2.14.1 to 2.22.0\n\nBumps `jackson.version` from 2.14.1 to 2.22.0.\n\nUpdates `com.fasterxml.jackson.dataformat:jackson-dataformat-xml` from 2.14.1 to 2.22.0\n- [Commits](https://github.com/FasterXML/jackson-dataformat-xml/compare/jackson-dataformat-xml-2.14.1...jackson-dataformat-xml-2.22.0)\n\nUpdates `com.fasterxml.jackson.core:jackson-core` from 2.14.1 to 2.22.0\n- [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.14.1...jackson-core-2.22.0)\n\nUpdates `com.fasterxml.jackson.core:jackson-annotations` from 2.14.1 to 2.22.0\n\n---\nupdated-dependencies:\n- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-xml\n  dependency-version: 2.22.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n- dependency-name: com.fasterxml.jackson.core:jackson-core\n  dependency-version: 2.22.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n- dependency-name: com.fasterxml.jackson.core:jackson-annotations\n  dependency-version: 2.22.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\n* build(deps): import jackson-bom to align jackson-annotations version\n\nJackson dropped the patch component from jackson-annotations since 2.20,\nso it ships as 2.22 (not 2.22.0). Pinning jackson-annotations to the\nshared ${jackson.version} requested the non-existent 2.22.0 artifact,\nbreaking dependency resolution in the rest-angular module.\n\nImport jackson-bom instead and drop the per-artifact version pins so the\nBOM keeps jackson-annotations aligned automatically on future bumps.\n\n🤖 Generated by AI Assistant\n\nCo-Authored-By: Claude Opus 4.8 \u003cnoreply@anthropic.com\u003e\n\n---------\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e\nCo-authored-by: Lukasz Lenart \u003clukaszlenart@apache.org\u003e\nCo-authored-by: Claude Opus 4.8 \u003cnoreply@anthropic.com\u003e"
    },
    {
      "commit": "c47872dd815d9bcfb96ad7c7ee55ff9131642738",
      "tree": "7de4c39adf1d6973e343089f3b6be1ff78b45301",
      "parents": [
        "174da7a52d4e878b65f1fbc5769eb79e83b23fd5"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Jul 06 13:37:47 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Jul 06 13:37:47 2026 +0200"
      },
      "message": "Build(deps-dev): Bump org.apache.maven.plugins:maven-failsafe-plugin (#531)\n\nBumps [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) from 3.5.4 to 3.5.6.\n- [Release notes](https://github.com/apache/maven-surefire/releases)\n- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.4...surefire-3.5.6)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven.plugins:maven-failsafe-plugin\n  dependency-version: 3.5.6\n  dependency-type: direct:development\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "174da7a52d4e878b65f1fbc5769eb79e83b23fd5",
      "tree": "37bbabdbc219121ea66696669053c63d31fc4e63",
      "parents": [
        "5a4e3860b9231dee52e2b1eb94264f5cac822392"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Jul 06 13:37:11 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Jul 06 13:37:11 2026 +0200"
      },
      "message": "Build(deps): Bump actions/cache from 5.0.3 to 6.1.0 (#532)\n\nBumps [actions/cache](https://github.com/actions/cache) from 5.0.3 to 6.1.0.\n- [Release notes](https://github.com/actions/cache/releases)\n- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)\n- [Commits](https://github.com/actions/cache/compare/v5.0.3...v6.1.0)\n\n---\nupdated-dependencies:\n- dependency-name: actions/cache\n  dependency-version: 6.1.0\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "5a4e3860b9231dee52e2b1eb94264f5cac822392",
      "tree": "a94ebd640d06441efcaacf1886d245b040967d8d",
      "parents": [
        "34ee0b2b7a75d14c5a98198610ca947459399a7d"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Jul 06 13:36:59 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Jul 06 13:36:59 2026 +0200"
      },
      "message": "Build(deps): Bump org.owasp:dependency-check-maven from 12.1.9 to 12.2.2 (#530)\n\nBumps [org.owasp:dependency-check-maven](https://github.com/dependency-check/DependencyCheck) from 12.1.9 to 12.2.2.\n- [Release notes](https://github.com/dependency-check/DependencyCheck/releases)\n- [Changelog](https://github.com/dependency-check/DependencyCheck/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/dependency-check/DependencyCheck/compare/v12.1.9...v12.2.2)\n\n---\nupdated-dependencies:\n- dependency-name: org.owasp:dependency-check-maven\n  dependency-version: 12.2.2\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "34ee0b2b7a75d14c5a98198610ca947459399a7d",
      "tree": "f07bf95a488a4bef66073ed30148ea62d6207f85",
      "parents": [
        "96420a86f7fe50f058b2bae3dfa67a7caf97922d"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Jul 06 13:36:25 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Jul 06 13:36:25 2026 +0200"
      },
      "message": "Build(deps): Bump actions/checkout from 6.0.2 to 7.0.0 (#527)\n\nBumps [actions/checkout](https://github.com/actions/checkout) from 6.0.2 to 7.0.0.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v6.0.2...v7.0.0)\n\n---\nupdated-dependencies:\n- dependency-name: actions/checkout\n  dependency-version: 7.0.0\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "96420a86f7fe50f058b2bae3dfa67a7caf97922d",
      "tree": "2e2a7a88efc35ad0ade33814b563c4a6d00a6b7a",
      "parents": [
        "b914d39abec60d05a4d94410325aaeb9d56e1a4d"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Jul 06 13:36:12 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Jul 06 13:36:12 2026 +0200"
      },
      "message": "Build(deps-dev): Bump org.apache.maven.plugins:maven-war-plugin (#525)\n\nBumps [org.apache.maven.plugins:maven-war-plugin](https://github.com/apache/maven-war-plugin) from 3.4.0 to 3.5.1.\n- [Release notes](https://github.com/apache/maven-war-plugin/releases)\n- [Commits](https://github.com/apache/maven-war-plugin/compare/maven-war-plugin-3.4.0...maven-war-plugin-3.5.1)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven.plugins:maven-war-plugin\n  dependency-version: 3.5.1\n  dependency-type: direct:development\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "b914d39abec60d05a4d94410325aaeb9d56e1a4d",
      "tree": "4dca29e0c3a2f5521e735a50765766394d8c9a34",
      "parents": [
        "d5cb82ccda75517c46c73e41f8210b1bb35b3578"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Jul 06 13:35:59 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Jul 06 13:35:59 2026 +0200"
      },
      "message": "Build(deps): Bump org.apache.shiro:shiro-core in /shiro-basic (#524)\n\nBumps [org.apache.shiro:shiro-core](https://github.com/apache/shiro) from 2.1.0 to 2.2.1.\n- [Release notes](https://github.com/apache/shiro/releases)\n- [Changelog](https://github.com/apache/shiro/blob/main/RELEASE-NOTES)\n- [Commits](https://github.com/apache/shiro/compare/shiro-root-2.1.0...shiro-root-2.2.1)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.shiro:shiro-core\n  dependency-version: 2.2.1\n  dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "d5cb82ccda75517c46c73e41f8210b1bb35b3578",
      "tree": "be74b91ec52780c225b8baad7d4915e251a63baa",
      "parents": [
        "54da2cf193a9e01ff07bfd3d72d7b381c0ec5da5"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Jul 06 13:35:39 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Jul 06 13:35:39 2026 +0200"
      },
      "message": "Build(deps): Bump struts2.version from 7.1.1 to 7.2.1 (#529)\n\nBumps `struts2.version` from 7.1.1 to 7.2.1.\n\nUpdates `org.apache.struts:struts2-core` from 7.1.1 to 7.2.1\n\nUpdates `org.apache.struts:struts2-config-browser-plugin` from 7.1.1 to 7.2.1\n\nUpdates `org.apache.struts:struts2-convention-plugin` from 7.1.1 to 7.2.1\n\nUpdates `org.apache.struts:struts2-bean-validation-plugin` from 7.1.1 to 7.2.1\n\nUpdates `org.apache.struts:struts2-junit-plugin` from 7.1.1 to 7.2.1\n\nUpdates `org.apache.struts:struts2-jfreechart-plugin` from 7.1.1 to 7.2.1\n\nUpdates `org.apache.struts:struts2-json-plugin` from 7.1.1 to 7.2.1\n\nUpdates `org.apache.struts:struts2-rest-plugin` from 7.1.1 to 7.2.1\n\nUpdates `org.apache.struts:struts2-spring-plugin` from 7.1.1 to 7.2.1\n\nUpdates `org.apache.struts:struts2-tiles-plugin` from 7.1.1 to 7.2.1\n\nUpdates `org.apache.struts:struts2-jasperreports-plugin` from 7.1.1 to 7.2.1\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.struts:struts2-core\n  dependency-version: 7.2.1\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n- dependency-name: org.apache.struts:struts2-config-browser-plugin\n  dependency-version: 7.2.1\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n- dependency-name: org.apache.struts:struts2-convention-plugin\n  dependency-version: 7.2.1\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n- dependency-name: org.apache.struts:struts2-bean-validation-plugin\n  dependency-version: 7.2.1\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n- dependency-name: org.apache.struts:struts2-junit-plugin\n  dependency-version: 7.2.1\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n- dependency-name: org.apache.struts:struts2-jfreechart-plugin\n  dependency-version: 7.2.1\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n- dependency-name: org.apache.struts:struts2-json-plugin\n  dependency-version: 7.2.1\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n- dependency-name: org.apache.struts:struts2-rest-plugin\n  dependency-version: 7.2.1\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n- dependency-name: org.apache.struts:struts2-spring-plugin\n  dependency-version: 7.2.1\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n- dependency-name: org.apache.struts:struts2-tiles-plugin\n  dependency-version: 7.2.1\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n- dependency-name: org.apache.struts:struts2-jasperreports-plugin\n  dependency-version: 7.2.1\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "54da2cf193a9e01ff07bfd3d72d7b381c0ec5da5",
      "tree": "a4c3c5e74bef7c2b80e51c48cfe52b347d6e857c",
      "parents": [
        "945faa7aa8ab785b75ece3abe9950a214daa1701"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Jun 17 10:41:45 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jun 17 10:41:45 2026 +0200"
      },
      "message": "Build(deps): Bump org.apache.struts:struts2-core from 7.0.3 to 7.1.1 (#508)\n\n* Build(deps): Bump org.apache.struts:struts2-core from 7.0.3 to 7.1.1\n\nBumps org.apache.struts:struts2-core from 7.0.3 to 7.1.1.\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.struts:struts2-core\n  dependency-version: 7.1.1\n  dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\n* Adds missing Spring Web dependency\n\n---------\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e\nCo-authored-by: Lukasz Lenart \u003clukaszlenart@apache.org\u003e"
    },
    {
      "commit": "945faa7aa8ab785b75ece3abe9950a214daa1701",
      "tree": "fa2b98ad039a1f0e4791d65186fb7c645b6584ae",
      "parents": [
        "65c25bc140e94f5d0c8d4ac9fa7cbf1a50ae6d82"
      ],
      "author": {
        "name": "The Apache Software Foundation",
        "email": "root-asf-gitbox-commits@apache.org",
        "time": "Wed Jun 17 03:23:22 2026 -0500"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jun 17 10:23:22 2026 +0200"
      },
      "message": "[INFRA] Set up default rulesets for default and release branches (#521)\n\n* Set up default protection ruleset for default and release branches\n\n* Add struts-committers to bypass teams in .asf.yaml\n\n---------\n\nCo-authored-by: Lukasz Lenart \u003clukaszlenart@apache.org\u003e"
    },
    {
      "commit": "65c25bc140e94f5d0c8d4ac9fa7cbf1a50ae6d82",
      "tree": "a07ec86a767b16860dd68c02a900686ba5fb76f5",
      "parents": [
        "950418eee329645a3d348d3519ced59fa486cc10"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Jun 17 10:20:12 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jun 17 10:20:12 2026 +0200"
      },
      "message": "Build(deps): Bump org.apache.logging.log4j:log4j-core (#523)\n\nBumps org.apache.logging.log4j:log4j-core from 2.25.1 to 2.25.4.\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.logging.log4j:log4j-core\n  dependency-version: 2.25.4\n  dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "950418eee329645a3d348d3519ced59fa486cc10",
      "tree": "21a77882822240d30703a8edee8516d979b27965",
      "parents": [
        "d4f3e9e3dfd30f211658dc7dc02ddf1d28203f16"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Jun 17 10:19:24 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jun 17 10:19:24 2026 +0200"
      },
      "message": "Build(deps-dev): Bump com.jayway.jsonpath:json-path from 2.9.0 to 3.0.0 (#510)\n\nBumps [com.jayway.jsonpath:json-path](https://github.com/jayway/JsonPath) from 2.9.0 to 3.0.0.\n- [Release notes](https://github.com/jayway/JsonPath/releases)\n- [Changelog](https://github.com/json-path/JsonPath/blob/master/changelog.md)\n- [Commits](https://github.com/jayway/JsonPath/compare/json-path-2.9.0...json-path-3.0.0)\n\n---\nupdated-dependencies:\n- dependency-name: com.jayway.jsonpath:json-path\n  dependency-version: 2.10.0\n  dependency-type: direct:development\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "d4f3e9e3dfd30f211658dc7dc02ddf1d28203f16",
      "tree": "a6f31cbcf2124c39dfc004399e7fca5a632fbcf8",
      "parents": [
        "7babf5740d001c0e708670d1e9cf551f9321db79"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Jun 17 10:19:06 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jun 17 10:19:06 2026 +0200"
      },
      "message": "Build(deps): Bump org.apache.shiro:shiro-core in /shiro-basic (#520)\n\nBumps [org.apache.shiro:shiro-core](https://github.com/apache/shiro) from 2.0.5 to 2.1.0.\n- [Release notes](https://github.com/apache/shiro/releases)\n- [Changelog](https://github.com/apache/shiro/blob/main/RELEASE-NOTES)\n- [Commits](https://github.com/apache/shiro/compare/shiro-root-2.0.5...shiro-root-2.1.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.shiro:shiro-core\n  dependency-version: 2.1.0\n  dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "7babf5740d001c0e708670d1e9cf551f9321db79",
      "tree": "88b9d64314abc84e9022ba2012f7c5a63e1f3fdc",
      "parents": [
        "961ceb8ed44000039c5e0a9d78f0cef359fa6238"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Jun 17 10:18:47 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jun 17 10:18:47 2026 +0200"
      },
      "message": "Build(deps): Bump actions/cache from 4.3.0 to 5.0.3 (#519)\n\nBumps [actions/cache](https://github.com/actions/cache) from 4.3.0 to 5.0.3.\n- [Release notes](https://github.com/actions/cache/releases)\n- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)\n- [Commits](https://github.com/actions/cache/compare/v4.3.0...v5.0.3)\n\n---\nupdated-dependencies:\n- dependency-name: actions/cache\n  dependency-version: 5.0.3\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "961ceb8ed44000039c5e0a9d78f0cef359fa6238",
      "tree": "54df590ed0754dd038ccacfec0c05a7cde802088",
      "parents": [
        "d280432a9d75f5b4edf01f69aa06bd3343b41d96"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Jun 17 10:18:20 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jun 17 10:18:20 2026 +0200"
      },
      "message": "Build(deps): Bump actions/checkout from 6.0.0 to 6.0.2 (#518)\n\nBumps [actions/checkout](https://github.com/actions/checkout) from 6.0.0 to 6.0.2.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v6.0.0...v6.0.2)\n\n---\nupdated-dependencies:\n- dependency-name: actions/checkout\n  dependency-version: 6.0.2\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "d280432a9d75f5b4edf01f69aa06bd3343b41d96",
      "tree": "37c8dcd557bdda049b8b2c49204d56e24ae91347",
      "parents": [
        "2b10f7af8e249f5909b937a293686cc34ccd3585"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Jun 17 10:18:04 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jun 17 10:18:04 2026 +0200"
      },
      "message": "Build(deps): Bump org.sitemesh:sitemesh from 3.2.1 to 3.2.2 (#513)\n\nBumps [org.sitemesh:sitemesh](https://github.com/sitemesh/sitemesh3) from 3.2.1 to 3.2.2.\n- [Release notes](https://github.com/sitemesh/sitemesh3/releases)\n- [Commits](https://github.com/sitemesh/sitemesh3/compare/3.2.1...3.2.2)\n\n---\nupdated-dependencies:\n- dependency-name: org.sitemesh:sitemesh\n  dependency-version: 3.2.2\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "2b10f7af8e249f5909b937a293686cc34ccd3585",
      "tree": "8f6f9f7eb429c40527c005dab23e426607009f9f",
      "parents": [
        "2217825d3693ac9a9676e321b283b0860b96917f"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Jun 17 10:17:46 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jun 17 10:17:46 2026 +0200"
      },
      "message": "Build(deps): Bump jakarta.validation:jakarta.validation-api (#512)\n\nBumps [jakarta.validation:jakarta.validation-api](https://github.com/jakartaee/validation) from 3.0.2 to 3.1.1.\n- [Release notes](https://github.com/jakartaee/validation/releases)\n- [Commits](https://github.com/jakartaee/validation/compare/3.0.2...3.1.1)\n\n---\nupdated-dependencies:\n- dependency-name: jakarta.validation:jakarta.validation-api\n  dependency-version: 3.1.1\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "2217825d3693ac9a9676e321b283b0860b96917f",
      "tree": "119c6fdf36c1d4f1f274237c8e55e911f0490ce5",
      "parents": [
        "ad22072c4dc36ce7706ce9b913acae29e4b377ac"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Jun 17 10:17:30 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jun 17 10:17:30 2026 +0200"
      },
      "message": "Build(deps): Bump org.owasp:dependency-check-maven from 12.1.8 to 12.1.9 (#511)\n\nBumps [org.owasp:dependency-check-maven](https://github.com/dependency-check/DependencyCheck) from 12.1.8 to 12.1.9.\n- [Release notes](https://github.com/dependency-check/DependencyCheck/releases)\n- [Changelog](https://github.com/dependency-check/DependencyCheck/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/dependency-check/DependencyCheck/compare/v12.1.8...v12.1.9)\n\n---\nupdated-dependencies:\n- dependency-name: org.owasp:dependency-check-maven\n  dependency-version: 12.1.9\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "ad22072c4dc36ce7706ce9b913acae29e4b377ac",
      "tree": "b23cc8b1cc3b538b353cc4376920afbddfe10628",
      "parents": [
        "a87f2f854c08b385e208a767c4ceb56f35afc581"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Jun 17 10:14:31 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jun 17 10:14:31 2026 +0200"
      },
      "message": "Build(deps-dev): Bump com.jayway.jsonpath:json-path in /rest-angular (#509)\n\nBumps [com.jayway.jsonpath:json-path](https://github.com/jayway/JsonPath) from 2.7.0 to 2.9.0.\n- [Release notes](https://github.com/jayway/JsonPath/releases)\n- [Changelog](https://github.com/json-path/JsonPath/blob/master/changelog.md)\n- [Commits](https://github.com/jayway/JsonPath/compare/json-path-2.7.0...json-path-2.9.0)\n\n---\nupdated-dependencies:\n- dependency-name: com.jayway.jsonpath:json-path\n  dependency-version: 2.9.0\n  dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "a87f2f854c08b385e208a767c4ceb56f35afc581",
      "tree": "4a20309ccf11bce6d4c7dba6a52219e7f69a906b",
      "parents": [
        "9293ef31a9fc751e8f392b96953d43a8f4e0bcc0",
        "bf344d616ac83db245dceb38f824d890783ad83b"
      ],
      "author": {
        "name": "Lukasz Lenart",
        "email": "lukaszlenart@apache.org",
        "time": "Wed Jun 17 10:10:23 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jun 17 10:10:23 2026 +0200"
      },
      "message": "Merge pull request #522 from apache/struts-parameter\n\nDefines a new struts-parameter example app to show how @StrutsParameter works"
    },
    {
      "commit": "bf344d616ac83db245dceb38f824d890783ad83b",
      "tree": "67d3b6042a265c0f40f23d35ca8fccd574bef564",
      "parents": [
        "b419ab8c847355a3a241f89897a25302e780f030"
      ],
      "author": {
        "name": "Lukasz Lenart",
        "email": "lukaszlenart@apache.org",
        "time": "Wed Jun 17 09:15:53 2026 +0200"
      },
      "committer": {
        "name": "Lukasz Lenart",
        "email": "lukaszlenart@apache.org",
        "time": "Wed Jun 17 09:15:53 2026 +0200"
      },
      "message": "Defines a new struts-parameter example app to show how @StrutsParameter works\n"
    },
    {
      "commit": "9293ef31a9fc751e8f392b96953d43a8f4e0bcc0",
      "tree": "2198dc76cb70cef820b656c8366d98b3b2137ce5",
      "parents": [
        "18bfac641072724f719da80cd5af869c026bef2a",
        "0718c04941b5cc9c1dc131ad5f98f15364e2d670"
      ],
      "author": {
        "name": "Lukasz Lenart",
        "email": "lukaszlenart@apache.org",
        "time": "Wed Dec 03 15:07:31 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Dec 03 15:07:31 2025 +0100"
      },
      "message": "Merge pull request #507 from apache/dependabot/github_actions/actions/checkout-6.0.0\n\nBuild(deps): Bump actions/checkout from 5.0.0 to 6.0.0"
    },
    {
      "commit": "18bfac641072724f719da80cd5af869c026bef2a",
      "tree": "e26de1946985fd30c75fe2fc7fb8adc406e4ab33",
      "parents": [
        "078bb4d712c368b12a57cff545ab95bfdf17b1e3",
        "511222b5d2b98b8cbb5b939683b90221999d5566"
      ],
      "author": {
        "name": "Lukasz Lenart",
        "email": "lukaszlenart@apache.org",
        "time": "Wed Dec 03 15:07:20 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Dec 03 15:07:20 2025 +0100"
      },
      "message": "Merge pull request #506 from apache/dependabot/maven/org.eclipse.jetty.ee10-jetty-ee10-maven-plugin-12.1.3\n\nBuild(deps): Bump org.eclipse.jetty.ee10:jetty-ee10-maven-plugin from 12.1.0 to 12.1.3"
    },
    {
      "commit": "078bb4d712c368b12a57cff545ab95bfdf17b1e3",
      "tree": "db0dc24634bfab0cb437082adf19b73d473dcec3",
      "parents": [
        "126ffe4631f9b8c063d882c1a0cc929bd97bae87",
        "4448a672abee08fbe4178c95857e6779c543c4a4"
      ],
      "author": {
        "name": "Lukasz Lenart",
        "email": "lukaszlenart@apache.org",
        "time": "Wed Dec 03 15:07:10 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Dec 03 15:07:10 2025 +0100"
      },
      "message": "Merge pull request #505 from apache/dependabot/maven/org.springframework-spring-web-6.2.12\n\nBuild(deps-dev): Bump org.springframework:spring-web from 6.2.10 to 6.2.12"
    },
    {
      "commit": "126ffe4631f9b8c063d882c1a0cc929bd97bae87",
      "tree": "0defea034718be9316f4a327d838170903774c5b",
      "parents": [
        "744c308bf50d43cc0657dd8d4014ff254e6f9d8c",
        "07e2b940d485c04f66be5ce2ab127f487940e4fa"
      ],
      "author": {
        "name": "Lukasz Lenart",
        "email": "lukaszlenart@apache.org",
        "time": "Wed Dec 03 15:06:59 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Dec 03 15:06:59 2025 +0100"
      },
      "message": "Merge pull request #504 from apache/dependabot/maven/org.owasp-dependency-check-maven-12.1.8\n\nBuild(deps): Bump org.owasp:dependency-check-maven from 7.2.1 to 12.1.8"
    },
    {
      "commit": "744c308bf50d43cc0657dd8d4014ff254e6f9d8c",
      "tree": "5a5b5e8950fd39f362404ae790d6b855d6781f72",
      "parents": [
        "b419ab8c847355a3a241f89897a25302e780f030",
        "3ef8b35d4d965ae8d31000a4e799d695db7d3712"
      ],
      "author": {
        "name": "Lukasz Lenart",
        "email": "lukaszlenart@apache.org",
        "time": "Wed Dec 03 15:06:49 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Dec 03 15:06:49 2025 +0100"
      },
      "message": "Merge pull request #502 from apache/dependabot/maven/shiro.version-2.0.5\n\nBuild(deps): Bump shiro.version from 2.0.4 to 2.0.5"
    },
    {
      "commit": "0718c04941b5cc9c1dc131ad5f98f15364e2d670",
      "tree": "b5708405a1339f9f2a7b32741063f8e4786dfa32",
      "parents": [
        "b419ab8c847355a3a241f89897a25302e780f030"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Nov 24 00:04:03 2025 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Nov 24 00:04:03 2025 +0000"
      },
      "message": "Build(deps): Bump actions/checkout from 5.0.0 to 6.0.0\n\nBumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 6.0.0.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v5.0.0...v6.0.0)\n\n---\nupdated-dependencies:\n- dependency-name: actions/checkout\n  dependency-version: 6.0.0\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "511222b5d2b98b8cbb5b939683b90221999d5566",
      "tree": "623d7b9e9b196b8f1dae6ad7cd70c71a6e1c8aa2",
      "parents": [
        "b419ab8c847355a3a241f89897a25302e780f030"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Oct 27 00:04:03 2025 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Oct 27 00:04:03 2025 +0000"
      },
      "message": "Build(deps): Bump org.eclipse.jetty.ee10:jetty-ee10-maven-plugin\n\nBumps org.eclipse.jetty.ee10:jetty-ee10-maven-plugin from 12.1.0 to 12.1.3.\n\n---\nupdated-dependencies:\n- dependency-name: org.eclipse.jetty.ee10:jetty-ee10-maven-plugin\n  dependency-version: 12.1.3\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "4448a672abee08fbe4178c95857e6779c543c4a4",
      "tree": "b7e6af540b46b7732b945c14c8547562bd1adae1",
      "parents": [
        "b419ab8c847355a3a241f89897a25302e780f030"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Oct 20 00:04:59 2025 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Oct 20 00:04:59 2025 +0000"
      },
      "message": "Build(deps-dev): Bump org.springframework:spring-web\n\nBumps [org.springframework:spring-web](https://github.com/spring-projects/spring-framework) from 6.2.10 to 6.2.12.\n- [Release notes](https://github.com/spring-projects/spring-framework/releases)\n- [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.10...v6.2.12)\n\n---\nupdated-dependencies:\n- dependency-name: org.springframework:spring-web\n  dependency-version: 6.2.12\n  dependency-type: direct:development\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "07e2b940d485c04f66be5ce2ab127f487940e4fa",
      "tree": "d8869bc57f231f992f13c24bdcab6b2197dfb517",
      "parents": [
        "b419ab8c847355a3a241f89897a25302e780f030"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Oct 20 00:03:39 2025 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Oct 20 00:03:39 2025 +0000"
      },
      "message": "Build(deps): Bump org.owasp:dependency-check-maven from 7.2.1 to 12.1.8\n\nBumps [org.owasp:dependency-check-maven](https://github.com/dependency-check/DependencyCheck) from 7.2.1 to 12.1.8.\n- [Release notes](https://github.com/dependency-check/DependencyCheck/releases)\n- [Changelog](https://github.com/dependency-check/DependencyCheck/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/dependency-check/DependencyCheck/compare/v7.2.1...v12.1.8)\n\n---\nupdated-dependencies:\n- dependency-name: org.owasp:dependency-check-maven\n  dependency-version: 12.1.8\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "3ef8b35d4d965ae8d31000a4e799d695db7d3712",
      "tree": "5a5b5e8950fd39f362404ae790d6b855d6781f72",
      "parents": [
        "b419ab8c847355a3a241f89897a25302e780f030"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Oct 13 00:01:59 2025 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Oct 13 00:01:59 2025 +0000"
      },
      "message": "Build(deps): Bump shiro.version from 2.0.4 to 2.0.5\n\nBumps `shiro.version` from 2.0.4 to 2.0.5.\n\nUpdates `org.apache.shiro:shiro-core` from 2.0.4 to 2.0.5\n- [Release notes](https://github.com/apache/shiro/releases)\n- [Changelog](https://github.com/apache/shiro/blob/main/RELEASE-NOTES)\n- [Commits](https://github.com/apache/shiro/compare/shiro-root-2.0.4...shiro-root-2.0.5)\n\nUpdates `org.apache.shiro:shiro-web` from 2.0.4 to 2.0.5\n- [Release notes](https://github.com/apache/shiro/releases)\n- [Changelog](https://github.com/apache/shiro/blob/main/RELEASE-NOTES)\n- [Commits](https://github.com/apache/shiro/compare/shiro-root-2.0.4...shiro-root-2.0.5)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.shiro:shiro-core\n  dependency-version: 2.0.5\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.apache.shiro:shiro-web\n  dependency-version: 2.0.5\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "b419ab8c847355a3a241f89897a25302e780f030",
      "tree": "e9f77dc82119004255d01e547f6d25c060d84b3d",
      "parents": [
        "3c771df5df4fc66a4e10e2a3ac3a6de155fdf2a0",
        "9d1b9c8a0fecead342af237d6ae4c4fa43a940c0"
      ],
      "author": {
        "name": "Lukasz Lenart",
        "email": "lukaszlenart@apache.org",
        "time": "Sat Oct 04 11:00:06 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Oct 04 11:00:06 2025 +0200"
      },
      "message": "Merge pull request #498 from apache/dependabot/github_actions/actions/cache-4.3.0\n\nBuild(deps): Bump actions/cache from 4.2.4 to 4.3.0"
    },
    {
      "commit": "3c771df5df4fc66a4e10e2a3ac3a6de155fdf2a0",
      "tree": "c28ca0bda4b0ae60bf9f26f6d8eb5b1b811204d9",
      "parents": [
        "4f3020f5fec3fe7c9757b0f58f99491620a90496",
        "0abe54478e5eb60af49c9530de7f5b1b40b45177"
      ],
      "author": {
        "name": "Lukasz Lenart",
        "email": "lukaszlenart@apache.org",
        "time": "Sat Oct 04 10:59:49 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Oct 04 10:59:49 2025 +0200"
      },
      "message": "Merge pull request #497 from apache/dependabot/maven/io.quarkus-quarkus-universe-bom-3.28.1\n\nBuild(deps): Bump io.quarkus:quarkus-universe-bom from 3.26.2 to 3.28.1"
    },
    {
      "commit": "4f3020f5fec3fe7c9757b0f58f99491620a90496",
      "tree": "293965707cb12b0436d56f31f6bb704a4c81af96",
      "parents": [
        "dd27fecda792d43fc9607e666a09be7bc0cca431",
        "c4af40d6b05672ab118846d905b2874d8d8d23f1"
      ],
      "author": {
        "name": "Lukasz Lenart",
        "email": "lukaszlenart@apache.org",
        "time": "Sat Oct 04 10:59:35 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Oct 04 10:59:35 2025 +0200"
      },
      "message": "Merge pull request #462 from apache/dependabot/maven/mailreader2/commons-beanutils-commons-beanutils-1.11.0\n\nBuild(deps): Bump commons-beanutils:commons-beanutils from 1.10.1 to 1.11.0 in /mailreader2"
    },
    {
      "commit": "dd27fecda792d43fc9607e666a09be7bc0cca431",
      "tree": "f820d6a2b68d8d6484eb13cc03a4eb320ccf4467",
      "parents": [
        "de80c290cb6f4593cdad2bb8fc2ea780545d8a8a",
        "26b7e120fa7042339068eec6563460a3e9d15edc"
      ],
      "author": {
        "name": "Lukasz Lenart",
        "email": "lukaszlenart@apache.org",
        "time": "Sat Oct 04 10:59:23 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Oct 04 10:59:23 2025 +0200"
      },
      "message": "Merge pull request #496 from apache/dependabot/maven/org.apache.maven.plugins-maven-javadoc-plugin-3.12.0\n\nBuild(deps): Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.2 to 3.12.0"
    },
    {
      "commit": "de80c290cb6f4593cdad2bb8fc2ea780545d8a8a",
      "tree": "5c0ecfa91237dd2c7814ddbd9301c5d4ab7335db",
      "parents": [
        "5f2495d7dded43a5b3776c2081c10adae0ca710f",
        "0210082cb6d973bb5e11a1124fd203b8ee77ab53"
      ],
      "author": {
        "name": "Lukasz Lenart",
        "email": "lukaszlenart@apache.org",
        "time": "Sat Oct 04 10:59:05 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Oct 04 10:59:05 2025 +0200"
      },
      "message": "Merge pull request #493 from apache/dependabot/maven/org.apache.maven.plugins-maven-failsafe-plugin-3.5.4\n\nBuild(deps): Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.5.3 to 3.5.4"
    },
    {
      "commit": "5f2495d7dded43a5b3776c2081c10adae0ca710f",
      "tree": "ffaa8dfb726da586bc89b2fbf7893347d246b064",
      "parents": [
        "4e78fd7c564e34656a1bb64f28473ff336bc908a",
        "5f006c147e3addcd200eb5581db6280e36d6c3a8"
      ],
      "author": {
        "name": "Lukasz Lenart",
        "email": "lukaszlenart@apache.org",
        "time": "Sat Oct 04 10:58:32 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Oct 04 10:58:32 2025 +0200"
      },
      "message": "Merge pull request #461 from apache/feature/sitemesh3-upload\n\nIntegrates upload example with Sitemesh 3"
    },
    {
      "commit": "4e78fd7c564e34656a1bb64f28473ff336bc908a",
      "tree": "c28e130ea791506c0fb7527b51e70c5a2e44f2c8",
      "parents": [
        "4a9dc8f92c552227eb1afce393ff63b20f10c55f",
        "350e71dd6181999109991923e78aa9fc087256bd"
      ],
      "author": {
        "name": "Lukasz Lenart",
        "email": "lukaszlenart@apache.org",
        "time": "Sat Oct 04 10:58:07 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Oct 04 10:58:07 2025 +0200"
      },
      "message": "Merge pull request #491 from apache/dependabot/maven/org.jfree-jfreechart-1.5.6\n\nBuild(deps): Bump org.jfree:jfreechart from 1.5.5 to 1.5.6"
    },
    {
      "commit": "4a9dc8f92c552227eb1afce393ff63b20f10c55f",
      "tree": "577fe4e2741537f9227abd8f97bd80301dfcf9fe",
      "parents": [
        "c7c5a4d98fff2229e8c682b5b83ab014a131fd28",
        "776be21537a92e76794085899dd9c458e427e64f"
      ],
      "author": {
        "name": "Lukasz Lenart",
        "email": "lukaszlenart@apache.org",
        "time": "Sat Oct 04 10:57:46 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Oct 04 10:57:46 2025 +0200"
      },
      "message": "Merge pull request #490 from apache/dependabot/maven/log4j2.version-2.25.1\n\nBuild(deps): Bump log4j2.version from 2.24.3 to 2.25.1"
    },
    {
      "commit": "9d1b9c8a0fecead342af237d6ae4c4fa43a940c0",
      "tree": "91b3de86e95b1cab626247b6127a6cfb52c7db18",
      "parents": [
        "c7c5a4d98fff2229e8c682b5b83ab014a131fd28"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Sep 29 00:03:25 2025 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Sep 29 00:03:25 2025 +0000"
      },
      "message": "Build(deps): Bump actions/cache from 4.2.4 to 4.3.0\n\nBumps [actions/cache](https://github.com/actions/cache) from 4.2.4 to 4.3.0.\n- [Release notes](https://github.com/actions/cache/releases)\n- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)\n- [Commits](https://github.com/actions/cache/compare/v4.2.4...v4.3.0)\n\n---\nupdated-dependencies:\n- dependency-name: actions/cache\n  dependency-version: 4.3.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "0abe54478e5eb60af49c9530de7f5b1b40b45177",
      "tree": "47ab4c878e9a27a33d5606ac4d04f0cf70be6334",
      "parents": [
        "c7c5a4d98fff2229e8c682b5b83ab014a131fd28"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Sep 29 00:01:50 2025 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Sep 29 00:01:50 2025 +0000"
      },
      "message": "Build(deps): Bump io.quarkus:quarkus-universe-bom from 3.26.2 to 3.28.1\n\nBumps [io.quarkus:quarkus-universe-bom](https://github.com/quarkusio/quarkus-platform) from 3.26.2 to 3.28.1.\n- [Commits](https://github.com/quarkusio/quarkus-platform/compare/3.26.2...3.28.1)\n\n---\nupdated-dependencies:\n- dependency-name: io.quarkus:quarkus-universe-bom\n  dependency-version: 3.28.1\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "26b7e120fa7042339068eec6563460a3e9d15edc",
      "tree": "7c61caea8d3283a1559acd7ae1c205dabfb5655d",
      "parents": [
        "c7c5a4d98fff2229e8c682b5b83ab014a131fd28"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Sep 22 00:04:29 2025 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Sep 22 00:04:29 2025 +0000"
      },
      "message": "Build(deps): Bump org.apache.maven.plugins:maven-javadoc-plugin\n\nBumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.11.2 to 3.12.0.\n- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)\n- [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.11.2...maven-javadoc-plugin-3.12.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin\n  dependency-version: 3.12.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "0210082cb6d973bb5e11a1124fd203b8ee77ab53",
      "tree": "571c04cc6881d8b38a1368e7b6cd02db3868d448",
      "parents": [
        "c7c5a4d98fff2229e8c682b5b83ab014a131fd28"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Sep 15 00:01:46 2025 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Sep 15 00:01:46 2025 +0000"
      },
      "message": "Build(deps): Bump org.apache.maven.plugins:maven-failsafe-plugin\n\nBumps [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) from 3.5.3 to 3.5.4.\n- [Release notes](https://github.com/apache/maven-surefire/releases)\n- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.3...surefire-3.5.4)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven.plugins:maven-failsafe-plugin\n  dependency-version: 3.5.4\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "350e71dd6181999109991923e78aa9fc087256bd",
      "tree": "18e914d3d80422442135334c3b0b03a552ff6edf",
      "parents": [
        "c7c5a4d98fff2229e8c682b5b83ab014a131fd28"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Sep 15 00:01:26 2025 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Sep 15 00:01:26 2025 +0000"
      },
      "message": "Build(deps): Bump org.jfree:jfreechart from 1.5.5 to 1.5.6\n\nBumps [org.jfree:jfreechart](https://github.com/jfree/jfreechart) from 1.5.5 to 1.5.6.\n- [Release notes](https://github.com/jfree/jfreechart/releases)\n- [Commits](https://github.com/jfree/jfreechart/compare/v1.5.5...v1.5.6)\n\n---\nupdated-dependencies:\n- dependency-name: org.jfree:jfreechart\n  dependency-version: 1.5.6\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "776be21537a92e76794085899dd9c458e427e64f",
      "tree": "577fe4e2741537f9227abd8f97bd80301dfcf9fe",
      "parents": [
        "c7c5a4d98fff2229e8c682b5b83ab014a131fd28"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Sep 15 00:01:21 2025 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Sep 15 00:01:21 2025 +0000"
      },
      "message": "Build(deps): Bump log4j2.version from 2.24.3 to 2.25.1\n\nBumps `log4j2.version` from 2.24.3 to 2.25.1.\n\nUpdates `org.apache.logging.log4j:log4j-core` from 2.24.3 to 2.25.1\n\nUpdates `org.apache.logging.log4j:log4j-api` from 2.24.3 to 2.25.1\n\nUpdates `org.apache.logging.log4j:log4j-slf4j-impl` from 2.24.3 to 2.25.1\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.logging.log4j:log4j-core\n  dependency-version: 2.25.1\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n- dependency-name: org.apache.logging.log4j:log4j-api\n  dependency-version: 2.25.1\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n- dependency-name: org.apache.logging.log4j:log4j-slf4j-impl\n  dependency-version: 2.25.1\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "5f006c147e3addcd200eb5581db6280e36d6c3a8",
      "tree": "a4add82adf82436763abe7a2cfa0351fe8b46f5e",
      "parents": [
        "c7c5a4d98fff2229e8c682b5b83ab014a131fd28"
      ],
      "author": {
        "name": "Lukasz Lenart",
        "email": "lukaszlenart@apache.org",
        "time": "Sun Sep 14 15:38:17 2025 +0200"
      },
      "committer": {
        "name": "Lukasz Lenart",
        "email": "lukaszlenart@apache.org",
        "time": "Sun Sep 14 15:38:17 2025 +0200"
      },
      "message": "Integrates upload example with Sitemesh 3\n"
    },
    {
      "commit": "c7c5a4d98fff2229e8c682b5b83ab014a131fd28",
      "tree": "c0412de23216cfd692f0ffcd3bb6c0a30d110713",
      "parents": [
        "e4130066c215c17f0c6c22448c2dee16ed21fbd5",
        "704c1017b16cf725387f42172d082aebef076a72"
      ],
      "author": {
        "name": "Lukasz Lenart",
        "email": "lukaszlenart@apache.org",
        "time": "Sun Sep 14 15:30:05 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Sep 14 15:30:05 2025 +0200"
      },
      "message": "Merge pull request #489 from apache/dependabot/maven/io.quarkus-quarkus-universe-bom-3.26.2\n\nBuild(deps): Bump io.quarkus:quarkus-universe-bom from 3.21.2 to 3.26.2"
    },
    {
      "commit": "e4130066c215c17f0c6c22448c2dee16ed21fbd5",
      "tree": "9b698f145ec2adf96fcddbd4dc64922e995ed4bc",
      "parents": [
        "fa4d9a3383dd6f4935abed1616d15f38742f2451",
        "0295217dec1fc426da64bda2acaf83fead9e5ebc"
      ],
      "author": {
        "name": "Lukasz Lenart",
        "email": "lukaszlenart@apache.org",
        "time": "Sun Sep 14 15:29:48 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Sep 14 15:29:48 2025 +0200"
      },
      "message": "Merge pull request #486 from apache/dependabot/maven/org.eclipse.jetty.ee10-jetty-ee10-maven-plugin-12.1.0\n\nBuild(deps): Bump org.eclipse.jetty.ee10:jetty-ee10-maven-plugin from 12.0.19 to 12.1.0"
    },
    {
      "commit": "fa4d9a3383dd6f4935abed1616d15f38742f2451",
      "tree": "f17dcea747ab1cab17f34f4836deb799dc425f44",
      "parents": [
        "beb770d977303fb57e0e01bc19f3fe32b98560bb",
        "d66b78f974005e8800d32b14f30cd4512e042dbc"
      ],
      "author": {
        "name": "Lukasz Lenart",
        "email": "lukaszlenart@apache.org",
        "time": "Sun Sep 14 15:29:28 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Sep 14 15:29:28 2025 +0200"
      },
      "message": "Merge pull request #485 from apache/dependabot/github_actions/actions/setup-java-5\n\nBuild(deps): Bump actions/setup-java from 4 to 5"
    },
    {
      "commit": "beb770d977303fb57e0e01bc19f3fe32b98560bb",
      "tree": "f207f430fc73e313f2d8b12b0dd5efac99baaa22",
      "parents": [
        "899da5022ebe613c9bd651b101ff329f0b00ca13",
        "f0269ca5502a1f524284bee8f1556b650fa0664b"
      ],
      "author": {
        "name": "Lukasz Lenart",
        "email": "lukaszlenart@apache.org",
        "time": "Sun Sep 14 15:29:12 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Sep 14 15:29:12 2025 +0200"
      },
      "message": "Merge pull request #484 from apache/dependabot/github_actions/actions/checkout-5.0.0\n\nBuild(deps): Bump actions/checkout from 4.2.2 to 5.0.0"
    },
    {
      "commit": "899da5022ebe613c9bd651b101ff329f0b00ca13",
      "tree": "3d27bb3934b2bd27f27453f274b0034126309dcd",
      "parents": [
        "4a7fdc8f912efe861fbfe96764522410bfca6127",
        "898fbf76eace5b6bc90a8b7ee1c8e5975063a630"
      ],
      "author": {
        "name": "Lukasz Lenart",
        "email": "lukaszlenart@apache.org",
        "time": "Sun Sep 14 15:28:55 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Sep 14 15:28:55 2025 +0200"
      },
      "message": "Merge pull request #481 from apache/dependabot/maven/org.springframework-spring-web-6.2.10\n\nBuild(deps-dev): Bump org.springframework:spring-web from 6.2.5 to 6.2.10"
    },
    {
      "commit": "c4af40d6b05672ab118846d905b2874d8d8d23f1",
      "tree": "f6b4d297691a6d7196583aa1cffa021948462389",
      "parents": [
        "4a7fdc8f912efe861fbfe96764522410bfca6127"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Sun Sep 14 13:28:53 2025 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Sep 14 13:28:53 2025 +0000"
      },
      "message": "Build(deps): Bump commons-beanutils:commons-beanutils in /mailreader2\n\nBumps commons-beanutils:commons-beanutils from 1.10.1 to 1.11.0.\n\n---\nupdated-dependencies:\n- dependency-name: commons-beanutils:commons-beanutils\n  dependency-version: 1.11.0\n  dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "4a7fdc8f912efe861fbfe96764522410bfca6127",
      "tree": "d82d3b78d4330f668afbdd3ef273dd6a98b6bf18",
      "parents": [
        "f39f6ee6e88850381ca77412ba7cf442fa08543e",
        "9a6cbf1483b7313c82e822685b9afc9a04304c7f"
      ],
      "author": {
        "name": "Lukasz Lenart",
        "email": "lukaszlenart@apache.org",
        "time": "Sun Sep 14 15:28:34 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Sep 14 15:28:34 2025 +0200"
      },
      "message": "Merge pull request #478 from apache/dependabot/github_actions/actions/cache-4.2.4\n\nBuild(deps): Bump actions/cache from 4.2.3 to 4.2.4"
    },
    {
      "commit": "f39f6ee6e88850381ca77412ba7cf442fa08543e",
      "tree": "0cbc61cff81ff72f3381d112c37926a72f03124c",
      "parents": [
        "d09ddbb60ebc1aa49a010fe39f7ddd01bd8d460e",
        "5eacfb3a5de354a6944c6a576ae2cb794bb76ac7"
      ],
      "author": {
        "name": "Lukasz Lenart",
        "email": "lukaszlenart@apache.org",
        "time": "Sun Sep 14 15:27:15 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Sep 14 15:27:15 2025 +0200"
      },
      "message": "Merge pull request #449 from apache/dependabot/maven/shiro.version-2.0.4\n\nBuild(deps): Bump shiro.version from 2.0.3 to 2.0.4"
    },
    {
      "commit": "704c1017b16cf725387f42172d082aebef076a72",
      "tree": "d5622c1f2557bbf93dd954b57a98a8ae1f9a9f08",
      "parents": [
        "d09ddbb60ebc1aa49a010fe39f7ddd01bd8d460e"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Sep 08 00:02:29 2025 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Sep 08 00:02:29 2025 +0000"
      },
      "message": "Build(deps): Bump io.quarkus:quarkus-universe-bom from 3.21.2 to 3.26.2\n\nBumps [io.quarkus:quarkus-universe-bom](https://github.com/quarkusio/quarkus-platform) from 3.21.2 to 3.26.2.\n- [Commits](https://github.com/quarkusio/quarkus-platform/compare/3.21.2...3.26.2)\n\n---\nupdated-dependencies:\n- dependency-name: io.quarkus:quarkus-universe-bom\n  dependency-version: 3.26.2\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "0295217dec1fc426da64bda2acaf83fead9e5ebc",
      "tree": "65a9ea7c4acc981f78ded652738024fb6acc3a00",
      "parents": [
        "d09ddbb60ebc1aa49a010fe39f7ddd01bd8d460e"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Aug 25 00:38:13 2025 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Aug 25 00:38:13 2025 +0000"
      },
      "message": "Build(deps): Bump org.eclipse.jetty.ee10:jetty-ee10-maven-plugin\n\nBumps org.eclipse.jetty.ee10:jetty-ee10-maven-plugin from 12.0.19 to 12.1.0.\n\n---\nupdated-dependencies:\n- dependency-name: org.eclipse.jetty.ee10:jetty-ee10-maven-plugin\n  dependency-version: 12.1.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "d66b78f974005e8800d32b14f30cd4512e042dbc",
      "tree": "fba3f2578650cf41256029a450130f8cde569107",
      "parents": [
        "d09ddbb60ebc1aa49a010fe39f7ddd01bd8d460e"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Aug 25 00:15:02 2025 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Aug 25 00:15:02 2025 +0000"
      },
      "message": "Build(deps): Bump actions/setup-java from 4 to 5\n\nBumps [actions/setup-java](https://github.com/actions/setup-java) from 4 to 5.\n- [Release notes](https://github.com/actions/setup-java/releases)\n- [Commits](https://github.com/actions/setup-java/compare/v4...v5)\n\n---\nupdated-dependencies:\n- dependency-name: actions/setup-java\n  dependency-version: \u00275\u0027\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "f0269ca5502a1f524284bee8f1556b650fa0664b",
      "tree": "8cf29b922385fd48b33451ed5392c3da884744af",
      "parents": [
        "d09ddbb60ebc1aa49a010fe39f7ddd01bd8d460e"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Aug 18 00:56:23 2025 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Aug 18 00:56:23 2025 +0000"
      },
      "message": "Build(deps): Bump actions/checkout from 4.2.2 to 5.0.0\n\nBumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 5.0.0.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v4.2.2...v5.0.0)\n\n---\nupdated-dependencies:\n- dependency-name: actions/checkout\n  dependency-version: 5.0.0\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "898fbf76eace5b6bc90a8b7ee1c8e5975063a630",
      "tree": "ffad140b1270a56677446ea814d644f057a7c8a1",
      "parents": [
        "d09ddbb60ebc1aa49a010fe39f7ddd01bd8d460e"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Aug 18 00:14:20 2025 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Aug 18 00:14:20 2025 +0000"
      },
      "message": "Build(deps-dev): Bump org.springframework:spring-web\n\nBumps [org.springframework:spring-web](https://github.com/spring-projects/spring-framework) from 6.2.5 to 6.2.10.\n- [Release notes](https://github.com/spring-projects/spring-framework/releases)\n- [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.5...v6.2.10)\n\n---\nupdated-dependencies:\n- dependency-name: org.springframework:spring-web\n  dependency-version: 6.2.10\n  dependency-type: direct:development\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "9a6cbf1483b7313c82e822685b9afc9a04304c7f",
      "tree": "0f718512d4423673ebeb245169226a97cfa4b928",
      "parents": [
        "d09ddbb60ebc1aa49a010fe39f7ddd01bd8d460e"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Aug 11 00:35:33 2025 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Aug 11 00:35:33 2025 +0000"
      },
      "message": "Build(deps): Bump actions/cache from 4.2.3 to 4.2.4\n\nBumps [actions/cache](https://github.com/actions/cache) from 4.2.3 to 4.2.4.\n- [Release notes](https://github.com/actions/cache/releases)\n- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)\n- [Commits](https://github.com/actions/cache/compare/v4.2.3...v4.2.4)\n\n---\nupdated-dependencies:\n- dependency-name: actions/cache\n  dependency-version: 4.2.4\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "d09ddbb60ebc1aa49a010fe39f7ddd01bd8d460e",
      "tree": "25a400e7721c458a495ae5ab6b309b57f0002151",
      "parents": [
        "378031027fb5100ec2075a306877867aae98fd49",
        "771c9a35982625a730cfb119486c5d2ba622a296"
      ],
      "author": {
        "name": "Lukasz Lenart",
        "email": "lukaszlenart@apache.org",
        "time": "Wed May 14 08:23:41 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed May 14 08:23:41 2025 +0200"
      },
      "message": "Merge pull request #457 from apache/simplified-upload\n\nSimplifies file upload example"
    },
    {
      "commit": "771c9a35982625a730cfb119486c5d2ba622a296",
      "tree": "25a400e7721c458a495ae5ab6b309b57f0002151",
      "parents": [
        "378031027fb5100ec2075a306877867aae98fd49"
      ],
      "author": {
        "name": "Lukasz Lenart",
        "email": "lukaszlenart@apache.org",
        "time": "Wed May 14 08:21:05 2025 +0200"
      },
      "committer": {
        "name": "Lukasz Lenart",
        "email": "lukaszlenart@apache.org",
        "time": "Wed May 14 08:21:33 2025 +0200"
      },
      "message": "Simplifies file upload example\n"
    },
    {
      "commit": "378031027fb5100ec2075a306877867aae98fd49",
      "tree": "4d7057467d65b36e1f0adcab9abc9f9426cab3ec",
      "parents": [
        "df87211e917ae839293302f6ed0e8ab76d88bdfb",
        "ad0de21a2e5b66c9dc340c2e40c51589c004f76a"
      ],
      "author": {
        "name": "Lukasz Lenart",
        "email": "lukaszlenart@apache.org",
        "time": "Tue May 13 20:48:45 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue May 13 20:48:45 2025 +0200"
      },
      "message": "Merge pull request #456 from apache/fix/file-upload\n\nAdjusts file upload example to action based upload"
    },
    {
      "commit": "ad0de21a2e5b66c9dc340c2e40c51589c004f76a",
      "tree": "4d7057467d65b36e1f0adcab9abc9f9426cab3ec",
      "parents": [
        "df87211e917ae839293302f6ed0e8ab76d88bdfb"
      ],
      "author": {
        "name": "Lukasz Lenart",
        "email": "lukaszlenart@apache.org",
        "time": "Tue May 13 20:42:24 2025 +0200"
      },
      "committer": {
        "name": "Lukasz Lenart",
        "email": "lukaszlenart@apache.org",
        "time": "Tue May 13 20:42:24 2025 +0200"
      },
      "message": "Adjusts file upload example to action based upload\n"
    },
    {
      "commit": "5eacfb3a5de354a6944c6a576ae2cb794bb76ac7",
      "tree": "97b97bcaed60f3b5fc8106613618d8efe4ae7f1f",
      "parents": [
        "df87211e917ae839293302f6ed0e8ab76d88bdfb"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Apr 21 00:20:09 2025 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Apr 21 00:20:09 2025 +0000"
      },
      "message": "Build(deps): Bump shiro.version from 2.0.3 to 2.0.4\n\nBumps `shiro.version` from 2.0.3 to 2.0.4.\n\nUpdates `org.apache.shiro:shiro-core` from 2.0.3 to 2.0.4\n- [Release notes](https://github.com/apache/shiro/releases)\n- [Changelog](https://github.com/apache/shiro/blob/main/RELEASE-NOTES)\n- [Commits](https://github.com/apache/shiro/compare/shiro-root-2.0.3...shiro-root-2.0.4)\n\nUpdates `org.apache.shiro:shiro-web` from 2.0.3 to 2.0.4\n- [Release notes](https://github.com/apache/shiro/releases)\n- [Changelog](https://github.com/apache/shiro/blob/main/RELEASE-NOTES)\n- [Commits](https://github.com/apache/shiro/compare/shiro-root-2.0.3...shiro-root-2.0.4)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.shiro:shiro-core\n  dependency-version: 2.0.4\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.apache.shiro:shiro-web\n  dependency-version: 2.0.4\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "df87211e917ae839293302f6ed0e8ab76d88bdfb",
      "tree": "e95b33185f33f0b2c86a6ac5fd1e0fb5f01a58a5",
      "parents": [
        "e15043f914853b1a2211c997ba458b7630b7431c",
        "8f9b568bc49b71c92e6997af6ced127c2ea95f35"
      ],
      "author": {
        "name": "Lukasz Lenart",
        "email": "lukaszlenart@apache.org",
        "time": "Thu Apr 17 16:25:24 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Apr 17 16:25:24 2025 +0200"
      },
      "message": "Merge pull request #447 from fp024/dev-2025-04-17-a\n\nRefactor(some examples): Update for Struts 7 compatibility"
    },
    {
      "commit": "8f9b568bc49b71c92e6997af6ced127c2ea95f35",
      "tree": "962ed3303075f92e1864e0db23afeca159edaa5e",
      "parents": [
        "bc710825c52c97bc2bd59f5b0392f707dfe152fe"
      ],
      "author": {
        "name": "fp024",
        "email": "aopenasus@naver.com",
        "time": "Thu Apr 17 22:17:24 2025 +0900"
      },
      "committer": {
        "name": "fp024",
        "email": "aopenasus@naver.com",
        "time": "Thu Apr 17 22:17:24 2025 +0900"
      },
      "message": "Refactor(exclude-parameters, form-validation)\n"
    },
    {
      "commit": "bc710825c52c97bc2bd59f5b0392f707dfe152fe",
      "tree": "081ad9ba9a4f9df27e7dd2737e614b43363647ef",
      "parents": [
        "4647a1a7fae7367417eb7d255df6685ce2ce30f3"
      ],
      "author": {
        "name": "fp024",
        "email": "aopenasus@naver.com",
        "time": "Thu Apr 17 22:00:17 2025 +0900"
      },
      "committer": {
        "name": "fp024",
        "email": "aopenasus@naver.com",
        "time": "Thu Apr 17 22:00:17 2025 +0900"
      },
      "message": "Refactor(wildcard-method-selection): Update for Struts 7 compatibility\n\n- Added `@StrutsParameter` annotations to action parameter setter or getter.\n- Implement OGNL allowlist for stricter security compliance.\n- Update `web.xml` to schema version 6.0.\n- Changed JSP file encoding to `UTF-8`.\n"
    },
    {
      "commit": "4647a1a7fae7367417eb7d255df6685ce2ce30f3",
      "tree": "7ac52bdd350dbae62fe16fe1f36adb24593547ab",
      "parents": [
        "9e1e13a6d7e2dc0bafb4c0ce51653df3f7c3cd30"
      ],
      "author": {
        "name": "fp024",
        "email": "aopenasus@naver.com",
        "time": "Thu Apr 17 21:34:11 2025 +0900"
      },
      "committer": {
        "name": "fp024",
        "email": "aopenasus@naver.com",
        "time": "Thu Apr 17 21:34:11 2025 +0900"
      },
      "message": "Refactor(unit-testing): Update for Struts 7 compatibility\n\n- Modified access to `register.jsp` to go through the `registerForm` Action, as Struts form tags are used.\n- Update `web.xml` to schema version 6.0.\n- Change JSP file encoding to `UTF-8`.\n"
    },
    {
      "commit": "9e1e13a6d7e2dc0bafb4c0ce51653df3f7c3cd30",
      "tree": "d3d4aeab0096c4aea941a3492fb352e1758e2ac2",
      "parents": [
        "a26684cb85dd9328384749ff03e1c2bb97fc5dd0"
      ],
      "author": {
        "name": "fp024",
        "email": "aopenasus@naver.com",
        "time": "Thu Apr 17 21:05:15 2025 +0900"
      },
      "committer": {
        "name": "fp024",
        "email": "aopenasus@naver.com",
        "time": "Thu Apr 17 21:05:15 2025 +0900"
      },
      "message": "Refactor(theme): Update for Struts 7 compatibility\n\n- Rename FreeMarker template variable `parameters` to `attributes`.\n- Add `@StrutsParameter` annotations to action parameter getter.\n- Implement OGNL allowlist for stricter security compliance.\n- Update `web.xml` to schema version 6.0.\n- Change JSP file encoding to UTF-8.\n"
    },
    {
      "commit": "a26684cb85dd9328384749ff03e1c2bb97fc5dd0",
      "tree": "d328abec34bb0c9782e0d477563f6dcab7f72d21",
      "parents": [
        "c3a49777c02602a8feb7824e5336507337794be2"
      ],
      "author": {
        "name": "fp024",
        "email": "aopenasus@naver.com",
        "time": "Thu Apr 17 20:19:20 2025 +0900"
      },
      "committer": {
        "name": "fp024",
        "email": "aopenasus@naver.com",
        "time": "Thu Apr 17 20:19:20 2025 +0900"
      },
      "message": "Refactor(spring-struts): Update for Struts 7 compatibility\n\n- Added `@StrutsParameter` annotations to action parameter setter or getter.\n- Implement OGNL allowlist for stricter security compliance.\n- Update web.xml to schema version 6.0.\n- Change JSP file encoding to UTF-8.\n"
    },
    {
      "commit": "c3a49777c02602a8feb7824e5336507337794be2",
      "tree": "e174dad5c9af648dce45e3152eef68d84ffd9abd",
      "parents": [
        "53099a488e8ce763054ceaa0621f3e4ed7f05731"
      ],
      "author": {
        "name": "fp024",
        "email": "aopenasus@naver.com",
        "time": "Thu Apr 17 20:06:08 2025 +0900"
      },
      "committer": {
        "name": "fp024",
        "email": "aopenasus@naver.com",
        "time": "Thu Apr 17 20:06:08 2025 +0900"
      },
      "message": "Refactor(form-processing): Update for Struts 7 compatibility\n\n- Removed cancel2() method to prevent unnecessary value binding to personBean.age.\n- Corrected namespace in form action tags for accuracy.\n- Added @StrutsParameter annotations to action parameter methods.\n- Implemented OGNL allowlist to comply with stricter security policies.\n- Updated web.xml to schema version 6.0.\n"
    },
    {
      "commit": "53099a488e8ce763054ceaa0621f3e4ed7f05731",
      "tree": "d6b477823fe32c8a3d9bbbcf2f66c9ce147f5fcb",
      "parents": [
        "3fab6ab77e7cfe3381ae180860efd98f95ed45eb"
      ],
      "author": {
        "name": "fp024",
        "email": "aopenasus@naver.com",
        "time": "Thu Apr 17 19:18:58 2025 +0900"
      },
      "committer": {
        "name": "fp024",
        "email": "aopenasus@naver.com",
        "time": "Thu Apr 17 19:18:58 2025 +0900"
      },
      "message": "Refactor(preparable-interface): Update for Struts 7 compatibility\n\n- Added `@StrutsParameter` annotations to action parameter setter or getter.\n- Added `OGNL allowlist` to comply with stricter security policies.\n- Updated `web.xml` to schema version 6.0.\n"
    },
    {
      "commit": "3fab6ab77e7cfe3381ae180860efd98f95ed45eb",
      "tree": "ec120aac085d3d95500466b0e625107d13baaf90",
      "parents": [
        "fee2accdbe6ce463e0de8faf57a71b5b4e53ca7e"
      ],
      "author": {
        "name": "fp024",
        "email": "aopenasus@naver.com",
        "time": "Thu Apr 17 19:00:44 2025 +0900"
      },
      "committer": {
        "name": "fp024",
        "email": "aopenasus@naver.com",
        "time": "Thu Apr 17 19:00:44 2025 +0900"
      },
      "message": "Refactor(message-resource): Update for Struts 7 compatibility\n\n- Added `@StrutsParameter` annotations to action parameter setter or getter.\n- Added `OGNL allowlist` to comply with stricter security policies.\n- Updated `web.xml` to schema version 6.0.\n- Changed encoding of JSP and `global_es.properties` files to UTF-8.\n"
    },
    {
      "commit": "fee2accdbe6ce463e0de8faf57a71b5b4e53ca7e",
      "tree": "128f787073c7fdc8d2ad83fa2b7581366f6cac32",
      "parents": [
        "379a0765b6cf50198629befa95bc8f0fed59ca3a"
      ],
      "author": {
        "name": "fp024",
        "email": "aopenasus@naver.com",
        "time": "Thu Apr 17 16:45:00 2025 +0900"
      },
      "committer": {
        "name": "fp024",
        "email": "aopenasus@naver.com",
        "time": "Thu Apr 17 16:45:00 2025 +0900"
      },
      "message": "Refactor(interceptors): Apply `@StrutsParameter` and update web.xml schema 6.0\n"
    },
    {
      "commit": "379a0765b6cf50198629befa95bc8f0fed59ca3a",
      "tree": "86f80cd90f73b308c485e47e47f68629328c33ca",
      "parents": [
        "59680e52be3569135c9afbb49626d2209c567fe9"
      ],
      "author": {
        "name": "fp024",
        "email": "aopenasus@naver.com",
        "time": "Thu Apr 17 16:36:39 2025 +0900"
      },
      "committer": {
        "name": "fp024",
        "email": "aopenasus@naver.com",
        "time": "Thu Apr 17 16:36:39 2025 +0900"
      },
      "message": "Refactor(http-session): Apply `OGNL allowlist`, `@StrutsParameter` and update web.xml to schema 6.0\n"
    },
    {
      "commit": "59680e52be3569135c9afbb49626d2209c567fe9",
      "tree": "287cb3e866d093d8eb736cb28984a47abfea2b0d",
      "parents": [
        "7429b00f066b9ff347f5d39d8f090fc553ec5fba"
      ],
      "author": {
        "name": "fp024",
        "email": "aopenasus@naver.com",
        "time": "Thu Apr 17 16:18:57 2025 +0900"
      },
      "committer": {
        "name": "fp024",
        "email": "aopenasus@naver.com",
        "time": "Thu Apr 17 16:18:57 2025 +0900"
      },
      "message": "Refactor(helloworld): Enable `OGNL allowlist` and update web.xml to schema 6.0\n"
    },
    {
      "commit": "7429b00f066b9ff347f5d39d8f090fc553ec5fba",
      "tree": "4eef3513b60c36ce644cae274c8efae8c8cff4a3",
      "parents": [
        "587ed6dd607262b8edc3f1ca5faa7a6543c5ce25"
      ],
      "author": {
        "name": "fp024",
        "email": "aopenasus@naver.com",
        "time": "Thu Apr 17 16:07:12 2025 +0900"
      },
      "committer": {
        "name": "fp024",
        "email": "aopenasus@naver.com",
        "time": "Thu Apr 17 16:07:12 2025 +0900"
      },
      "message": "Refactor(form-xml-validation): Apply `@StrutsParameter` and update web.xml schema\n"
    },
    {
      "commit": "587ed6dd607262b8edc3f1ca5faa7a6543c5ce25",
      "tree": "fe0d5cff57e7f61856cafac69828b2d6a1499a94",
      "parents": [
        "a44072e067453bb82548a94f62a96a0e70c72566"
      ],
      "author": {
        "name": "fp024",
        "email": "aopenasus@naver.com",
        "time": "Thu Apr 17 16:02:13 2025 +0900"
      },
      "committer": {
        "name": "fp024",
        "email": "aopenasus@naver.com",
        "time": "Thu Apr 17 16:02:13 2025 +0900"
      },
      "message": "Refactor(form-validation): Improve compatibility and fix access issues\n\n- Apply the `@StrutsParameter` annotation to the setter or getter of the Actions.\n- Update `web.xml` to use Jakarta EE 10 namespace and Servlet 6.0 schema.\n- Fix direct JSP access issues for `register.jsp`\n"
    },
    {
      "commit": "a44072e067453bb82548a94f62a96a0e70c72566",
      "tree": "448ea74a696c850b7949c8ad5fc12b6119e95370",
      "parents": [
        "de17da00ee0888944915b4c4619ba5dc3bd9a34a"
      ],
      "author": {
        "name": "fp024",
        "email": "aopenasus@naver.com",
        "time": "Thu Apr 17 15:38:12 2025 +0900"
      },
      "committer": {
        "name": "fp024",
        "email": "aopenasus@naver.com",
        "time": "Thu Apr 17 15:38:12 2025 +0900"
      },
      "message": "Refactor(form-tags): Apply `@StrutsParameter` and update web.xml schema\n"
    },
    {
      "commit": "de17da00ee0888944915b4c4619ba5dc3bd9a34a",
      "tree": "1396f7f7f9d184c6fe5e6158197ecec7d8f249a8",
      "parents": [
        "cf09a9ea185fed36b470f9706ae885a3ca9dafd5"
      ],
      "author": {
        "name": "fp024",
        "email": "aopenasus@naver.com",
        "time": "Thu Apr 17 15:31:26 2025 +0900"
      },
      "committer": {
        "name": "fp024",
        "email": "aopenasus@naver.com",
        "time": "Thu Apr 17 15:31:26 2025 +0900"
      },
      "message": "Refactor(exclude-parameters): Apply `@StrutsParameter` and update web.xml schema\n"
    },
    {
      "commit": "e15043f914853b1a2211c997ba458b7630b7431c",
      "tree": "4c83935b163419cd11e7d37242878de2eca3146c",
      "parents": [
        "bc2581ea6a4f128bb945d8580f960ec413d9a5c2",
        "c845ea419dd819aee4247476827874c43faf259c"
      ],
      "author": {
        "name": "Lukasz Lenart",
        "email": "lukaszlenart@apache.org",
        "time": "Tue Apr 15 16:39:02 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Apr 15 16:39:02 2025 +0200"
      },
      "message": "Merge pull request #444 from apache/dependabot/maven/io.quarkus-quarkus-universe-bom-3.21.2\n\nBump io.quarkus:quarkus-universe-bom from 3.21.1 to 3.21.2"
    },
    {
      "commit": "bc2581ea6a4f128bb945d8580f960ec413d9a5c2",
      "tree": "27f600fce4fa2953d9cd584bcd5861e9b2e6aa77",
      "parents": [
        "244fd2e14ac4d94ff8073041f66c034170a1a22e",
        "a1b2171dfcd3864b2a8823bccf93509e74dacd57"
      ],
      "author": {
        "name": "Lukasz Lenart",
        "email": "lukaszlenart@apache.org",
        "time": "Tue Apr 15 16:38:54 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Apr 15 16:38:54 2025 +0200"
      },
      "message": "Merge pull request #443 from apache/dependabot/maven/shiro.version-2.0.3\n\nBump shiro.version from 2.0.2 to 2.0.3"
    },
    {
      "commit": "244fd2e14ac4d94ff8073041f66c034170a1a22e",
      "tree": "4dfb83890cbe5813e260b57538e894d0e8a4c8c4",
      "parents": [
        "cf09a9ea185fed36b470f9706ae885a3ca9dafd5",
        "d1cb5d5e2b0e2011f8ebdbb6b878423ec012ab3a"
      ],
      "author": {
        "name": "Lukasz Lenart",
        "email": "lukaszlenart@apache.org",
        "time": "Tue Apr 15 16:38:43 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Apr 15 16:38:43 2025 +0200"
      },
      "message": "Merge pull request #446 from fp024/dev-2025-04-15-a\n\nFixed \"coding-actions\" and \"exception-handling\" examples"
    },
    {
      "commit": "d1cb5d5e2b0e2011f8ebdbb6b878423ec012ab3a",
      "tree": "4dfb83890cbe5813e260b57538e894d0e8a4c8c4",
      "parents": [
        "de8c75442f8e6742b77e3eede4d5d1a779e66657"
      ],
      "author": {
        "name": "fp024",
        "email": "aopenasus@naver.com",
        "time": "Tue Apr 15 22:47:07 2025 +0900"
      },
      "committer": {
        "name": "fp024",
        "email": "aopenasus@naver.com",
        "time": "Tue Apr 15 22:47:07 2025 +0900"
      },
      "message": "Refactor(exception-handling): Improve compatibility and fix access issues\n\n- Apply `@StrutsParameter` annotations to action setters for Struts 7.0+ compatibility.\n- Update `web.xml` to use Jakarta EE 10 namespace and Servlet 6.0 schema.\n- Fix direct JSP access issues for `registerForm` and `index` by routing through actions.\n- Add missing `struts2-config-browser-plugin` dependency to resolve runtime errors.\n"
    },
    {
      "commit": "de8c75442f8e6742b77e3eede4d5d1a779e66657",
      "tree": "b8d2ca65006c279f893434d2f0fbb988311b69c9",
      "parents": [
        "cf09a9ea185fed36b470f9706ae885a3ca9dafd5"
      ],
      "author": {
        "name": "fp024",
        "email": "aopenasus@naver.com",
        "time": "Tue Apr 15 21:28:22 2025 +0900"
      },
      "committer": {
        "name": "fp024",
        "email": "aopenasus@naver.com",
        "time": "Tue Apr 15 21:28:22 2025 +0900"
      },
      "message": "Refactor(coding actions): Apply `@StrutsParameter` and update web.xml schema\n\n- Apply required `@StrutsParameter` to action setters for Struts 7.0+ compatibility.\n- Update web.xml to Jakarta EE 10 namespace and Servlet 6.0 schema.\n"
    },
    {
      "commit": "c845ea419dd819aee4247476827874c43faf259c",
      "tree": "2dc957b2c8db67c656fb671a58f35790285f1e12",
      "parents": [
        "cf09a9ea185fed36b470f9706ae885a3ca9dafd5"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Apr 14 00:34:56 2025 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Apr 14 00:34:56 2025 +0000"
      },
      "message": "Bump io.quarkus:quarkus-universe-bom from 3.21.1 to 3.21.2\n\nBumps [io.quarkus:quarkus-universe-bom](https://github.com/quarkusio/quarkus-platform) from 3.21.1 to 3.21.2.\n- [Commits](https://github.com/quarkusio/quarkus-platform/compare/3.21.1...3.21.2)\n\n---\nupdated-dependencies:\n- dependency-name: io.quarkus:quarkus-universe-bom\n  dependency-version: 3.21.2\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "a1b2171dfcd3864b2a8823bccf93509e74dacd57",
      "tree": "fd41a90191dc570ec15b8f90c6f7fedae82473af",
      "parents": [
        "cf09a9ea185fed36b470f9706ae885a3ca9dafd5"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Apr 14 00:34:32 2025 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Apr 14 00:34:32 2025 +0000"
      },
      "message": "Bump shiro.version from 2.0.2 to 2.0.3\n\nBumps `shiro.version` from 2.0.2 to 2.0.3.\n\nUpdates `org.apache.shiro:shiro-core` from 2.0.2 to 2.0.3\n- [Release notes](https://github.com/apache/shiro/releases)\n- [Changelog](https://github.com/apache/shiro/blob/main/RELEASE-NOTES)\n- [Commits](https://github.com/apache/shiro/compare/shiro-root-2.0.2...shiro-root-2.0.3)\n\nUpdates `org.apache.shiro:shiro-web` from 2.0.2 to 2.0.3\n- [Release notes](https://github.com/apache/shiro/releases)\n- [Changelog](https://github.com/apache/shiro/blob/main/RELEASE-NOTES)\n- [Commits](https://github.com/apache/shiro/compare/shiro-root-2.0.2...shiro-root-2.0.3)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.shiro:shiro-core\n  dependency-version: 2.0.3\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.apache.shiro:shiro-web\n  dependency-version: 2.0.3\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "cf09a9ea185fed36b470f9706ae885a3ca9dafd5",
      "tree": "ee00103b681b1c809136516656a12ffb5fe1d43e",
      "parents": [
        "208c24bc9a91a966e0b12359ab2dba5fc186543e"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Apr 09 20:03:45 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Apr 09 20:03:45 2025 +0200"
      },
      "message": "Bump io.quarkus:quarkus-universe-bom from 3.21.0 to 3.21.1 (#440)\n\nBumps [io.quarkus:quarkus-universe-bom](https://github.com/quarkusio/quarkus-platform) from 3.21.0 to 3.21.1.\n- [Commits](https://github.com/quarkusio/quarkus-platform/compare/3.21.0...3.21.1)\n\n---\nupdated-dependencies:\n- dependency-name: io.quarkus:quarkus-universe-bom\n  dependency-version: 3.21.1\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    },
    {
      "commit": "208c24bc9a91a966e0b12359ab2dba5fc186543e",
      "tree": "2d9051f30eeacaecca714f123ae28ca87d9ec7d6",
      "parents": [
        "bfe431355c047d2937917827206a3ae506868666"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Apr 09 20:03:30 2025 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Apr 09 20:03:30 2025 +0200"
      },
      "message": "Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.5.2 to 3.5.3 (#439)\n\nBumps [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) from 3.5.2 to 3.5.3.\n- [Release notes](https://github.com/apache/maven-surefire/releases)\n- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.2...surefire-3.5.3)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven.plugins:maven-failsafe-plugin\n  dependency-version: 3.5.3\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e"
    }
  ],
  "next": "bfe431355c047d2937917827206a3ae506868666"
}
