Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jcabi/jcabi-log
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 01c1ba943289b950606a93f6cb1cc063d7af6cf9
Choose a base ref
..
head repository: jcabi/jcabi-log
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fc6b2847a068f1ba7d1479f5aecd9bec29a42237
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +2 −2 pom.xml
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -76,12 +76,12 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
-->
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.11</version>
<version>2.0.12</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>2.0.11</version>
<version>2.0.12</version>
<scope>test</scope>
</dependency>
<dependency>