Skip to content

Commit 0018ed6

Browse files
Bump junitJupiterVersion in /micronaut-to-springboot/micronaut-grpc-api
Bumps `junitJupiterVersion` from 5.11.3 to 5.11.4. Updates `org.junit.jupiter:junit-jupiter-api` 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) Updates `org.junit.jupiter:junit-jupiter-engine` 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-api dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 41119a8 commit 0018ed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

micronaut-to-springboot/micronaut-grpc-api/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ buildscript {
1515
logbackVersion = "1.5.12"
1616
// https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api
1717
// https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-engine
18-
junitJupiterVersion = "5.11.3"
18+
junitJupiterVersion = "5.11.4"
1919
// https://mvnrepository.com/artifact/io.micronaut.test/micronaut-test-junit5
2020
micronautJunit5Version = '4.6.2'
2121
}

0 commit comments

Comments
 (0)