Skip to content

Commit

Permalink
Merge pull request #242 from SimpleAmazonGlacierUploader/readme
Browse files Browse the repository at this point in the history
Bump dependencies
  • Loading branch information
liry authored Jul 11, 2023
2 parents 0874f92 + d1d0008 commit e5839a6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ SAGU is a single `.jar` file Glacier interface written in Java for cross-platfor
The use of Java assures that you will have access to your files regardless of your operating system when it is time
to retrieve your data.

##### Download latest binary: [GlacierUploader-0.76.0.jar](https://github.com/SimpleAmazonGlacierUploader/SAGU/releases/download/GlacierUploader-0.76.0/GlacierUploader-0.76.0.jar)
##### Download latest binary: [SAGU releases](https://github.com/SimpleAmazonGlacierUploader/SAGU/releases)

## Contributors:

Expand Down
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@
<url>scm:git:https://github.com/brianmcmichael/SAGU.git</url>
<developerConnection>scm:git:[email protected]:brianmcmichael/SAGU.git</developerConnection>
<connection>scm:git:[email protected]:brianmcmichael/SAGU.git</connection>
<tag>HEAD</tag>
</scm>
<tag>HEAD</tag>
</scm>

<developers>
<developer>
<name>Brian L. McMichael</name>
<url>https://github.com/brianmcmichael</url>
</developer>
<developer>
<name>Libor Rysavy</name>
<name>Libor Ryšavý</name>
<url>https://github.com/liry</url>
</developer>
</developers>
Expand Down Expand Up @@ -118,12 +118,12 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-glacier</artifactId>
<version>1.12.470</version>
<version>1.12.505</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.15</version>
<version>1.16.0</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
Expand All @@ -143,12 +143,12 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.15.1</version>
<version>2.15.2</version>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>7.7.1</version>
<version>7.8.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand Down

0 comments on commit e5839a6

Please sign in to comment.