Skip to content

Commit

Permalink
+ elf4j-engine version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
q3769 committed Oct 30, 2023
1 parent 96f2c3e commit 2e59183
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<dependency>
<groupId>io.github.elf4j</groupId>
<artifactId>elf4j-engine</artifactId>
<version>13.0.9</version>
<version>14.0.0</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/elf4j/provider/IntegrationTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ void hey() {
Exception issue = new Exception("Test ex message");
logger.atWarn().log(issue, "Testing issue '{}' in {}", issue, this.getClass());

assertEquals(this.getClass().getName(), ((NativeLogger) logger).getOwnerClassName());
assertEquals(this.getClass().getName(), ((NativeLogger) logger).getDeclaringClassName());
}
}
}

0 comments on commit 2e59183

Please sign in to comment.