Skip to content

Commit

Permalink
XIVY-8973 Streamline slf4j version with Eclipse 2023-09 update
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsuter committed Jul 2, 2024
1 parent 0ee6ce0 commit e970029
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 @@ -42,7 +42,7 @@
<java.version>17</java.version>
<maven.version>3.6.3</maven.version>
<!-- version should match ivy Engine sfl4j version! And version in EngineClassLoaderFactory.SLF4J_VERSION -->
<slf4j.version>1.7.36</slf4j.version>
<slf4j.version>2.0.12</slf4j.version>
<site.path>snapshot</site.path>
<other.site.path>release</other.site.path>
<other.site.name>Stable</other.site.name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public interface OsgiDir {
}

/** must match version in pom.xml */
private static final String SLF4J_VERSION = "1.7.36";
private static final String SLF4J_VERSION = "2.0.12";

private static final List<String> ENGINE_LIB_DIRECTORIES = Arrays.asList(
OsgiDir.INSTALL_AREA + "/" + OsgiDir.LIB_BOOT,
Expand Down

0 comments on commit e970029

Please sign in to comment.