Skip to content

Commit

Permalink
Merge pull request #630 from mendix/bump_java
Browse files Browse the repository at this point in the history
Bump Java versions
  • Loading branch information
sailhenz authored May 4, 2023
2 parents 9a6c7cd + cda2248 commit 4cb3b56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ dependencies:
- jdk
vendor: Adoptium
version:
- "8": 8u332
- "11": 11.0.16
- "8": 8u372
- "11": 11.0.18
logs:
mendix-logfilter:
artifact: logs/mendix-logfilter-{{version}}.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/test_java_tls10_11.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def test_security_properties_file(self):
MAJOR_VERSION_TEST_CASES = [
("8", 8),
("1.8.0", 8),
("8u332", 8),
("8u372", 8),
("11", 11),
("11.0.15", 11),
("7", ""),
Expand Down

0 comments on commit 4cb3b56

Please sign in to comment.