Skip to content

Commit

Permalink
Update junit to 5.10.2
Browse files Browse the repository at this point in the history
JUnit 5.10.1 has this somewhat desired feature of not ignoring
overridden tests. This is important behavioral aspect changed back in
5.10.2. Worth updating if only to prevent becoming used to 5.10.1
behavior.
  • Loading branch information
findepi committed Feb 6, 2024
1 parent e14ab71 commit a23bfd8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Airbase 150

* Verify JUnit tests with Airlift `junit-extensions` verifier.
* Dependency updates:
- junit 5.10.2 (from 5.10.1)

Airbase 149
* Remove bval dependency
Expand Down
2 changes: 1 addition & 1 deletion airbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
<dep.jmh.version>1.37</dep.jmh.version>
<dep.jmxutils.version>1.25</dep.jmxutils.version>
<dep.joda.version>2.12.6</dep.joda.version>
<dep.junit.version>5.10.1</dep.junit.version>
<dep.junit.version>5.10.2</dep.junit.version>
<dep.kotlin.version>1.9.22</dep.kotlin.version>
<dep.logback.version>1.4.14</dep.logback.version>
<dep.modernizer.version>2.7.0</dep.modernizer.version>
Expand Down

0 comments on commit a23bfd8

Please sign in to comment.