Skip to content

Commit 3c1db82

Browse files
authored
Merge pull request #64 from OpenLiberty/staging
Merge staging to prod - Dependabot Bump
2 parents 626c4b5 + f4a5dbe commit 3c1db82

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)