Skip to content

Commit 8651afb

Browse files
Dependabot Bump (#63)
* Bump io.openliberty.tools:liberty-gradle-plugin in /start/ear Bumps [io.openliberty.tools:liberty-gradle-plugin](https://github.com/OpenLiberty/ci.gradle) from 3.9.3 to 3.9.4. - [Release notes](https://github.com/OpenLiberty/ci.gradle/releases) - [Commits](OpenLiberty/ci.gradle@liberty-gradle-plugin-3.9.3...liberty-gradle-plugin-3.9.4) --- updated-dependencies: - dependency-name: io.openliberty.tools:liberty-gradle-plugin dependency-version: 3.9.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump io.openliberty.tools:liberty-gradle-plugin in /finish/ear Bumps [io.openliberty.tools:liberty-gradle-plugin](https://github.com/OpenLiberty/ci.gradle) from 3.9.3 to 3.9.4. - [Release notes](https://github.com/OpenLiberty/ci.gradle/releases) - [Commits](OpenLiberty/ci.gradle@liberty-gradle-plugin-3.9.3...liberty-gradle-plugin-3.9.4) --- updated-dependencies: - dependency-name: io.openliberty.tools:liberty-gradle-plugin dependency-version: 3.9.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump org.junit:junit-bom from 5.13.0 to 5.13.2 in /finish Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 5.13.0 to 5.13.2. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.0...r5.13.2) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 5.13.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ae84a86 commit 8651afb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

finish/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ subprojects {
2828
}
2929

3030
dependencies {
31-
testImplementation platform('org.junit:junit-bom:5.13.0')
31+
testImplementation platform('org.junit:junit-bom:5.13.2')
3232
testImplementation 'org.junit.jupiter:junit-jupiter'
3333
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
3434
}

finish/ear/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ buildscript {
1717
}
1818
}
1919
dependencies {
20-
classpath 'io.openliberty.tools:liberty-gradle-plugin:3.9.3'
20+
classpath 'io.openliberty.tools:liberty-gradle-plugin:3.9.4'
2121
}
2222
}
2323

start/ear/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ buildscript {
1010
}
1111
}
1212
dependencies {
13-
classpath 'io.openliberty.tools:liberty-gradle-plugin:3.9.3'
13+
classpath 'io.openliberty.tools:liberty-gradle-plugin:3.9.4'
1414
}
1515
}

0 commit comments

Comments
 (0)