Bump commons-io:commons-io from 2.11.0 to 2.12.0
2 files changed
tree: 33435bffbdf31fde981d4c2136bf89f573fcde18
  1. .github/
  2. .mvn/
  3. src/
  4. .asf.yaml
  5. .gitattributes
  6. .gitignore
  7. BUILDING.md
  8. CODE_OF_CONDUCT.md
  9. CONTRIBUTING.md
  10. LICENSE.txt
  11. mvnw
  12. mvnw.cmd
  13. NOTICE.txt
  14. pom.xml
  15. README.md
  16. README.txt
  17. RELEASE-NOTES.txt
  18. SECURITY.md
README.md

Apache Commons Compress

GitHub Actions Status Coverage Status Maven Central Javadocs CodeQL OpenSSF Scorecard Fuzzing Status

Apache Commons Compress software defines an API for working with compression and archive formats. These include: bzip2, gzip, pack200, lzma, xz, Snappy, traditional Unix Compress, DEFLATE, DEFLATE64, LZ4, Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.

Documentation

More information can be found on the Apache Commons Compress homepage. The Javadoc can be browsed. Questions related to the usage of Apache Commons Compress should be posted to the [user mailing list][ml].

Where can I get the latest release?

You can download source and binaries from our download page.

Alternatively you can pull it from the central Maven repositories:

<dependency>
  <groupId>org.apache.commons</groupId>
  <artifactId>commons-compress</artifactId>
  <version>1.23.0</version>
</dependency>

Contributing

We accept Pull Requests via GitHub. The developer mailing list is the main channel of communication for contributors. There are some guidelines which will make applying PRs easier for us:

  • No tabs! Please use spaces for indentation.
  • Respect the code style.
  • Create minimal diffs - disable on save actions like reformat source code or organize imports. If you feel the source code should be reformatted create a separate PR for this change.
  • Provide JUnit tests for your changes and make sure your changes don't break any existing tests by running mvn.

If you plan to contribute on a regular basis, please consider filing a contributor license agreement. You can learn more about contributing via GitHub in our contribution guidelines.

License

This code is under the Apache Licence v2.

See the NOTICE.txt file for required notices and attributions.

Donations

You like Apache Commons Compress? Then donate back to the ASF to support the development.

Additional Resources

Apache Commons Components

ComponentGitHub RepositoryApache Homepage
Apache Commons BCELcommons-bcelcommons-bcel
Apache Commons Beanutilscommons-beanutilscommons-beanutils
Apache Commons BSFcommons-bsfcommons-bsf
Apache Commons Build-plugincommons-build-plugincommons-build-plugin
Apache Commons Chaincommons-chaincommons-chain
Apache Commons CLIcommons-clicommons-cli
Apache Commons Codeccommons-codeccommons-codec
Apache Commons Collectionscommons-collectionscommons-collections
Apache Commons Compresscommons-compresscommons-compress
Apache Commons Configurationcommons-configurationcommons-configuration
Apache Commons Cryptocommons-cryptocommons-crypto
Apache Commons CSVcommons-csvcommons-csv
Apache Commons Daemoncommons-daemoncommons-daemon
Apache Commons DBCPcommons-dbcpcommons-dbcp
Apache Commons Dbutilscommons-dbutilscommons-dbutils
Apache Commons Digestercommons-digestercommons-digester
Apache Commons Emailcommons-emailcommons-email
Apache Commons Execcommons-execcommons-exec
Apache Commons Fileuploadcommons-fileuploadcommons-fileupload
Apache Commons Functorcommons-functorcommons-functor
Apache Commons Geometrycommons-geometrycommons-geometry
Apache Commons Graphcommons-graphcommons-graph
Apache Commons Imagingcommons-imagingcommons-imaging
Apache Commons IOcommons-iocommons-io
Apache Commons JCIcommons-jcicommons-jci
Apache Commons JCScommons-jcscommons-jcs
Apache Commons Jellycommons-jellycommons-jelly
Apache Commons Jexlcommons-jexlcommons-jexl
Apache Commons Jxpathcommons-jxpathcommons-jxpath
Apache Commons Langcommons-langcommons-lang
Apache Commons Loggingcommons-loggingcommons-logging
Apache Commons Mathcommons-mathcommons-math
Apache Commons Netcommons-netcommons-net
Apache Commons Numberscommons-numberscommons-numbers
Apache Commons Parentcommons-parentcommons-parent
Apache Commons Poolcommons-poolcommons-pool
Apache Commons Proxycommons-proxycommons-proxy
Apache Commons RDFcommons-rdfcommons-rdf
Apache Commons Release-plugincommons-release-plugincommons-release-plugin
Apache Commons Rngcommons-rngcommons-rng
Apache Commons Scxmlcommons-scxmlcommons-scxml
Apache Commons Signingcommons-signingcommons-signing
Apache Commons Skincommons-skincommons-skin
Apache Commons Statisticscommons-statisticscommons-statistics
Apache Commons Testingcommons-testingcommons-testing
Apache Commons Textcommons-textcommons-text
Apache Commons Validatorcommons-validatorcommons-validator
Apache Commons VFScommons-vfscommons-vfs
Apache Commons Weavercommons-weavercommons-weaver