Skip to content

Commit 519b324

Browse files
bump version to 2.1.0 (#541)
1 parent d839b8a commit 519b324

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@ For example:
6969
<dependency>
7070
<groupId>software.amazon.nio.s3</groupId>
7171
<artifactId>aws-java-nio-spi-for-s3</artifactId>
72-
<version>2.0.4</version>
72+
<version>2.1.0</version>
7373
</dependency>
7474
```
7575

7676
`build.gradle(.kts)`
7777
```groovy
78-
implementation("software.amazon.nio.s3:aws-java-nio-spi-for-s3:2.0.2")
78+
implementation("software.amazon.nio.s3:aws-java-nio-spi-for-s3:2.1.0")
7979
```
8080

8181
The library heavily relies on the `crt` client from aws. It uses the [`uber`
@@ -86,10 +86,10 @@ and wide range of supported platforms.
8686
> If **size** is an **issue**, you can **exclude** the `crt` dependency from the library and import the [specific `crt` library](https://github.com/awslabs/aws-crt-java?tab=readme-ov-file#platform-specific-jars)
8787
> for your platform. For example:
8888
> ```
89-
> implementation("software.amazon.nio.s3:aws-java-nio-spi-for-s3:2.0.2") {
89+
> implementation("software.amazon.nio.s3:aws-java-nio-spi-for-s3:2.1.0") {
9090
> exclude group: 'software.amazon.awssdk.crt', module: 'aws-crt'
9191
> }
92-
> implementation 'software.amazon.awssdk.crt:aws-crt:0.29.11:linux-x86_64'
92+
> implementation 'software.amazon.awssdk.crt:aws-crt:0.31.1:linux-x86_64'
9393
> ```
9494
9595
### Java compatibility

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ repositories {
2626

2727
group = 'software.amazon.nio.s3'
2828
archivesBaseName = 'nio-spi-for-s3'
29-
version = '2.0.5'
29+
version = '2.1.0'
3030

3131
java {
3232
withSourcesJar()

0 commit comments

Comments
 (0)