Skip to content

Commit

Permalink
[CELEBORN-766][LICENSE] Upgrade notice file responding to dependency …
Browse files Browse the repository at this point in the history
…upgrading

### What changes were proposed in this pull request?

upgrade notice-binary for commons-lang and commons-io

### Why are the changes needed?
In pre prs, the following dependencies are upgraded and its' notice file are upgraded too.
Bump commons-io to 2.13.0 [[CELEBORN-743]](https://issues.apache.org/jira/projects/CELEBORN/issues/CELEBORN-743?filter=allissues)
Bump commons-lang3 to 3.12.0 [[CELEBORN-736]](https://issues.apache.org/jira/projects/CELEBORN/issues/CELEBORN-736?filter=allissues)
1. NOTICE.txt  in commons-lang3-3.12.0.jar
```
Apache Commons Lang
Copyright 2001-2021 The Apache Software Foundation
```
2. NOTICE.txt  in commons-io-2.13.0.jar
```
Apache Commons IO
Copyright 2002-2023 The Apache Software Foundation
```

### Does this PR introduce _any_ user-facing change?

no

### How was this patch tested?
manually

Closes #1681 from zhongqiangczq/notice-0705.

Authored-by: zhongqiang.czq <[email protected]>
Signed-off-by: zhongqiang.czq <[email protected]>
  • Loading branch information
zhongqiangczq committed Jul 5, 2023
1 parent 3af5c23 commit 95f0830
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NOTICE-binary
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ Apache Commons CLI
Copyright 2002-2021 The Apache Software Foundation

Apache Commons IO
Copyright 2002-2020 The Apache Software Foundation
Copyright 2002-2023 The Apache Software Foundation

Apache Commons Lang
Copyright 2001-2020 The Apache Software Foundation
Copyright 2001-2021 The Apache Software Foundation

Apache Commons Logging
Copyright 2003-2013 The Apache Software Foundation
Expand Down

0 comments on commit 95f0830

Please sign in to comment.