Sourced from junit's releases.
JUnit 4.13.1
Please refer to the release notes for details.
Sourced from junit's changelog.
Summary of changes in version 4.13.1
Rules
Security fix:
TemporaryFolder
now limits access to temporary folders on Java 1.7 or laterA local information disclosure vulnerability in
TemporaryFolder
has been fixed. See the published security advisory for details.Test Runners
[Pull request #1669:](junit-team/junit#1669) Make
FrameworkField
constructor publicPrior to this change, custom runners could make
FrameworkMethod
instances, but notFrameworkField
instances. This small change allows for both now, becauseFrameworkField
's constructor has been promoted from package-private to public.
1b683f4
[maven-release-plugin] prepare release r4.13.1ce6ce3a
Draft 4.13.1 release notesc29dd82
Change version to 4.13.1-SNAPSHOT1d17486
Add a link to assertThrows in exception testing543905d
Use separate line for annotation in Javadoc510e906
Add sub headlines to class Javadoc610155b
Merge pull request from GHSA-269g-pwp5-87ppb6cfd1e
Explicitly wrap float parameter for consistency (#1671)a5d205c
Fix GitHub link in FAQ (#1672)3a5c6b4
Deprecated since jdk9 replacing constructor instance of Double and Float (#1660)