Skip to content

Commit

Permalink
Updated change log.
Browse files Browse the repository at this point in the history
  • Loading branch information
uckelman committed Nov 7, 2024
1 parent d50491f commit 5892740
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,7 +1,30 @@
3.7.15 - 7 November 2024

* 13678: Upgraded byte-buddy to 1.15.10
* 13677: Upgraded maven-javadoc-plugin to 3.11.1
* 13676: Upgraded manen-surfire-plugin to 3.5.2
* 13669: Upgraded asciidoctor-maven-plugin to 3.1.0
* 13668: Upgraded checkstyle to 10.20.0
* 13664: Upgraded bundled Java to 21.0.5 (32-bit Windows), 23.0.1 (all others)
* 13660: Upgraded maven-pmd-plugin to 3.26.0
* 13659: Upgraded httpclient5 to 5.4.1
* 13655: Upgraded maven-dependency-plugin to 3.8.1
* 13654: Upgraded maven-checkstyle-plugin to 3.6.0
* 13653: Upgraded logback-classic to 1.5.12
* 13647: Upgraded maven-site-plugin to 3.21.0
* 13646: Upgraded exec-maven-plugin to 3.5.0
* 13645: Upgraded spotbugs-maven-plugin to 4.8.6.5
* 13642: Upgraded junit-bom to 5.11.3
* 13641: Upgraded asciidoctorj-pdf to 2.3.19
* 13620: Upgraded batik to 1.18
* 13614: Upgraded asm to 9.7.1
* 13591: Upgraded commons-io to 2.17.0
* 13573: Upgraded commons-lang3 to 3.17.0
* 13572: Upgraded miglayout-swing to 11.4.2
* 13558: Update logback configuration to prevent messages to console
* 13548: Upgraded maven-deploy-plugin to 3.1.3
* 13542: Upgraded maven-install-plugin to 3.1.3
* 13540: Upgraded maven-artifact to 3.9.9

3.7.14 - 18 August 2024

Expand Down
25 changes: 24 additions & 1 deletion dist/notes/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,33 @@
"new_features": [
],
"bug_fixes": [
{ "num": 13558, "desc": "Update logback configuration to prevent messages to console" }
],
"other_improvements": [
{ "num": 13678, "desc": "Upgraded byte-buddy to 1.15.10" },
{ "num": 13677, "desc": "Upgraded maven-javadoc-plugin to 3.11.1" },
{ "num": 13676, "desc": "Upgraded manen-surfire-plugin to 3.5.2" },
{ "num": 13669, "desc": "Upgraded asciidoctor-maven-plugin to 3.1.0" },
{ "num": 13668, "desc": "Upgraded checkstyle to 10.20.0" },
{ "num": 13664, "desc": "Upgraded bundled Java to 21.0.5 (32-bit Windows), 23.0.1 (all others)" },
{ "num": 13558, "desc": "Update logback configuration to prevent messages to console" }
{ "num": 13660, "desc": "Upgraded maven-pmd-plugin to 3.26.0" },
{ "num": 13659, "desc": "Upgraded httpclient5 to 5.4.1" },
{ "num": 13655, "desc": "Upgraded maven-dependency-plugin to 3.8.1" },
{ "num": 13654, "desc": "Upgraded maven-checkstyle-plugin to 3.6.0" },
{ "num": 13653, "desc": "Upgraded logback-classic to 1.5.12" },
{ "num": 13647, "desc": "Upgraded maven-site-plugin to 3.21.0" },
{ "num": 13646, "desc": "Upgraded exec-maven-plugin to 3.5.0" },
{ "num": 13645, "desc": "Upgraded spotbugs-maven-plugin to 4.8.6.5" },
{ "num": 13642, "desc": "Upgraded junit-bom to 5.11.3" },
{ "num": 13641, "desc": "Upgraded asciidoctorj-pdf to 2.3.19" },
{ "num": 13620, "desc": "Upgraded batik to 1.18" },
{ "num": 13614, "desc": "Upgraded asm to 9.7.1" },
{ "num": 13591, "desc": "Upgraded commons-io to 2.17.0" },
{ "num": 13573, "desc": "Upgraded commons-lang3 to 3.17.0" },
{ "num": 13572, "desc": "Upgraded miglayout-swing to 11.4.2" },
{ "num": 13548, "desc": "Upgraded maven-deploy-plugin to 3.1.3" },
{ "num": 13542, "desc": "Upgraded maven-install-plugin to 3.1.3" },
{ "num": 13540, "desc": "Upgraded maven-artifact to 3.9.9" }
]
},
{
Expand Down

0 comments on commit 5892740

Please sign in to comment.