Skip to content

Commit

Permalink
bump logback and slf4j versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cmacdonald committed Aug 21, 2024
1 parent fca0386 commit e08ba0b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion modules/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.25</version>
<version>${slf4j.version}</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion modules/index-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.25</version>
<version>${slf4j.version}</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.apache.hadoop/hadoop-client -->
Expand Down
2 changes: 1 addition & 1 deletion modules/rest-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.25</version>
<version>${slf4j.version}</version>
</dependency>

<dependency>
Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
<maven.javadoc.skip>true</maven.javadoc.skip>
<timestamp>${maven.build.timestamp}</timestamp>
<maven.build.timestamp.format>yyyy-MM-dd HH:mm</maven.build.timestamp.format>
<logback.version>1.2.13</logback.version>
<logback.version>1.4.14</logback.version>
<slf4j.version>2.0.16</slf4j.version>
</properties>

<organization>
Expand Down

0 comments on commit e08ba0b

Please sign in to comment.