Skip to content

Commit 5cdaff5

Browse files
authored
Merge branch 'main' into dependabot/gradle/service/com.arcmutate-base-1.4.0
2 parents dab763a + 958ab02 commit 5cdaff5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

service/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencies {
5050
implementation 'org.springframework.boot:spring-boot-starter-logging'
5151

5252
// Infrastructure
53-
implementation 'software.amazon.awssdk:s3:2.31.11'
53+
implementation 'software.amazon.awssdk:s3:2.31.16'
5454
implementation ('com.azure:azure-storage-blob:12.30.0')
5555
implementation 'org.apache.qpid:qpid-jms-client:2.6.1'
5656

@@ -72,9 +72,8 @@ dependencies {
7272
testImplementation 'com.squareup.okhttp3:okhttp:4.12.0'
7373
testImplementation 'com.squareup.okhttp3:mockwebserver:4.12.0'
7474
testImplementation 'io.findify:s3mock_2.13:0.2.6'
75-
7675
pitest 'com.arcmutate:base:1.4.0'
77-
pitest 'com.arcmutate:pitest-git-plugin:2.1.0'
76+
pitest 'com.arcmutate:pitest-git-plugin:2.2.1'
7877
}
7978

8079
test {

0 commit comments

Comments
 (0)