Skip to content

Commit 5d93c0c

Browse files
build: bump org.junit:junit-bom from 6.0.2 to 6.0.3 in /example
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 6.0.2 to 6.0.3. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r6.0.2...r6.0.3) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6895937 commit 5d93c0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<java.version>25</java.version>
1313
<maven.compiler.source>${java.version}</maven.compiler.source>
1414
<maven.compiler.target>${java.version}</maven.compiler.target>
15-
<junit-jupiter.version>6.0.2</junit-jupiter.version>
15+
<junit-jupiter.version>6.0.3</junit-jupiter.version>
1616
<spring-boot.version>4.0.2</spring-boot.version>
1717
<cucumber.version>7.34.2</cucumber.version>
1818
<springdoc-openapi-starter.version>3.0.1</springdoc-openapi-starter.version>

0 commit comments

Comments
 (0)