You can subscribe to this list here.
| 2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(9) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2015 |
Jan
(197) |
Feb
(47) |
Mar
(55) |
Apr
(14) |
May
(41) |
Jun
(53) |
Jul
(79) |
Aug
(147) |
Sep
(106) |
Oct
(41) |
Nov
(94) |
Dec
(98) |
| 2016 |
Jan
(128) |
Feb
(94) |
Mar
(110) |
Apr
(109) |
May
(140) |
Jun
(40) |
Jul
(70) |
Aug
(78) |
Sep
(172) |
Oct
(58) |
Nov
(91) |
Dec
(33) |
| 2017 |
Jan
(69) |
Feb
(172) |
Mar
(220) |
Apr
(62) |
May
(22) |
Jun
(144) |
Jul
(257) |
Aug
(54) |
Sep
(52) |
Oct
(73) |
Nov
(38) |
Dec
(57) |
| 2018 |
Jan
(145) |
Feb
(89) |
Mar
(139) |
Apr
(78) |
May
(26) |
Jun
(23) |
Jul
(44) |
Aug
(47) |
Sep
(74) |
Oct
(58) |
Nov
(163) |
Dec
(273) |
| 2019 |
Jan
(364) |
Feb
(85) |
Mar
(49) |
Apr
(113) |
May
(407) |
Jun
(139) |
Jul
(74) |
Aug
(39) |
Sep
(73) |
Oct
(58) |
Nov
(79) |
Dec
(77) |
| 2020 |
Jan
(56) |
Feb
(35) |
Mar
(83) |
Apr
(61) |
May
(44) |
Jun
(44) |
Jul
(97) |
Aug
(38) |
Sep
(63) |
Oct
(39) |
Nov
(81) |
Dec
(36) |
| 2021 |
Jan
(16) |
Feb
(40) |
Mar
(26) |
Apr
(35) |
May
(56) |
Jun
(26) |
Jul
(50) |
Aug
(10) |
Sep
(100) |
Oct
(52) |
Nov
(42) |
Dec
(41) |
| 2022 |
Jan
(38) |
Feb
(22) |
Mar
(20) |
Apr
(36) |
May
(21) |
Jun
(19) |
Jul
(32) |
Aug
(11) |
Sep
(19) |
Oct
(46) |
Nov
(26) |
Dec
(15) |
| 2023 |
Jan
(58) |
Feb
(40) |
Mar
(31) |
Apr
(38) |
May
(28) |
Jun
(36) |
Jul
(55) |
Aug
(29) |
Sep
(63) |
Oct
(47) |
Nov
(70) |
Dec
(37) |
| 2024 |
Jan
(27) |
Feb
(52) |
Mar
(34) |
Apr
(47) |
May
(32) |
Jun
(59) |
Jul
(28) |
Aug
(49) |
Sep
(61) |
Oct
(81) |
Nov
(32) |
Dec
(49) |
| 2025 |
Jan
(40) |
Feb
(47) |
Mar
(64) |
Apr
(81) |
May
(37) |
Jun
(92) |
Jul
(41) |
Aug
(44) |
Sep
(28) |
Oct
(104) |
Nov
(37) |
Dec
(39) |
| 2026 |
Jan
(39) |
Feb
(69) |
Mar
(26) |
Apr
(13) |
May
(45) |
Jun
(102) |
Jul
(82) |
Aug
(38) |
Sep
|
Oct
|
Nov
|
Dec
|
|
From: github-actions[bot] <no...@gi...> - 2026-08-16 03:07:41
|
Branch: refs/tags/v6.09.08.RC1-NIGHTLY.20260724 Home: https://github.com/PCGen/pcgen To unsubscribe from these emails, change your notification settings at https://github.com/PCGen/pcgen/settings/notifications |
|
From: github-actions[bot] <no...@gi...> - 2026-08-16 03:07:41
|
Branch: refs/tags/v6.09.08.RC1-NIGHTLY.20260723 Home: https://github.com/PCGen/pcgen To unsubscribe from these emails, change your notification settings at https://github.com/PCGen/pcgen/settings/notifications |
|
From: github-actions[bot] <no...@gi...> - 2026-08-16 02:52:16
|
Branch: refs/tags/v6.09.08.RC1-NIGHTLY.20260816 Home: https://github.com/PCGen/pcgen To unsubscribe from these emails, change your notification settings at https://github.com/PCGen/pcgen/settings/notifications |
|
From: Vest <no...@gi...> - 2026-08-15 11:21:47
|
Branch: refs/heads/master Home: https://github.com/PCGen/pcgen Commit: b3b8b08f2c90036bb61d061711dca38c7bafe1c0 https://github.com/PCGen/pcgen/commit/b3b8b08f2c90036bb61d061711dca38c7bafe1c0 Author: Vest <Ve...@us...> Date: 2026-08-15 (Sat, 15 Aug 2026) Changed paths: M code/src/java/pcgen/core/term/PCCasterLevelClassTermEvaluator.java M code/src/java/pcgen/core/term/PCCasterLevelTotalTermEvaluator.java M code/src/slowtest/pcgen/core/PlayerCharacterTest.java Log Message: ----------- fix: honor BONUS:PCLEVEL|TYPE in caster level evaluators (#7697) * test: reproduce BONUS:PCLEVEL|TYPE.Arcane ignored by caster level BONUS:PCLEVEL|TYPE.Arcane / TYPE.Divine (the "+1 Arcane/Divine Caster Level" GM Awards from DATA-3818) raise spells-known/per-day via SpellSupportForPCClass, but the caster-level term evaluators only query PCLEVEL|<classKey>, never PCLEVEL|TYPE.<spellType>. So the awarded caster level never actually changes on the sheet. Add a failing slowtest driving PCCasterLevelClassTermEvaluator with a fixed-CASTERLEVEL Arcane class: baseline caster level is 3, and BONUS:PCLEVEL|TYPE.Arcane|1 should raise it to 4 but currently does not. * fix: honor BONUS:PCLEVEL|TYPE in caster level evaluators The caster-level term evaluators computed the PCLEVEL bonus only from PCLEVEL|<classKey>, so BONUS:PCLEVEL|TYPE.Arcane / TYPE.Divine (the "+1 Arcane/Divine Caster Level" GM Awards) never affected caster level, even though SpellSupportForPCClass already honors PCLEVEL|TYPE.<type> for spells known and per-day. The caster-level path has never queried the TYPE target (confirmed back to 6.08.00RC4), so the award raised spell slots but silently left the caster level unchanged. Add a PCLEVEL|TYPE.<spellType> lookup alongside the existing class-key lookup in PCCasterLevelClassTermEvaluator and PCCasterLevelTotalTerm- Evaluator, mirroring SpellSupportForPCClass. In the total evaluator the bonus is summed per class using that class's own spell type, so a mixed arcane/divine caster gets each award applied only to the matching classes. Generic across all spell types, not just Arcane/Divine. Purely additive: no test character carries a PCLEVEL|TYPE ability, so all csheet fixtures are unchanged. * test: BONUS:CASTERLEVEL vs PCLEVEL TYPE caster-level contract Encode the documented distinction (globalfilesbonus.html): CASTERLEVEL|TYPE.<type> raises the caster-level number only, while PCLEVEL|TYPE.<type> raises the effective spellcasting level -- both caster level and spell progression. The shipped '+1 Arcane Caster Level' GM Award uses PCLEVEL, so the caster-level evaluators must honor it; a caster-level-only award should instead use CASTERLEVEL. To unsubscribe from these emails, change your notification settings at https://github.com/PCGen/pcgen/settings/notifications |
|
From: dependabot[bot] <no...@gi...> - 2026-08-15 08:45:07
|
Branch: refs/heads/dependabot/gradle/com.dorongold.task-tree-4.0.2 Home: https://github.com/PCGen/pcgen To unsubscribe from these emails, change your notification settings at https://github.com/PCGen/pcgen/settings/notifications |
|
From: dependabot[bot] <no...@gi...> - 2026-08-15 08:45:02
|
Branch: refs/heads/master Home: https://github.com/PCGen/pcgen Commit: 73749bf052af4b6ee7a90a3f6ae9d4e47d11d04b https://github.com/PCGen/pcgen/commit/73749bf052af4b6ee7a90a3f6ae9d4e47d11d04b Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2026-08-15 (Sat, 15 Aug 2026) Changed paths: M build.gradle Log Message: ----------- Build(deps): bump com.dorongold.task-tree from 4.0.1 to 4.0.2 (#7694) Bumps com.dorongold.task-tree from 4.0.1 to 4.0.2. --- updated-dependencies: - dependency-name: com.dorongold.task-tree dependency-version: 4.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <su...@gi...> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> To unsubscribe from these emails, change your notification settings at https://github.com/PCGen/pcgen/settings/notifications |
|
From: dependabot[bot] <no...@gi...> - 2026-08-15 08:44:53
|
Branch: refs/heads/dependabot/gradle/org.junit-junit-bom-6.1.3 Home: https://github.com/PCGen/pcgen To unsubscribe from these emails, change your notification settings at https://github.com/PCGen/pcgen/settings/notifications |
|
From: dependabot[bot] <no...@gi...> - 2026-08-15 08:44:46
|
Branch: refs/heads/master Home: https://github.com/PCGen/pcgen Commit: 865625dd5c847f82e0e9c7b8f2047c1cc1bc9574 https://github.com/PCGen/pcgen/commit/865625dd5c847f82e0e9c7b8f2047c1cc1bc9574 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2026-08-15 (Sat, 15 Aug 2026) Changed paths: M PCGen-Formula/build.gradle M PCGen-base/build.gradle M build.gradle Log Message: ----------- Build(deps): bump org.junit:junit-bom from 6.1.2 to 6.1.3 (#7693) Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 6.1.2 to 6.1.3. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r6.1.2...r6.1.3) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 6.1.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <su...@gi...> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> To unsubscribe from these emails, change your notification settings at https://github.com/PCGen/pcgen/settings/notifications |
|
From: dependabot[bot] <no...@gi...> - 2026-08-12 04:43:14
|
Branch: refs/heads/dependabot/gradle/com.dorongold.task-tree-4.0.2 Home: https://github.com/PCGen/pcgen Commit: 935ebb49a2e64c9a901b15aa3f1d27406592eb87 https://github.com/PCGen/pcgen/commit/935ebb49a2e64c9a901b15aa3f1d27406592eb87 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2026-08-12 (Wed, 12 Aug 2026) Changed paths: M build.gradle Log Message: ----------- Build(deps): bump com.dorongold.task-tree from 4.0.1 to 4.0.2 Bumps com.dorongold.task-tree from 4.0.1 to 4.0.2. --- updated-dependencies: - dependency-name: com.dorongold.task-tree dependency-version: 4.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <su...@gi...> To unsubscribe from these emails, change your notification settings at https://github.com/PCGen/pcgen/settings/notifications |
|
From: dependabot[bot] <no...@gi...> - 2026-08-11 04:43:23
|
Branch: refs/heads/dependabot/gradle/org.junit-junit-bom-6.1.3 Home: https://github.com/PCGen/pcgen Commit: 224a040830f514866c92a2c930f5888376bc6520 https://github.com/PCGen/pcgen/commit/224a040830f514866c92a2c930f5888376bc6520 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2026-08-11 (Tue, 11 Aug 2026) Changed paths: M PCGen-Formula/build.gradle M PCGen-base/build.gradle M build.gradle Log Message: ----------- Build(deps): bump org.junit:junit-bom from 6.1.2 to 6.1.3 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 6.1.2 to 6.1.3. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r6.1.2...r6.1.3) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 6.1.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <su...@gi...> To unsubscribe from these emails, change your notification settings at https://github.com/PCGen/pcgen/settings/notifications |
|
From: github-actions[bot] <no...@gi...> - 2026-08-11 03:26:45
|
Branch: refs/tags/v6.09.08.RC1-NIGHTLY.20260811 Home: https://github.com/PCGen/pcgen To unsubscribe from these emails, change your notification settings at https://github.com/PCGen/pcgen/settings/notifications |
|
From: dependabot[bot] <no...@gi...> - 2026-08-10 07:05:40
|
Branch: refs/heads/dependabot/gradle/gradle-wrapper-9.7.0 Home: https://github.com/PCGen/pcgen To unsubscribe from these emails, change your notification settings at https://github.com/PCGen/pcgen/settings/notifications |
|
From: dependabot[bot] <no...@gi...> - 2026-08-10 07:05:33
|
Branch: refs/heads/master Home: https://github.com/PCGen/pcgen Commit: 69557c8ca36717730c64cb9755e20238d0325bdf https://github.com/PCGen/pcgen/commit/69557c8ca36717730c64cb9755e20238d0325bdf Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2026-08-10 (Mon, 10 Aug 2026) Changed paths: M gradle/wrapper/gradle-wrapper.jar M gradle/wrapper/gradle-wrapper.properties Log Message: ----------- Build(deps): bump gradle-wrapper from 9.6.1 to 9.7.0 (#7692) Bumps [gradle-wrapper](https://github.com/gradle/gradle) from 9.6.1 to 9.7.0. - [Release notes](https://github.com/gradle/gradle/releases) - [Commits](https://github.com/gradle/gradle/compare/v9.6.1...v9.7.0) --- updated-dependencies: - dependency-name: gradle-wrapper dependency-version: 9.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <su...@gi...> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> To unsubscribe from these emails, change your notification settings at https://github.com/PCGen/pcgen/settings/notifications |
|
From: dependabot[bot] <no...@gi...> - 2026-08-10 07:04:26
|
Branch: refs/heads/dependabot/gradle/com.github.spotbugs-6.5.10 Home: https://github.com/PCGen/pcgen To unsubscribe from these emails, change your notification settings at https://github.com/PCGen/pcgen/settings/notifications |
|
From: dependabot[bot] <no...@gi...> - 2026-08-10 07:04:18
|
Branch: refs/heads/master Home: https://github.com/PCGen/pcgen Commit: 38eb027ff232fc4679ef0d63b218a9ed2b2ed088 https://github.com/PCGen/pcgen/commit/38eb027ff232fc4679ef0d63b218a9ed2b2ed088 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2026-08-10 (Mon, 10 Aug 2026) Changed paths: M build.gradle Log Message: ----------- Build(deps): bump com.github.spotbugs from 6.5.9 to 6.5.10 (#7691) Bumps com.github.spotbugs from 6.5.9 to 6.5.10. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-version: 6.5.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <su...@gi...> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> To unsubscribe from these emails, change your notification settings at https://github.com/PCGen/pcgen/settings/notifications |
|
From: dependabot[bot] <no...@gi...> - 2026-08-10 04:43:39
|
Branch: refs/heads/dependabot/gradle/gradle-wrapper-9.7.0 Home: https://github.com/PCGen/pcgen Commit: 15bbaeb0c8ba6fc99395abd99f756ecaf424970f https://github.com/PCGen/pcgen/commit/15bbaeb0c8ba6fc99395abd99f756ecaf424970f Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2026-08-10 (Mon, 10 Aug 2026) Changed paths: M gradle/wrapper/gradle-wrapper.jar M gradle/wrapper/gradle-wrapper.properties Log Message: ----------- Build(deps): bump gradle-wrapper from 9.6.1 to 9.7.0 Bumps [gradle-wrapper](https://github.com/gradle/gradle) from 9.6.1 to 9.7.0. - [Release notes](https://github.com/gradle/gradle/releases) - [Commits](https://github.com/gradle/gradle/compare/v9.6.1...v9.7.0) --- updated-dependencies: - dependency-name: gradle-wrapper dependency-version: 9.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <su...@gi...> To unsubscribe from these emails, change your notification settings at https://github.com/PCGen/pcgen/settings/notifications |
|
From: dependabot[bot] <no...@gi...> - 2026-08-10 04:43:14
|
Branch: refs/heads/dependabot/gradle/com.github.spotbugs-6.5.10 Home: https://github.com/PCGen/pcgen Commit: 4390ca17fec7dab26323951012330f4da728f3e3 https://github.com/PCGen/pcgen/commit/4390ca17fec7dab26323951012330f4da728f3e3 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2026-08-10 (Mon, 10 Aug 2026) Changed paths: M build.gradle Log Message: ----------- Build(deps): bump com.github.spotbugs from 6.5.9 to 6.5.10 Bumps com.github.spotbugs from 6.5.9 to 6.5.10. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-version: 6.5.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <su...@gi...> To unsubscribe from these emails, change your notification settings at https://github.com/PCGen/pcgen/settings/notifications |
|
From: github-actions[bot] <no...@gi...> - 2026-08-10 04:00:44
|
Branch: refs/tags/v6.09.08.RC1-NIGHTLY.20260721 Home: https://github.com/PCGen/pcgen To unsubscribe from these emails, change your notification settings at https://github.com/PCGen/pcgen/settings/notifications |
|
From: github-actions[bot] <no...@gi...> - 2026-08-10 03:44:06
|
Branch: refs/tags/v6.09.08.RC1-NIGHTLY.20260810 Home: https://github.com/PCGen/pcgen To unsubscribe from these emails, change your notification settings at https://github.com/PCGen/pcgen/settings/notifications |
|
From: Vest <no...@gi...> - 2026-08-09 23:18:29
|
Branch: refs/heads/master Home: https://github.com/PCGen/pcgen Commit: 9f7b2eb8728b11bc997a1c14be66f71ea06615d8 https://github.com/PCGen/pcgen/commit/9f7b2eb8728b11bc997a1c14be66f71ea06615d8 Author: Vest <Ve...@us...> Date: 2026-08-10 (Mon, 10 Aug 2026) Changed paths: M code/src/java/pcgen/core/PlayerCharacter.java M code/src/slowtest/pcgen/core/PlayerCharacterTest.java M docs/listfilepages/globalfilestagpages/globalfilesbonus.html Log Message: ----------- Implement BONUS:CASTERLEVEL|ALLSPELLS (#7690) * fix: implement BONUS:CASTERLEVEL|ALLSPELLS BONUS:CASTERLEVEL|ALLSPELLS has been documented since 5.7.1 but was never implemented: getTotalCasterLevelWithSpellBonus() queried CLASS/TYPE/SPELL/ SCHOOL/SUBSCHOOL/DESCRIPTOR/DOMAIN targets but never ALLSPELLS, so the bonus parsed as a legal var yet silently did nothing. DC and CONCENTRATION already honor ALLSPELLS; CASTERLEVEL did not. Add an ALLSPELLS lookup in the aSpell != null branch, following the SCHOOL pattern: main bonus applied on != 0 so negatives count (Rod of Foiled Magic, Energy Drained, Moon Circlet), plus an ALLSPELLS.RESET variant. Because the term evaluator calls this method once per casting class, the bonus applies per class across both arcane and divine, matching the "effective caster level" semantics (Orange Prism Ioun Stone, Half-Elf Multidisciplined, Dread Lord Magical Mastery). Purely additive: data without ALLSPELLS is unaffected, and no inttest character uses an ALLSPELLS ability, so no csheet fixtures change. * docs: correct BONUS:CASTERLEVEL|ALLSPELLS description and document intent The ALLSPELLS help text claimed the bonus applies to 'both arcane and divine' and told users to filter with TYPE.Divine, but Divine is not a SPELLTYPE in shipped data and the implementation is tradition-agnostic: it applies to every spell of every casting class regardless of type. Reword to match the code and use TYPE.x (e.g. TYPE.Arcane) as the filter example. P.S. it works with TYPE.Divine, TYPE.Occult. Also add a Javadoc documenting the aSpell null/non-null contract (null = class-total query) and expand the inline comment to explain why the ALLSPELLS block sits with the per-spell TYPE/SPELL/SCHOOL group and after the aSpell == null guard. No behavior change. --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> To unsubscribe from these emails, change your notification settings at https://github.com/PCGen/pcgen/settings/notifications |
|
From: Andrew M. <no...@gi...> - 2026-08-09 21:30:52
|
Branch: refs/heads/master Home: https://github.com/PCGen/pcgen Commit: f9cf9161dc5eda42c923809b8e5fea81ca3d0ecb https://github.com/PCGen/pcgen/commit/f9cf9161dc5eda42c923809b8e5fea81ca3d0ecb Author: Andrew Maitland <dre...@ya...> Date: 2026-08-09 (Sun, 09 Aug 2026) Changed paths: M data/pathfinder/paizo/roleplaying_game/core_rulebook/cr_abilities.lst Log Message: ----------- DATA-3818: Corrects code to reflect a bonus to caster level, not PCLevel (#7689) Corrects the old DATA-3818 by increasing a caster level instead of PCLEVEL. To unsubscribe from these emails, change your notification settings at https://github.com/PCGen/pcgen/settings/notifications |
|
From: github-actions[bot] <no...@gi...> - 2026-08-06 05:13:12
|
Branch: refs/tags/v6.09.08.RC1-NIGHTLY.20260720 Home: https://github.com/PCGen/pcgen To unsubscribe from these emails, change your notification settings at https://github.com/PCGen/pcgen/settings/notifications |
|
From: github-actions[bot] <no...@gi...> - 2026-08-06 04:55:50
|
Branch: refs/tags/v6.09.08.RC1-NIGHTLY.20260806 Home: https://github.com/PCGen/pcgen To unsubscribe from these emails, change your notification settings at https://github.com/PCGen/pcgen/settings/notifications |
|
From: dependabot[bot] <no...@gi...> - 2026-08-05 21:32:13
|
Branch: refs/heads/dependabot/gradle/org.xmlunit-xmlunit-core-2.13.0 Home: https://github.com/PCGen/pcgen To unsubscribe from these emails, change your notification settings at https://github.com/PCGen/pcgen/settings/notifications |
|
From: dependabot[bot] <no...@gi...> - 2026-08-05 21:32:06
|
Branch: refs/heads/master Home: https://github.com/PCGen/pcgen Commit: 9bbea6558f8fb656722081f2b2bfde7f309b2ec2 https://github.com/PCGen/pcgen/commit/9bbea6558f8fb656722081f2b2bfde7f309b2ec2 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2026-08-05 (Wed, 05 Aug 2026) Changed paths: Log Message: ----------- Build(deps): bump org.xmlunit:xmlunit-core from 2.12.0 to 2.13.0 (#7685) Bumps [org.xmlunit:xmlunit-core](https://github.com/xmlunit/xmlunit) from 2.12.0 to 2.13.0. - [Release notes](https://github.com/xmlunit/xmlunit/releases) - [Changelog](https://github.com/xmlunit/xmlunit/blob/main/RELEASE_NOTES.md) - [Commits](https://github.com/xmlunit/xmlunit/compare/v2.12.0...v2.13.0) --- updated-dependencies: - dependency-name: org.xmlunit:xmlunit-core dependency-version: 2.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <su...@gi...> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> To unsubscribe from these emails, change your notification settings at https://github.com/PCGen/pcgen/settings/notifications |