Skip to content

Commit

Permalink
Upgrading JUnit to 5.10.2 #677
Browse files Browse the repository at this point in the history
  • Loading branch information
andrus committed Jun 7, 2024
1 parent 241b17b commit ed09810
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Release 5.0-M20

* #651 Exp: numeric scalars to support "_"
* #651 Exp: numeric scalars to support underscore
* #653 Exp syntax: do not support space in the named parameter token
* #654 Exp syntax: function names should not be keywords
* #655 Exp syntax: deprecate case-insensitivity of NULL and booleans
Expand All @@ -10,6 +10,7 @@
* #660 Builders: auto-detect multi-column IDs
* #662 Update expression parser with JavaCC 7.0.13
* #673 OpenAPI should have an "array of string" schema for "include" and "exclude"
* #677 Upgrading JUnit to 5.10.2

## Release 5.0.M19

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

<bq.version>3.0-M4</bq.version>

<junit5.version>5.9.1</junit5.version>
<junit5.version>5.10.2</junit5.version>
<swagger.version>2.1.12</swagger.version>
<mockito.version>3.9.0</mockito.version>

Expand Down

0 comments on commit ed09810

Please sign in to comment.