Skip to content

Commit

Permalink
Merge pull request #499 from DataBiosphere/dependabot/gradle/main/min…
Browse files Browse the repository at this point in the history
…or-patch-dependencies-192d31c276

[WOR-1448]: Bump the minor-patch-dependencies group with 4 updates
  • Loading branch information
cahrens authored Sep 6, 2024
2 parents b1ae29c + 3e183a7 commit 8acd4d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ private void startResourceCreationFlight(String jobId, LandingZoneRequest reques
jobBuilder.submit();
}

@Disabled("Disabled due to timeouts when turning on an AKS cluster")
@Test
void createResourcesFlightDeploysProtectedDataResourcesAndDeleteIt() {
// Step 1 - create lz
Expand Down
8 changes: 4 additions & 4 deletions service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id 'com.google.cloud.tools.jib'
id 'com.srcclr.gradle'
id 'com.gorylenko.gradle-git-properties' version '2.4.2'
id "au.com.dius.pact" version "4.6.13"
id "au.com.dius.pact" version "4.6.14"
}

project.ext {
Expand All @@ -30,9 +30,9 @@ dependencies {

testImplementation 'org.springframework.boot:spring-boot-starter-test'

testImplementation 'au.com.dius.pact.consumer:junit5:4.6.13'
testImplementation("au.com.dius.pact.provider:junit5:4.6.13")
testImplementation("au.com.dius.pact.provider:junit5spring:4.6.13")
testImplementation 'au.com.dius.pact.consumer:junit5:4.6.14'
testImplementation("au.com.dius.pact.provider:junit5:4.6.14")
testImplementation("au.com.dius.pact.provider:junit5spring:4.6.14")
}

test {
Expand Down

0 comments on commit 8acd4d2

Please sign in to comment.