|
2 | 2 |
|
3 | 3 | ## Unreleased
|
4 | 4 |
|
5 |
| -**New GPG Release Signing Key** |
| 5 | +**🚨 New GPG Release Signing Key** |
6 | 6 |
|
7 | 7 | Since January 2025, we switched the GPG Key we use for signing releases in Maven Central to be
|
8 | 8 | [A0B5CA1A4E086838](https://keyserver.ubuntu.com/pks/lookup?search=0x2EFA55D0785C31F956F2F87EA0B5CA1A4E086838&fingerprint=on&op=index).
|
9 | 9 | The full fingerprint is `2EFA 55D0 785C 31F9 56F2 F87E A0B5 CA1A 4E08 6838`.
|
10 | 10 |
|
11 |
| -**New Git default branch - "main"** |
| 11 | +**🚀 New Git default branch - "main"** |
12 | 12 |
|
13 | 13 | We are joining the Git community and updating "master" to "main". Using the term "master" for the main
|
14 | 14 | development branch can be offensive to some people. Existing versions of Git have been always capable of
|
15 | 15 | working with any branch name and since 2.28.0 (July 2020) the default initial branch is configurable
|
16 | 16 | (`init.defaultBranch`). Since October 2020, the default branch for new repositories on GitHub
|
17 | 17 | is "main". Finally, PMD will also use this new name for the main branch in all our own repositories.
|
18 | 18 |
|
19 |
| -**Fixed issues:** |
20 |
| - |
21 |
| -**Merged pull requests:** |
| 19 | +**✨ Merged pull requests:** |
22 | 20 |
|
23 | 21 | * [#93](https://github.com/pmd/pmd-designer/pull/93) Change branch master to main by [@adangel](https://github.com/adangel)
|
24 | 22 | * [#98](https://github.com/pmd/pmd-designer/pull/98) Use new gpg key (A0B5CA1A4E086838) by [@adangel](https://github.com/adangel)
|
25 | 23 |
|
| 24 | +**📦 Dependency updates:** |
| 25 | + |
| 26 | +* [#88](https://github.com/pmd/pmd-designer/pull/88) Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.17.0 |
| 27 | +* [#90](https://github.com/pmd/pmd-designer/pull/90) Bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to 3.4.2 |
| 28 | +* [#91](https://github.com/pmd/pmd-designer/pull/91) Bump kotest.version from 5.5.5 to 5.9.1 |
| 29 | +* [#92](https://github.com/pmd/pmd-designer/pull/92) Bump junit5.version from 5.8.2 to 5.11.0 |
| 30 | +* [#94](https://github.com/pmd/pmd-designer/pull/94) Bump kotlin.version from 1.7.20 to 2.0.20 |
| 31 | +* [#96](https://github.com/pmd/pmd-designer/pull/96) Bump pmd-build-tools from 27-SNAPSHOT to 28 |
| 32 | +* [#97](https://github.com/pmd/pmd-designer/pull/97) Bump pmd from 7.5.0 to 7.8.0 for checks |
| 33 | +* [#99](https://github.com/pmd/pmd-designer/pull/99) Bump build-tools from 29-SNAPSHOT to 29 |
| 34 | +* [#100](https://github.com/pmd/pmd-designer/pull/100) Bump maven-pmd-plugin from 3.24.0 to 3.26.0 |
| 35 | +* [#101](https://github.com/pmd/pmd-designer/pull/101) Bump kotlin.version from 2.0.20 to 2.0.21 |
| 36 | +* [#102](https://github.com/pmd/pmd-designer/pull/102) Bump org.checkerframework:checker-qual from 2.11.1 to 3.48.4 |
| 37 | +* [#104](https://github.com/pmd/pmd-designer/pull/104) Bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.1 to 3.1.3 |
| 38 | +* [#105](https://github.com/pmd/pmd-designer/pull/105) Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.11.2 |
| 39 | +* [#106](https://github.com/pmd/pmd-designer/pull/106) Bump org.sonatype.plugins:nexus-staging-maven-plugin from 1.6.13 to 1.7.0 |
| 40 | + |
26 | 41 | See https://github.com/pmd/pmd-designer/milestone/16
|
27 | 42 |
|
28 | 43 | ## 7.2.0
|
|
0 commit comments