-
Notifications
You must be signed in to change notification settings - Fork 366
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix release date, commons-io version #, commit table.
- Loading branch information
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Release notes for ESAPI 2.5.4.0 | ||
Release date: 2024-05-28 | ||
Release date: 2024-05-29 | ||
Project leaders: | ||
-Kevin W. Wall <[email protected]> | ||
-Matt Seil <[email protected]> | ||
|
@@ -101,7 +101,7 @@ None known, other than the remaining open issues on GitHub. | |
|
||
----------------------------------------------------------------------------- | ||
|
||
Developer Activity Report (Changes between release 2.5.3.1 and 2.5.4.0, i.e., between 2023-12-01 and 2024-05-28) | ||
Developer Activity Report (Changes between release 2.5.3.1 and 2.5.4.0, i.e., between 2023-12-01 and 2024-05-29) | ||
Generated manually (this time) -- all errors are the fault of kwwall and his inability to do simple arithmetic. | ||
|
||
Developer Total Total Number # Merged | ||
|
@@ -111,7 +111,7 @@ xeno6696 5 4 1 | |
jeremiahjstacey 2 4 1 | ||
dependabot 1 1 1 | ||
mpreziuso 1 2 1 | ||
kwwall 6 6 0 (direct merge) | ||
kwwall 11 6 0 (direct merge) | ||
======================================================== | ||
Total PRs: 4 | ||
|
||
|
@@ -164,7 +164,7 @@ Direct and Transitive Runtime and Test Dependencies: | |
[INFO] | \- xml-apis:xml-apis-ext:jar:1.3.04:compile | ||
[INFO] +- org.slf4j:slf4j-api:jar:2.0.13:compile | ||
[INFO] +- xml-apis:xml-apis:jar:1.4.01:compile | ||
[INFO] +- commons-io:commons-io:jar:2.16.1:compile | ||
[INFO] +- commons-io:commons-io:jar:2.15.1:compile | ||
[INFO] +- com.github.spotbugs:spotbugs-annotations:jar:4.8.5:compile | ||
[INFO] | \- com.google.code.findbugs:jsr305:jar:3.0.2:compile | ||
[INFO] +- commons-codec:commons-codec:jar:1.17.0:test | ||
|
@@ -189,8 +189,8 @@ Direct and Transitive Runtime and Test Dependencies: | |
[INFO] ------------------------------------------------------------------------ | ||
[INFO] BUILD SUCCESS | ||
[INFO] ------------------------------------------------------------------------ | ||
[INFO] Total time: 2.133 s | ||
[INFO] Finished at: 2024-05-28T21:48:33-04:00 | ||
[INFO] Total time: 0.903 s | ||
[INFO] Finished at: 2024-05-29T18:31:30-04:00 | ||
[INFO] ------------------------------------------------------------------------ | ||
|
||
----------------------------------------------------------------------------- | ||
|