Skip to content
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

Bump org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0 #433

Merged
Merged
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 build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import static org.owasp.dependencycheck.reporting.ReportGenerator.Format.HTML

Check warning on line 1 in build.gradle

View workflow job for this annotation

GitHub Actions / OWASP check

CVE-2023-45960

Dependency: "org.dom4j:dom4j:2.1.4" Description: An issue in dom4.j org.dom4.io.SAXReader v.2.1.4 and before allows a remote attacker to obtain sensitive information via the setFeature function. NOTE: the vendor and original reporter indicate that this is not a vulnerability because setFeature only sets features, which "can be safe in one case and unsafe in another."

Check warning on line 1 in build.gradle

View workflow job for this annotation

GitHub Actions / OWASP check

CVE-2023-2976

Dependency: "com.google.guava:guava:30.1.1-jre" Description: Use of Java's default temporary directory for file creation in `FileBackedOutputStream` in Google Guava versions 1.0 to 31.1 on Unix systems and Android Ice Cream Sandwich allows other users and apps on the machine with access to the default Java temporary directory to be able to access the files created by the class. Even though the security vulnerability is fixed in version 32.0.0, we recommend using version 32.0.1 as version 32.0.0 breaks some functionality under Windows.
import static org.owasp.dependencycheck.reporting.ReportGenerator.Format.JSON

buildscript {
Expand Down Expand Up @@ -80,7 +80,7 @@
dependencies {
compileOnly 'org.projectlombok:lombok:1.18.30'
implementation 'javax.measure:unit-api:2.2'
implementation 'org.apache.commons:commons-lang3:3.13.0'
implementation 'org.apache.commons:commons-lang3:3.14.0'
implementation 'org.slf4j:slf4j-api:2.0.9'
implementation 'org.jetbrains:annotations:24.1.0'
annotationProcessor 'org.projectlombok:lombok:1.18.30'
Expand Down
Loading