Skip to content

Commit

Permalink
TECH: use jUnit jupiter 5.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hosuaby committed Aug 16, 2024
1 parent ef2c71e commit 804aa41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ allprojects {
ext {
INTEGRATION_TESTS = System.getProperty('INTEGRATION_TESTS')

JUNIT_VERSION = System.getProperty('JUNIT_VERSION') ?: '5.11.0-RC1'
JUNIT_VERSION = System.getProperty('JUNIT_VERSION') ?: '5.11.0'
JACKSON_VERSION = System.getProperty('JACKSON_VERSION') ?: '2.17.2'
GSON_VERSION = System.getProperty('GSON_VERSION') ?: '2.11.0'
SNAKE_YAML_VERSION = System.getProperty('SNAKE_YAML_VERSION') ?: '2.2'
Expand Down
2 changes: 1 addition & 1 deletion run-tests.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function print_result() {
echo "\t${color}${version} ${mark}${NC}"
}

junit_versions=( "5.6.3" "5.7.1" "5.8.0" "5.9.3" "5.10.3" "5.11.0-RC1" )
junit_versions=( "5.6.3" "5.7.1" "5.8.0" "5.9.3" "5.10.3" "5.11.0" )
jackson_versions=( "2.10.5" "2.11.4" "2.12.5" "2.13.5" "2.14.3" "2.15.4" "2.16.2" "2.17.2" )
gson_versions=( "2.8.9" "2.9.1" "2.10.1" "2.11.0" )
snakeyaml_versions=( "1.33" "2.2" )
Expand Down

0 comments on commit 804aa41

Please sign in to comment.