Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump junit_version from 5.11.3 to 5.11.4 #5

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ springboot_version = "3.4.0" # https://github.com/spring-projects/s
springcloud_version = "2023.0.2" # https://github.com/spring-cloud
spring_dep_management_version = "1.1.6" # https://github.com/spring-gradle-plugins/dependency-management-plugin
jetbrains_annotations_version = "26.0.1" # https://github.com/JetBrains/java-annotations
junit_version = "5.11.3" # https://github.com/junit-team/junit5
junit_version = "5.11.4" # https://github.com/junit-team/junit5
mockito_version = "5.+" # https://github.com/mockito/mockito
lombok_version = "1.18.36" # https://github.com/projectlombok/lombok
mapstruct_version = "1.6.3" # https://github.com/mapstruct/mapstruct
Expand Down
Loading