jooby-project / jooby

The modular web framework for Java and Kotlin
https://jooby.io
Apache License 2.0
1.7k stars 199 forks source link

build(deps): bump the dependencies group with 19 updates #3481

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the dependencies group with 19 updates:

Package From To
io.netty:netty-bom 4.1.111.Final 4.1.112.Final
io.netty:netty-common 4.1.111.Final 4.1.112.Final
io.netty:netty-buffer 4.1.111.Final 4.1.112.Final
io.netty:netty-handler 4.1.111.Final 4.1.112.Final
io.netty:netty-transport 4.1.111.Final 4.1.112.Final
io.netty:netty-transport-native-epoll 4.1.111.Final 4.1.112.Final
io.netty:netty-codec-http 4.1.111.Final 4.1.112.Final
io.netty:netty-codec-http2 4.1.111.Final 4.1.112.Final
io.netty:netty-transport-native-kqueue 4.1.111.Final 4.1.112.Final
com.amazonaws:aws-java-sdk-bom 1.12.761 1.12.762
io.avaje:avaje-inject 10.0 10.1
io.avaje:avaje-inject-generator 10.0 10.1
io.undertow:undertow-core 2.3.14.Final 2.3.15.Final
org.codehaus.mojo:versions-maven-plugin 2.17.0 2.17.1
org.apache.maven.plugins:maven-javadoc-plugin 3.7.0 3.8.0
commons-codec:commons-codec 1.17.0 1.17.1
org.apache.commons:commons-lang3 3.14.0 3.15.0
org.jline:jline 3.26.2 3.26.3
org.jline:jline-terminal-jna 3.26.2 3.26.3

Updates io.netty:netty-bom from 4.1.111.Final to 4.1.112.Final

