Skip to content

Commit

Permalink
Bump SLF4J to v2.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
jjlauer committed Nov 4, 2024
1 parent 5502bf8 commit e2ffb81
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Blaze by Fizzed
===============

#### 1.6.0 - 2024-11-04

-

#### 1.5.1 - 2023-10-31

- Add Systems.remove() methods back (was causing backwards incompatiblity issues)
Expand Down
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<!-- workaround travis ci maven version requirement -->
<maven.enforce.version>3.2.5</maven.enforce.version>
<jsch.agentproxy.version>0.0.9</jsch.agentproxy.version>
<slf4j.version>2.0.13</slf4j.version>
<crux.version>1.0.47</crux.version>
</properties>

Expand Down Expand Up @@ -98,19 +99,19 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.7</version>
<version>${slf4j.version}</version>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
<version>2.0.7</version>
<version>${slf4j.version}</version>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>2.0.7</version>
<version>${slf4j.version}</version>
</dependency>

<!-- configuration -->
Expand Down

0 comments on commit e2ffb81

Please sign in to comment.