Skip to content

Commit bd49948

Browse files
authored
Merge branch 'main' into fix-configuration-scope
2 parents 913db0b + 7be8498 commit bd49948

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,10 @@ HTML output of the reports can be found at:
396396
HTML output of the test reports can be found at `build/reports/tests/test/index.html` and test coverage reports are
397397
found at `build/reports/jacoco/test/html/index.html`
398398

399+
## Feedback
400+
401+
We always want to hear more about how people use the package, what they like about it and how we can improve. [Your feedback](https://github.com/awslabs/aws-java-nio-spi-for-s3/discussions/606) helps us build a better product.
402+
399403
## Contributing
400404

401405
We encourage community contributions via pull requests. Please refer to our [code of conduct](./CODE_OF_CONDUCT.md) and

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,15 @@ sourceSets {
5454
dependencies {
5555
implementation 'io.reactivex.rxjava3:rxjava:3.1.10'
5656

57-
implementation platform('software.amazon.awssdk:bom:2.29.45')
57+
implementation platform('software.amazon.awssdk:bom:2.30.2')
5858

5959
implementation('software.amazon.awssdk:s3') {
6060
exclude group: 'software.amazon.awssdk', module: 'apache-client'
6161
}
6262
implementation('software.amazon.awssdk:s3-transfer-manager') {
6363
exclude group: 'software.amazon.awssdk', module: 'apache-client'
6464
}
65-
implementation 'software.amazon.awssdk.crt:aws-crt:0.33.7'
65+
implementation 'software.amazon.awssdk.crt:aws-crt:0.33.9'
6666
implementation 'org.slf4j:slf4j-api:2.0.16'
6767
implementation 'com.github.ben-manes.caffeine:caffeine:3.1.8'
6868

@@ -146,7 +146,7 @@ testing {
146146
}
147147
}
148148
dependencies {
149-
implementation 'org.assertj:assertj-core:3.27.2'
149+
implementation 'org.assertj:assertj-core:3.27.3'
150150
implementation 'org.mockito:mockito-core:5.15.2'
151151
implementation 'org.mockito:mockito-junit-jupiter:5.15.2'
152152
implementation 'com.github.stefanbirkner:system-lambda:1.2.1'

0 commit comments

Comments
 (0)