File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
ebean-core/src/test/java/io/ebeaninternal/server/profile Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ void obtain() {
5555 DProfileLocation loc = new DTimedProfileLocation ("foo" , MetricFactory .get ().createTimedMetric ("junk" ));
5656
5757 assertThat (loc .obtain ()).isTrue ();
58- assertThat (loc .fullLocation ()).endsWith ("org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728 )" );
58+ assertThat (loc .fullLocation ()).endsWith ("org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:786 )" );
5959 assertThat (loc .location ()).isEqualTo ("org.junit.platform.commons.util.ReflectionUtils.invokeMethod" );
6060 assertThat (loc .label ()).isEqualTo ("ReflectionUtils.invokeMethod" );
6161 }
Original file line number Diff line number Diff line change 5050 <ebean-migration .version>14.3.0</ebean-migration .version>
5151 <ebean-test-containers .version>7.17</ebean-test-containers .version>
5252 <ebean-datasource .version>10.3</ebean-datasource .version>
53- <ebean-agent .version>16.2.1 </ebean-agent .version>
54- <ebean-maven-plugin .version>16.2.1 </ebean-maven-plugin .version>
53+ <ebean-agent .version>16.3.0 </ebean-agent .version>
54+ <ebean-maven-plugin .version>16.3.0 </ebean-maven-plugin .version>
5555 <surefire .useModulePath>false</surefire .useModulePath>
5656 </properties >
5757
6060 <dependency >
6161 <groupId >io.avaje</groupId >
6262 <artifactId >junit</artifactId >
63- <version >1.5 </version >
63+ <version >1.8 </version >
6464 <scope >test</scope >
6565 </dependency >
6666
6767 <dependency >
6868 <groupId >ch.qos.logback</groupId >
6969 <artifactId >logback-classic</artifactId >
70- <version >1.5.13 </version >
70+ <version >1.5.31 </version >
7171 <scope >test</scope >
7272 </dependency >
7373
You can’t perform that action at this time.
0 commit comments