Skip to content

Commit

Permalink
Merge pull request #131 from DataBiosphere/minor-versions
Browse files Browse the repository at this point in the history
[PF-2987] quality and testing library upgrades
  • Loading branch information
okotsopoulos authored Mar 12, 2024
2 parents 3f94989 + 5ad8173 commit 4cc056e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ repositories {
}

dependencies {
implementation group: 'com.diffplug.spotless', name: 'spotless-plugin-gradle', version: '6.10.0'
implementation group: 'com.diffplug.spotless', name: 'spotless-plugin-gradle', version: '6.25.0'
}
2 changes: 1 addition & 1 deletion stairway-azure/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {
implementation 'com.azure:azure-messaging-servicebus:7.14.0-beta.1'
implementation 'com.azure:azure-identity:1.10.4'

testImplementation 'org.mockito:mockito-junit-jupiter:5.7.0'
testImplementation 'org.mockito:mockito-junit-jupiter:5.11.0'
}

apply from: "$rootDir/gradle/test.gradle"
2 changes: 1 addition & 1 deletion stairway/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies {
implementation group: 'com.google.cloud', name: 'google-cloud-pubsub'

// File handling during testing
testImplementation group: 'commons-io', name: 'commons-io', version: '2.11.0'
testImplementation group: 'commons-io', name: 'commons-io', version: '2.15.1'
}

apply from: "$rootDir/gradle/test.gradle"

0 comments on commit 4cc056e

Please sign in to comment.