Skip to content
Open
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 bookshelf/1-cloud-run/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Copyright 2019 Google LLC
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.13.0</version>
<version>2.14.0</version>
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

While version 2.14.0 addresses the security vulnerability (CVE-2024-47554), it introduced a regression in XmlStreamReader (IO-811) where encoding detection can fail in certain scenarios. Since this project targets Java 1.8, it is recommended to upgrade to version 2.16.1, which is the latest version compatible with Java 8 and includes the fix for this regression as well as other stability improvements.

Suggested change
<version>2.14.0</version>
<version>2.16.1</version>

</dependency>
</dependencies>

Expand Down