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:
TemporaryFoldernow limits access to temporary folders on Java 1.7 or laterA local information disclosure vulnerability in
TemporaryFolderhas been fixed. See the published security advisory for details.Test Runners
[Pull request #1669:](junit-team/junit#1669) Make
FrameworkFieldconstructor publicPrior to this change, custom runners could make
FrameworkMethodinstances, but notFrameworkFieldinstances. 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)
+
+Google [Cloud reCAPTCHA Enterprise](https://cloud.google.com/recaptcha-enterprise) defends your website against common
+web-based attacks like credential stuffing, account takeovers, and scraping and
+help prevent costly exploits from malicious human and automated actors.
+Just like reCAPTCHA v3, reCAPTCHA Enterprise will never interrupt your
+users with a challenge, so you can run it on all webpages where your customers interact with your services.
+
+These sample Java applications demonstrate how to access the Cloud reCAPTCHA Enterprise API using the
+Google Java API Client Libraries.
+
+## Prerequisites
+
+### Google Cloud Project
+
+Set up a Google Cloud project with billing enabled.
+
+### Enable the API
+
+You must [enable the Google reCAPTCHA Enterprise API](https://console.cloud.google.com/flows/enableapi?apiid=recaptchaenterprise.googleapis.com) for your project in order to use these samples.
+
+### Service account
+
+A service account with private key credentials is required to create signed bearer tokens.
+Create a [service account](https://console.cloud.google.com/iam-admin/serviceaccounts/create) and download the credentials file as JSON.
+
+### Set Environment Variables
+
+You must set your project ID and service account credentials in order to run the tests.
+
+```
+$ export GOOGLE_CLOUD_PROJECT="