Skip to content

Upgrade dnsjava:dnsjava to 3.6.2 for CVE-2023-50387. #6401

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/aareadme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ darcula
https://github.com/bulenkov/Darcula/
- Look and Feel

dnsjava-2.1.9
dnsjava-3.6.2
-----------------
https://github.com/dnsjava/dnsjava
- DNSCacheManager
Expand Down
2 changes: 1 addition & 1 deletion src/dist/src/dist/expected_release_jars.csv
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
353322,datamodel-jvm-4.1.0.jar
98115,dec-0.1.2.jar
95287,deprecated-in-v4-jvm-4.1.0.jar
320748,dnsjava-2.1.9.jar
320748,dnsjava-3.6.2.jar
16829,error_prone_annotations-2.24.0.jar
1736381,freemarker-2.3.32.jar
32359,geronimo-jms_1.1_spec-1.1.1.jar
Expand Down
2 changes: 1 addition & 1 deletion src/licenses/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ val gatherBinaryLicenses by tasks.registering(GatherLicenseTask::class) {
// That enables to have "version-independent" MIT license in licenses/slf4j-api, and
// it would be copied provided the detected license for slf4j-api is MIT.

overrideLicense("dnsjava:dnsjava:2.1.9") {
overrideLicense("dnsjava:dnsjava:3.6.2") {
expectedLicense = SpdxLicense.BSD_2_Clause
}

Expand Down
Loading