File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd " >
4
4
<modelVersion >4.0.0</modelVersion >
5
5
<artifactId >assertj-core</artifactId >
6
- <version >3.17.3 -SNAPSHOT</version >
6
+ <version >3.18.0 -SNAPSHOT</version >
7
7
<packaging >jar</packaging >
8
8
<name >AssertJ fluent assertions</name >
9
9
<description >Rich and fluent assertions for testing for Java</description >
Original file line number Diff line number Diff line change 30
30
# The version ranges will change as the version of
31
31
# AssertJ and/or its dependencies change.
32
32
-runbundles: \
33
- assertj-core;version='[3.17.3 ,3.17.4 )',\
34
- assertj-core-tests;version='[3.17.3 ,3.17.4 )',\
33
+ assertj-core;version='[3.18.0 ,3.18.1 )',\
34
+ assertj-core-tests;version='[3.18.0 ,3.18.1 )',\
35
35
junit-jupiter-api;version='[5.6.2,5.6.3)',\
36
36
junit-jupiter-engine;version='[5.6.2,5.6.3)',\
37
37
junit-platform-commons;version='[1.6.2,1.6.3)',\
You can’t perform that action at this time.
0 commit comments