You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by vl...@apache.org on 2023/04/29 10:24:27 UTC

[jmeter] branch master updated: fix(deps): update dependency com.sun.mail:all to v1.6.7 (#5867)

This is an automated email from the ASF dual-hosted git repository.

vladimirsitnikov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git


The following commit(s) were added to refs/heads/master by this push:
     new e09b611691 fix(deps): update dependency com.sun.mail:all to v1.6.7 (#5867)
e09b611691 is described below

commit e09b6116918bafa59691260cf22b361779ff622e
Author: Mend Renovate <bo...@renovateapp.com>
AuthorDate: Sat Apr 29 12:24:19 2023 +0200

    fix(deps): update dependency com.sun.mail:all to v1.6.7 (#5867)
---
 src/licenses/build.gradle.kts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/licenses/build.gradle.kts b/src/licenses/build.gradle.kts
index 338c893df6..fccdbf8be8 100644
--- a/src/licenses/build.gradle.kts
+++ b/src/licenses/build.gradle.kts
@@ -140,7 +140,7 @@ val gatherBinaryLicenses by tasks.registering(GatherLicenseTask::class) {
         expectedLicense = SpdxLicense.MIT
     }
 
-    overrideLicense("com.sun.mail:all:1.5.0-b01") {
+    overrideLicense("com.sun.mail:all:1.6.7") {
         // Multiple licenses, specify explicitly
         expectedLicense = SimpleLicense("CDDL", uri("http://www.sun.com/cddl")) and SimpleLicense("GPLv2+CE", uri("https://glassfish.java.net/public/CDDL+GPL_1_1.html"))
         effectiveLicense = SpdxLicense.CDDL_1_0 and (SpdxLicense.GPL_2_0_or_later with SpdxLicenseException.Classpath_exception_2_0)