Commits
  • ebe2aa5 [maven-release-plugin] prepare release netty-4.1.112.Final
  • 5e2d384 Only include scopeId on link-local addresses when using native transport (#14...
  • 5c0b0d5 Validate HTTP version while decoding (#14187)
  • b360abc Allow HTTP responses without reason-phrase (#14183)
  • a6bf424 ScheduledFutureTask: avoid invoke system clock again (#14162)
  • 3881103 Fix checkstyle errors introduced by fixing merge conflicts
  • 3c06dd6 Reject request if NUL is present in the request line (#14180)
  • e6a78dd Don't strip whitespaces from header names and let the validator handl… (#14179)
  • c5d3d72 Reject http header values with non SP / HTAB chars (#14178)
  • d05af24 Fix potential DNS cache invalidation across different EventLoops (#14147)
  • Additional commits viewable in compare view


Updates io.netty:netty-common from 4.1.111.Final to 4.1.112.Final

Commits
  • ebe2aa5 [maven-release-plugin] prepare release netty-4.1.112.Final
  • 5e2d384 Only include scopeId on link-local addresses when using native transport (#14...
  • 5c0b0d5 Validate HTTP version while decoding (#14187)
  • b360abc Allow HTTP responses without reason-phrase (#14183)
  • a6bf424 ScheduledFutureTask: avoid invoke system clock again (#14162)
  • 3881103 Fix checkstyle errors introduced by fixing merge conflicts
  • 3c06dd6 Reject request if NUL is present in the request line (#14180)
  • e6a78dd Don't strip whitespaces from header names and let the validator handl… (#14179)
  • c5d3d72 Reject http header values with non SP / HTAB chars (#14178)
  • d05af24 Fix potential DNS cache invalidation across different EventLoops (#14147)
  • Additional commits viewable in compare view


Updates io.netty:netty-buffer from 4.1.111.Final to 4.1.112.Final

Commits
  • ebe2aa5 [maven-release-plugin] prepare release netty-4.1.112.Final
  • 5e2d384 Only include scopeId on link-local addresses when using native transport (#14...
  • 5c0b0d5 Validate HTTP version while decoding (#14187)
  • b360abc Allow HTTP responses without reason-phrase (#14183)
  • a6bf424 ScheduledFutureTask: avoid invoke system clock again (#14162)
  • 3881103 Fix checkstyle errors introduced by fixing merge conflicts
  • 3c06dd6 Reject request if NUL is present in the request line (#14180)
  • e6a78dd Don't strip whitespaces from header names and let the validator handl… (#14179)
  • c5d3d72 Reject http header values with non SP / HTAB chars (#14178)
  • d05af24 Fix potential DNS cache invalidation across different EventLoops (#14147)
  • Additional commits viewable in compare view


Updates io.netty:netty-handler from 4.1.111.Final to 4.1.112.Final

Commits
  • ebe2aa5 [maven-release-plugin] prepare release netty-4.1.112.Final
  • 5e2d384 Only include scopeId on link-local addresses when using native transport (#14...
  • 5c0b0d5 Validate HTTP version while decoding (#14187)
  • b360abc Allow HTTP responses without reason-phrase (#14183)
  • a6bf424 ScheduledFutureTask: avoid invoke system clock again (#14162)
  • 3881103 Fix checkstyle errors introduced by fixing merge conflicts
  • 3c06dd6 Reject request if NUL is present in the request line (#14180)
  • e6a78dd Don't strip whitespaces from header names and let the validator handl… (#14179)
  • c5d3d72 Reject http header values with non SP / HTAB chars (#14178)
  • d05af24 Fix potential DNS cache invalidation across different EventLoops (#14147)
  • Additional commits viewable in compare view


Updates io.netty:netty-transport from 4.1.111.Final to 4.1.112.Final

Commits
  • ebe2aa5 [maven-release-plugin] prepare release netty-4.1.112.Final
  • 5e2d384 Only include scopeId on link-local addresses when using native transport (#14...
  • 5c0b0d5 Validate HTTP version while decoding (#14187)
  • b360abc Allow HTTP responses without reason-phrase (#14183)
  • a6bf424 ScheduledFutureTask: avoid invoke system clock again (#14162)
  • 3881103 Fix checkstyle errors introduced by fixing merge conflicts
  • 3c06dd6 Reject request if NUL is present in the request line (#14180)
  • e6a78dd Don't strip whitespaces from header names and let the validator handl… (#14179)
  • c5d3d72 Reject http header values with non SP / HTAB chars (#14178)
  • d05af24 Fix potential DNS cache invalidation across different EventLoops (#14147)
  • Additional commits viewable in compare view


Updates io.netty:netty-transport-native-epoll from 4.1.111.Final to 4.1.112.Final

Commits
  • ebe2aa5 [maven-release-plugin] prepare release netty-4.1.112.Final
  • 5e2d384 Only include scopeId on link-local addresses when using native transport (#14...
  • 5c0b0d5 Validate HTTP version while decoding (#14187)
  • b360abc Allow HTTP responses without reason-phrase (#14183)
  • a6bf424 ScheduledFutureTask: avoid invoke system clock again (#14162)
  • 3881103 Fix checkstyle errors introduced by fixing merge conflicts
  • 3c06dd6 Reject request if NUL is present in the request line (#14180)
  • e6a78dd Don't strip whitespaces from header names and let the validator handl… (#14179)
  • c5d3d72 Reject http header values with non SP / HTAB chars (#14178)
  • d05af24 Fix potential DNS cache invalidation across different EventLoops (#14147)
  • Additional commits viewable in compare view


Updates io.netty:netty-codec-http from 4.1.111.Final to 4.1.112.Final

Commits
  • ebe2aa5 [maven-release-plugin] prepare release netty-4.1.112.Final
  • 5e2d384 Only include scopeId on link-local addresses when using native transport (#14...
  • 5c0b0d5 Validate HTTP version while decoding (#14187)
  • b360abc Allow HTTP responses without reason-phrase (#14183)
  • a6bf424 ScheduledFutureTask: avoid invoke system clock again (#14162)
  • 3881103 Fix checkstyle errors introduced by fixing merge conflicts
  • 3c06dd6 Reject request if NUL is present in the request line (#14180)
  • e6a78dd Don't strip whitespaces from header names and let the validator handl… (#14179)
  • c5d3d72 Reject http header values with non SP / HTAB chars (#14178)
  • d05af24 Fix potential DNS cache invalidation across different EventLoops (#14147)
  • Additional commits viewable in compare view


Updates io.netty:netty-codec-http2 from 4.1.111.Final to 4.1.112.Final

Commits
  • ebe2aa5 [maven-release-plugin] prepare release netty-4.1.112.Final
  • 5e2d384 Only include scopeId on link-local addresses when using native transport (#14...
  • 5c0b0d5 Validate HTTP version while decoding (#14187)
  • b360abc Allow HTTP responses without reason-phrase (#14183)
  • a6bf424 ScheduledFutureTask: avoid invoke system clock again (#14162)
  • 3881103 Fix checkstyle errors introduced by fixing merge conflicts
  • 3c06dd6 Reject request if NUL is present in the request line (#14180)
  • e6a78dd Don't strip whitespaces from header names and let the validator handl… (#14179)
  • c5d3d72 Reject http header values with non SP / HTAB chars (#14178)
  • d05af24 Fix potential DNS cache invalidation across different EventLoops (#14147)
  • Additional commits viewable in compare view


Updates io.netty:netty-transport-native-kqueue from 4.1.111.Final to 4.1.112.Final

Commits
  • ebe2aa5 [maven-release-plugin] prepare release netty-4.1.112.Final
  • 5e2d384 Only include scopeId on link-local addresses when using native transport (#14...
  • 5c0b0d5 Validate HTTP version while decoding (#14187)
  • b360abc Allow HTTP responses without reason-phrase (#14183)
  • a6bf424 ScheduledFutureTask: avoid invoke system clock again (#14162)
  • 3881103 Fix checkstyle errors introduced by fixing merge conflicts
  • 3c06dd6 Reject request if NUL is present in the request line (#14180)
  • e6a78dd Don't strip whitespaces from header names and let the validator handl… (#14179)
  • c5d3d72 Reject http header values with non SP / HTAB chars (#14178)
  • d05af24 Fix potential DNS cache invalidation across different EventLoops (#14147)
  • Additional commits viewable in compare view


Updates com.amazonaws:aws-java-sdk-bom from 1.12.761 to 1.12.762

Changelog

Sourced from com.amazonaws:aws-java-sdk-bom's changelog.

1.12.762 2024-07-18

AWS Certificate Manager Private Certificate Authority

  • Features

    • Fix broken waiters for the acm-pca client. Waiters broke in version 1.13.144 of the Boto3 SDK.

AWS Elemental MediaLive

  • Features

    • AWS Elemental MediaLive now supports the SRT protocol via the new SRT Caller input type.

AWS Secrets Manager

  • Features

    • Doc only update for Secrets Manager

Amazon Connect Service

  • Features

    • Amazon Connect expands search API coverage for additional resources. Search for hierarchy groups by name, ID, tag, or other criteria (new endpoint). Search for agent statuses by name, ID, tag, or other criteria (new endpoint). Search for users by their assigned proficiencies (enhanced endpoint)

Amazon Elastic Compute Cloud

  • Features

    • Amazon VPC IP Address Manager (IPAM) now supports Bring-Your-Own-IP (BYOIP) for IP addresses registered with any Internet Registry. This feature uses DNS TXT records to validate ownership of a public IP address range.

Amazon Interactive Video Service Chat

  • Features

    • Documentation update for IVS Chat API Reference.

Amazon Kinesis Firehose

  • Features

    • This release 1) Add configurable buffering hints for Snowflake as destination. 2) Add ReadFromTimestamp for MSK As Source. Firehose will start reading data from MSK Cluster using offset associated with this timestamp. 3) Gated public beta release to add Apache Iceberg tables as destination.

Amazon Relational Database Service

  • Features

    • Updates Amazon RDS documentation to specify an eventual consistency model for DescribePendingMaintenanceActions.

Amazon SageMaker Service

  • Features

    • SageMaker Training supports R5, T3 and R5D instances family. And SageMaker Processing supports G5 and R5D instances family.

Amazon Timestream Query

  • Features

    • Doc-only update for TimestreamQuery. Added guidance about the accepted valid value for the QueryPricingModel parameter.

Amazon WorkSpaces Thin Client

  • Features

    • Documentation update for WorkSpaces Thin Client.

Tax Settings

  • Features

    • Set default endpoint for aws partition. Requests from all regions in aws partition will be forward to us-east-1 endpoint.
Commits


Updates io.avaje:avaje-inject from 10.0 to 10.1

Commits
  • eb286a7 Version 10.1
  • 8613c11 [Generator] Refactor Metadata Parsing (#646)
  • 116cbe4 Validate Qualifiers at compile time (#645)
  • 805d62b Merge pull request #643 from avaje/dependabot/maven/io.avaje-avaje-jsonb-2.0
  • 7dbe0eb Bump io.avaje:avaje-jsonb from 1.12 to 2.0
  • 43a1beb Merge pull request #642 from avaje/dependabot/maven/io.avaje-avaje-http-api-2.7
  • 6e6bfc6 Bump io.avaje:avaje-http-api from 2.6 to 2.7
  • See full diff in compare view


Updates io.avaje:avaje-inject-generator from 10.0 to 10.1

Updates io.avaje:avaje-inject-generator from 10.0 to 10.1

Updates io.undertow:undertow-core from 2.3.14.Final to 2.3.15.Final

Commits
  • 3179d79 Prepare 2.3.15.Final
  • 318faf3 Merge pull request #1640 from fl4via/backport-fixes-2.3.x
  • 1e2560d Merge pull request #1637 from fl4via/UNDERTOW-2418_2.3.x
  • b7a5833 Merge pull request #1627 from baranowb/UNDERTOW-2033_2.3.x
  • a03e518 [UNDERTOW-2382] CVE-2024-3653 Create system properties for configuring learni...
  • 6b8e79c [UNDERTOW-2382] Switch to LRUCache to store entries in cache in LearningPushH...
  • 1418733 [UNDERTOW-2413] CVE-2024-5971 At SslConduit.wrapAndFlip, make sure all the co...
  • b59fbcd [UNDERTOW-2418] Adjust properly session timeout also in case when FORM is com...
  • 297da38 Merge pull request #1630 from baranowb/UNDERTOW-2343_2.3.x
  • fcaa1e2 Merge pull request #1634 from baranowb/UNDERTOW-2046_2.3.x
  • Additional commits viewable in compare view


Updates io.netty:netty-common from 4.1.111.Final to 4.1.112.Final

Commits
  • ebe2aa5 [maven-release-plugin] prepare release netty-4.1.112.Final
  • 5e2d384 Only include scopeId on link-local addresses when using native transport (#14...
  • 5c0b0d5 Validate HTTP version while decoding (#14187)
  • b360abc Allow HTTP responses without reason-phrase (#14183)
  • a6bf424 ScheduledFutureTask: avoid invoke system clock again (#14162)
  • 3881103 Fix checkstyle errors introduced by fixing merge conflicts
  • 3c06dd6 Reject request if NUL is present in the request line (#14180)
  • e6a78dd Don't strip whitespaces from header names and let the validator handl… (#14179)
  • c5d3d72 Reject http header values with non SP / HTAB chars (#14178)
  • d05af24 Fix potential DNS cache invalidation across different EventLoops (#14147)
  • Additional commits viewable in compare view


Updates io.netty:netty-buffer from 4.1.111.Final to 4.1.112.Final

Commits
  • ebe2aa5 [maven-release-plugin] prepare release netty-4.1.112.Final
  • 5e2d384 Only include scopeId on link-local addresses when using native transport (#14...
  • 5c0b0d5 Validate HTTP version while decoding (#14187)
  • b360abc Allow HTTP responses without reason-phrase (#14183)
  • a6bf424 ScheduledFutureTask: avoid invoke system clock again (#14162)
  • 3881103 Fix checkstyle errors introduced by fixing merge conflicts
  • 3c06dd6 Reject request if NUL is present in the request line (#14180)
  • e6a78dd Don't strip whitespaces from header names and let the validator handl… (#14179)
  • c5d3d72 Reject http header values with non SP / HTAB chars (#14178)
  • d05af24 Fix potential DNS cache invalidation across different EventLoops (#14147)
  • Additional commits viewable in compare view


Updates io.netty:netty-handler from 4.1.111.Final to 4.1.112.Final

Commits
  • ebe2aa5 [maven-release-plugin] prepare release netty-4.1.112.Final
  • 5e2d384 Only include scopeId on link-local addresses when using native transport (#14...
  • 5c0b0d5 Validate HTTP version while decoding (#14187)
  • b360abc Allow HTTP responses without reason-phrase (#14183)
  • a6bf424 ScheduledFutureTask: avoid invoke system clock again (#14162)
  • 3881103 Fix checkstyle errors introduced by fixing merge conflicts
  • 3c06dd6 Reject request if NUL is present in the request line (#14180)
  • e6a78dd Don't strip whitespaces from header names and let the validator handl… (#14179)
  • c5d3d72 Reject http header values with non SP / HTAB chars (#14178)
  • d05af24 Fix potential DNS cache invalidation across different EventLoops (#14147)
  • Additional commits viewable in compare view


Updates io.netty:netty-transport from 4.1.111.Final to 4.1.112.Final

Commits
  • ebe2aa5 [maven-release-plugin] prepare release netty-4.1.112.Final
  • 5e2d384 Only include scopeId on link-local addresses when using native transport (#14...
  • 5c0b0d5 Validate HTTP version while decoding (#14187)
  • b360abc Allow HTTP responses without reason-phrase (#14183)
  • a6bf424 ScheduledFutureTask: avoid invoke system clock again (#14162)
  • 3881103 Fix checkstyle errors introduced by fixing merge conflicts
  • 3c06dd6 Reject request if NUL is present in the request line (#14180)
  • e6a78dd Don't strip whitespaces from header names and let the validator handl… (#14179)
  • c5d3d72 Reject http header values with non SP / HTAB chars (#14178)
  • d05af24 Fix potential DNS cache invalidation across different EventLoops (#14147)
  • Additional commits viewable in compare view


Updates io.netty:netty-transport-native-epoll from 4.1.111.Final to 4.1.112.Final

Commits
  • ebe2aa5 [maven-release-plugin] prepare release netty-4.1.112.Final
  • 5e2d384 Only include scopeId on link-local addresses when using native transport (#14...
  • 5c0b0d5 Validate HTTP version while decoding (#14187)
  • b360abc Allow HTTP responses without reason-phrase (#14183)
  • a6bf424 ScheduledFutureTask: avoid invoke system clock again (#14162)
  • 3881103 Fix checkstyle errors introduced by fixing merge conflicts
  • 3c06dd6 Reject request if NUL is present in the request line (#14180)
  • e6a78dd Don't strip whitespaces from header names and let the validator handl… (#14179)
  • c5d3d72 Reject http header values with non SP / HTAB chars (#14178)
  • d05af24 Fix potential DNS cache invalidation across different EventLoops (#14147)
  • Additional commits viewable in compare view


Updates io.netty:netty-codec-http from 4.1.111.Final to 4.1.112.Final

Commits
  • ebe2aa5 [maven-release-plugin] prepare release netty-4.1.112.Final
  • 5e2d384 Only include scopeId on link-local addresses when using native transport (#14...
  • 5c0b0d5 Validate HTTP version while decoding (#14187)
  • b360abc Allow HTTP responses without reason-phrase (#14183)
  • a6bf424 ScheduledFutureTask: avoid invoke system clock again (#14162)
  • 3881103 Fix checkstyle errors introduced by fixing merge conflicts
  • 3c06dd6 Reject request if NUL is present in the request line (#14180)
  • e6a78dd Don't strip whitespaces from header names and let the validator handl… (#14179)
  • c5d3d72 Reject http header values with non SP / HTAB chars (#14178)
  • d05af24 Fix potential DNS cache invalidation across different EventLoops (#14147)
  • Additional commits viewable in compare view


Updates org.codehaus.mojo:versions-maven-plugin from 2.17.0 to 2.17.1

Release notes

Sourced from org.codehaus.mojo:versions-maven-plugin's releases.

2.17.1

Changes

🐛 Bug Fixes

📦 Dependency updates

👻 Maintenance

Commits
  • 0b79444 [maven-release-plugin] prepare release 2.17.1
  • 2efe05f Extract Pattern.compile to static variable
  • 8321211 Revert #1051 - fix #1110, #1103
  • 9fb2951 Bump byteBuddyVersion from 1.14.17 to 1.14.18
  • 65309e8 Improve ITs for set goal
  • 2a696ac Remove default values from invoker.properties
  • 1383503 Bump org.codehaus.plexus:plexus-archiver from 4.9.2 to 4.10.0
  • 9e445db Remove default value for invoker.buildResult
  • 5ddc194 Improve ITs for set goal
  • 13242ee Fix includeParent field value not matching Parameter#defaultValue
  • Additional commits viewable in compare view


Updates org.apache.maven.plugins:maven-javadoc-plugin from 3.7.0 to 3.8.0

Commits
  • 621cba6 [maven-release-plugin] prepare release maven-javadoc-plugin-3.8.0
  • eab964c [MJAVADOC-603] javadoc:fix failure on JDK10: java.lang.ClassNotFoundException...
  • 0a26a7e Update since tags
  • 08205b1 Add compile step for MJAVADOC-365 IT
  • 4c8ca8e [MJAVADOC-804] Remove temporary directories created by tests
  • 91369fa [MJAVADOC-775] Option 'taglets/taglet/tagletpath' ignored when pointing to a JAR
  • be2fa20 [MJAVADOC-783] Invalid path when using TagletArtifact and TagletPath
  • 3eb47c5 [MJAVADOC-791] maven-javadoc-plugin not working correctly together with maven...
  • d3afd39 [MJAVADOC-803] Add default parameter to force root locale
  • 4904e08 [MJAVADOC-802] Set default value of defaultAuthor parameter in fix goals to $...
  • Additional commits viewable in compare view


Updates io.netty:netty-codec-http2 from 4.1.111.Final to 4.1.112.Final

Commits
  • ebe2aa5 [maven-release-plugin] prepare release netty-4.1.112.Final
  • 5e2d384 Only include scopeId on link-local addresses when using native transport (#14...
  • 5c0b0d5 Validate HTTP version while decoding (#14187)
  • b360abc Allow HTTP responses without reason-phrase (#14183)
  • a6bf424 ScheduledFutureTask: avoid invoke system clock again (#14162)
  • 3881103 Fix checkstyle errors introduced by fixing merge conflicts
  • 3c06dd6 Reject request if NUL is present in the request line (#14180)
  • e6a78dd Don't strip whitespaces from header names and let the validator handl… (#14179)
  • c5d3d72 Reject http header values with non SP / HTAB chars (#14178)
  • d05af24 Fix potential DNS cache invalidation across different EventLoops (#14147)
  • Additional commits viewable in compare view


Updates io.netty:netty-transport-native-kqueue from 4.1.111.Final to 4.1.112.Final

Commits
  • ebe2aa5 [maven-release-plugin] prepare release netty-4.1.112.Final
  • 5e2d384 Only include scopeId on link-local addresses when using native transport (#14...
  • 5c0b0d5 Validate HTTP version while decoding (#14187)
  • b360abc Allow HTTP responses without reason-phrase (#14183)
  • a6bf424 ScheduledFutureTask: avoid invoke system clock again (#14162)
  • 3881103 Fix checkstyle errors introduced by fixing merge conflicts
  • 3c06dd6 Reject request if NUL is present in the request line (#14180)
  • e6a78dd Don't strip whitespaces from header names and let the validator handl… (#14179)
  • c5d3d72 Reject http header values with non SP / HTAB chars (#14178)
  • d05af24 Fix potential DNS cache invalidation across different EventLoops (#14147)
  • Additional commits viewable in compare view


Updates commons-codec:commons-codec from 1.17.0 to 1.17.1

Changelog

Sourced from commons-codec:commons-codec's changelog.

Apache Commons Codec 1.17.1 RELEASE NOTES

The Apache Commons Codec component contains encoders and decoders for various formats such as Base16, Base32, Base64, digest, and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities.

Feature and fix release. Requires a minimum of Java 8.

Fixed Bugs

  •         Md5Crypt now throws IllegalArgumentException on an invalid prefix. Thanks to Gary Gregory.
    

Changes

  •         Bump org.apache.commons:commons-parent from 69 to 71 [#286](https://github.com/apache/commons-codec/issues/286). Thanks to Gary Gregory.
    
  •         Bump org.codehaus.mojo:animal-sniffer-maven-plugin from 1.23 to 1.24 [#293](https://github.com/apache/commons-codec/issues/293). Thanks to Dependabot.
    
  •         Bump org.codehaus.mojo:taglist-maven-plugin from 3.0.0 to 3.1.0 [#292](https://github.com/apache/commons-codec/issues/292). Thanks to Dependabot.
    

For complete information on Apache Commons Codec, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Commons Codec website:

https://commons.apache.org/proper/commons-codec/

Download page: https://commons.apache.org/proper/commons-codec/download_codec.cgi


Commits