Skip to content

Commit

Permalink
Next attempt at aligning slf4j and logback versions
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-simons committed Feb 18, 2025
1 parent d5996a2 commit 615dcfc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 0 additions & 5 deletions integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<version>1.5.16</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@
<exec-maven-plugin.version>3.5.0</exec-maven-plugin.version>
<java.version>17</java.version>
<license-maven-plugin.version>4.6</license-maven-plugin.version>
<logback>1.5.16</logback>
<maven-checkstyle-plugin.version>3.3.0</maven-checkstyle-plugin.version>
<maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
<maven-deploy-plugin.version>3.1.3</maven-deploy-plugin.version>
Expand All @@ -193,7 +194,8 @@
<maven-surefire-plugin.version>3.5.2</maven-surefire-plugin.version>
<maven.compiler.release>${java.version}</maven.compiler.release>
<maven.version>3.9.4</maven.version>
<neo4j.ogm.version>4.0.15</neo4j.ogm.version>
<neo4j.ogm.version>4.0.16</neo4j.ogm.version>
<slf4j>2.0.16</slf4j>
<sortpom-maven-plugin.version>4.0.0</sortpom-maven-plugin.version>
<source.level>${java.version}</source.level>
<spring-boot.version>3.4.2</spring-boot.version>
Expand Down

0 comments on commit 615dcfc

Please sign in to comment.