Skip to content

Commit a1facf5

Browse files
committed
Bump ebean-agent and avaje junit
1 parent ec42ebf commit a1facf5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

ebean-core/src/test/java/io/ebeaninternal/server/profile/BasicProfileLocationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
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

@@ -60,14 +60,14 @@
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

0 commit comments

Comments
 (0)