-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AWS SDK for Java version numbers from 1.9.5 to 1.10.31 are incompatible with TLS 1.3. https://aws.amazon.com/blogs/developer/tls-1-3-incompatibility-with-aws-sdk-for-java-versions-1-9-5-to-1-10-31/
- Loading branch information
Showing
4 changed files
with
56 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
~ Simple Amazon Glacier Uploader - GUI client for Amazon Glacier | ||
~ Copyright (C) 2012-2022 Brian L. McMichael, Libor Rysavy and other contributors | ||
~ | ||
~ This program is free software licensed under GNU General Public License | ||
~ found in the LICENSE file in the root directory of this source tree. | ||
--> | ||
|
||
<ruleset xmlns="http://mojo.codehaus.org/versions-maven-plugin/rule/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" comparisonMethod="maven" xsi:schemaLocation="http://mojo.codehaus.org/versions-maven-plugin/rule/2.0.0 https://mojo.codehaus.org/versions-maven-plugin/xsd/rule-2.0.0.xsd"> | ||
<ignoreVersions> | ||
<ignoreVersion type="regex">.*[aA]lpha.*</ignoreVersion> | ||
<ignoreVersion type="regex">.*[bB]eta.*</ignoreVersion> | ||
<ignoreVersion type="regex">.*withdebug.*</ignoreVersion> | ||
</ignoreVersions> | ||
<rules> | ||
<rule groupId="commons-codec"> | ||
<ignoreVersions> | ||
<ignoreVersion type="regex">200.*</ignoreVersion> | ||
</ignoreVersions> | ||
</rule> | ||
<rule groupId="com.fasterxml.jackson.core"> | ||
<ignoreVersions> | ||
<ignoreVersion type="regex">.*-rc\d+</ignoreVersion> | ||
</ignoreVersions> | ||
</rule> | ||
</rules> | ||
</ruleset> |