Skip to content

Commit

Permalink
Merge pull request #175 from OpenLiberty/staging
Browse files Browse the repository at this point in the history
Merge staging to prod - Dependabot Bump
  • Loading branch information
gkwan-ibm authored Jan 9, 2025
2 parents c304bf9 + 0e0d780 commit 53c316d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions finish/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ buildscript {
}
dependencies {
// tag::liberty-dependency[]
classpath 'io.openliberty.tools:liberty-gradle-plugin:3.9.1'
classpath 'io.openliberty.tools:liberty-gradle-plugin:3.9.2'
// end::liberty-dependency[]
}
}
Expand All @@ -46,7 +46,7 @@ dependencies {
// test dependencies
// tag::testimplementation[]
// tag::junit[]
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.3'
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4'
// end::junit[]
// tag::commons[]
testImplementation 'org.apache.httpcomponents.client5:httpclient5:5.4.1'
Expand Down

0 comments on commit 53c316d

Please sign in to comment.