Upgrade commons-io to 2.17.0 (#17227)

This commit is contained in:
Shivam Garg 2024-10-04 13:26:56 +05:30 committed by GitHub
parent e41648f5bf
commit 93b5a8326b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 6 additions and 20 deletions

View File

@ -50,8 +50,8 @@ import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.io.TempDir; import org.junit.jupiter.api.io.TempDir;
import java.io.File; import java.io.File;
import java.io.IOException;
import java.io.InputStream; import java.io.InputStream;
import java.io.UncheckedIOException;
import java.nio.charset.StandardCharsets; import java.nio.charset.StandardCharsets;
import java.nio.file.Path; import java.nio.file.Path;
import java.nio.file.Paths; import java.nio.file.Paths;
@ -147,7 +147,7 @@ public class DruidPeonClientIntegrationTest
.map(Integer::parseInt) .map(Integer::parseInt)
.collect(Collectors.toList())); .collect(Collectors.toList()));
} }
catch (IOException e) { catch (UncheckedIOException e) {
throw new RuntimeException(e); throw new RuntimeException(e);
} }
}); });

View File

@ -35,7 +35,7 @@
</parent> </parent>
<properties> <properties>
<commons-io.version>2.11.0</commons-io.version> <commons-io.version>2.17.0</commons-io.version>
<okio.version>3.6.0</okio.version> <okio.version>3.6.0</okio.version>
</properties> </properties>

View File

@ -546,13 +546,13 @@ name: Apache Commons IO
license_category: binary license_category: binary
module: java-core module: java-core
license_name: Apache License version 2.0 license_name: Apache License version 2.0
version: 2.11.0 version: 2.17.0
libraries: libraries:
- commons-io: commons-io - commons-io: commons-io
notices: notices:
- commons-io: | - commons-io: |
Apache Commons IO Apache Commons IO
Copyright 2002-2021 The Apache Software Foundation Copyright 2002-2024 The Apache Software Foundation
--- ---
@ -2521,20 +2521,6 @@ notices:
--- ---
name: Apache Commons IO
license_category: binary
module: hadoop-client
license_name: Apache License version 2.0
version: 2.4
libraries:
- commons-io: commons-io
notices:
- commons-io: |
Apache Commons IO
Copyright 2002-2012 The Apache Software Foundation
---
name: Apache Commons Logging name: Apache Commons Logging
license_category: binary license_category: binary
module: hadoop-client module: hadoop-client

View File

@ -294,7 +294,7 @@
<dependency> <dependency>
<groupId>commons-io</groupId> <groupId>commons-io</groupId>
<artifactId>commons-io</artifactId> <artifactId>commons-io</artifactId>
<version>2.11.0</version> <version>2.17.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>commons-logging</groupId> <groupId>commons-logging</groupId>