Skip to content

Commit 0986aff

Browse files
Merge pull request #21 from SendSafely/v3.1.9
v3.1.9
2 parents 827e566 + 541118e commit 0986aff

18 files changed

+28
-7
lines changed

NOTICE

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
Copyright 2015-2023 SendSafely Inc.
2+
3+
The purpose of this NOTICE.txt file is to contain notices that are
4+
required by the copyright owners of the incorporated third party components
5+
noted and the respective licenses.
6+
Some of the accompanying products have an attribution requirement
7+
and are set forth below. Other accompanying products do not require
8+
attribution, so are not listed. See also the LICENSE.txt file.
9+
10+
11+
Apache Commons IO
12+
Copyright 2002-2022 The Apache Software Foundation
13+
This product includes software developed at
14+
The Apache Software Foundation (https://www.apache.org/).
15+
16+
17+
Google Gson
18+
Copyright 2008-2011 Google Inc.
19+
This product includes software developed by
20+
Google Inc. (https://www.google.com/).
473 KB
Binary file not shown.

SampleApplication/lib/gson-2.10.1.jar

277 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.

SampleApplication/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<dependency>
1717
<groupId>com.sendsafely</groupId>
1818
<artifactId>sendsafely-java-api</artifactId>
19-
<version>3.1.8</version>
19+
<version>3.1.9</version>
2020
</dependency>
2121
</dependencies>
2222

SendSafelyAPI/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Use the following dependency in your project to grab via Maven:
66
<dependency>
77
<groupId>com.sendsafely</groupId>
88
<artifactId>sendsafely-java-api</artifactId>
9-
<version>3.1.8</version>
9+
<version>3.1.9</version>
1010
</dependency>
1111
```
1212

473 KB
Binary file not shown.

SendSafelyAPI/lib/commons-io-2.7.jar

-270 KB
Binary file not shown.

SendSafelyAPI/lib/gson-2.10.1.jar

277 KB
Binary file not shown.

0 commit comments

Comments
 (0)