Skip to content

Commit 3b1b32c

Browse files
Dependabot Bump (#12)
* Bump org.junit.jupiter:junit-jupiter from 5.11.3 to 5.11.4 in /start/ear Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.11.3 to 5.11.4. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.3...r5.11.4) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump org.junit.jupiter:junit-jupiter from 5.11.3 to 5.11.4 in /start/war Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.11.3 to 5.11.4. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.3...r5.11.4) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump org.junit.jupiter:junit-jupiter from 5.11.3 to 5.11.4 in /start/jar Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.11.3 to 5.11.4. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.3...r5.11.4) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump org.junit.jupiter:junit-jupiter in /finish/jar Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.11.3 to 5.11.4. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.3...r5.11.4) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump org.junit.jupiter:junit-jupiter in /finish/ear Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.11.3 to 5.11.4. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.3...r5.11.4) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump org.junit.jupiter:junit-jupiter in /finish/war Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.11.3 to 5.11.4. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.3...r5.11.4) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Update test.yml * Update test.yml * Update testApp.sh * Update test.yml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 75c502a commit 3b1b32c

File tree

8 files changed

+11
-10
lines changed

8 files changed

+11
-10
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Test application
22

33
on:
44
pull_request:
5-
branches: [ draft ]
6-
5+
branches: [draft]
6+
77
jobs:
88
check-files:
99
if: ${{ github.event_name == 'pull_request' }}
@@ -28,6 +28,7 @@ jobs:
2828
VALIDATE_ALL_CODEBASE: false
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3030
LINTER_RULES_PATH: ./tools/pr-checker/linters/
31+
FILTER_REGEX_EXCLUDE: .*/build.gradle
3132
DEFAULT_BRANCH: draft
3233
- name: Summary
3334
if: "! github.event.pull_request.head.repo.fork"

finish/ear/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies {
3030
// tag::war[]
3131
deploy project(path:':war', configuration:'archives')
3232
// end::war[]
33-
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.3'
33+
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4'
3434
}
3535

3636
// tag::earConfig[]

finish/jar/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repositories {
1212
}
1313

1414
dependencies {
15-
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.3'
15+
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4'
1616
}
1717

1818
test{

finish/war/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies {
66
// tag::projectJar[]
77
implementation project(':jar')
88
// end::projectJar[]
9-
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.3'
9+
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4'
1010
compileOnly 'jakarta.platform:jakarta.jakartaee-api:10.0.0'
1111
compileOnly 'org.eclipse.microprofile:microprofile:7.0'
1212
}

scripts/testApp.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ cat ./build.gradle
1111
./gradlew installFeature
1212
./gradlew deploy
1313
./gradlew libertyStart
14-
wait 5
14+
sleep 5
1515
curl http://localhost:9080/converter/ | grep "Height Converters"
1616
./gradlew libertyStop
1717

18-
./gradlew war:test
18+
./gradlew war:test

start/ear/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ repositories {
2020
}
2121

2222
dependencies {
23-
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.3'
23+
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4'
2424
}

start/jar/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repositories {
1212
}
1313

1414
dependencies {
15-
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.3'
15+
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4'
1616
}
1717

1818
test{

start/war/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'war'
33
description = 'WAR Module'
44

55
dependencies {
6-
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.3'
6+
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4'
77
compileOnly 'jakarta.platform:jakarta.jakartaee-api:10.0.0'
88
compileOnly 'org.eclipse.microprofile:microprofile:7.0'
99
}

0 commit comments

Comments
 (0)