Skip to content

Commit

Permalink
Merge pull request #628 from internetarchive/slf4j-2.0.16
Browse files Browse the repository at this point in the history
Bump slf4j from 1.6.6 to 2.0.16 and include adapter to fix startup warning
  • Loading branch information
ato authored Nov 29, 2024
2 parents d836fa7 + 533d762 commit d11d38a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
6 changes: 2 additions & 4 deletions engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,12 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.6.6</version>
<scope>test</scope>
<version>${slf4j.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
<version>1.6.6</version>
<scope>test</scope>
<version>${slf4j.version}</version>
</dependency>
<dependency>
<groupId>org.freemarker</groupId>
Expand Down
4 changes: 2 additions & 2 deletions modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.6.6</version>
<version>${slf4j.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
<version>1.6.6</version>
<version>${slf4j.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,7 @@ http://maven.apache.org/guides/mini/guide-m1-m2.html
<doclint>none</doclint>
<additionalparam>-Xdoclint:none</additionalparam>
<jetty.version>9.4.56.v20240826</jetty.version>
<slf4j.version>2.0.16</slf4j.version>
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.release>17</maven.compiler.release>
Expand Down

0 comments on commit d11d38a

Please sign in to comment.