Skip to content

Commit

Permalink
MINOR: [Java] Bump ch.qos.logback:logback-classic from 1.2.13 to 1.3.…
Browse files Browse the repository at this point in the history
…14 in /java (#39145)

### Rationale for this change

Raised by dependabot, but dependabot didn't upgrade to the correct version for Arrow Java and did not upgrade the dependency.

### What changes are included in this PR?

* logback 1.2.13 -> 1.3.14
* slf4j 1.7.25 -> 2.0.7 (required by logback 1.3.14)

### Are these changes tested?

CI

### Are there any user-facing changes?

No

Authored-by: Dane Pitkin <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
  • Loading branch information
danepitkin authored Dec 8, 2023
1 parent 140ae01 commit 4b1f063
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion java/memory/memory-netty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<version>1.2.13</version>
<version>1.3.14</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<target.gen.source.path>${project.build.directory}/generated-sources</target.gen.source.path>
<dep.junit.platform.version>1.9.0</dep.junit.platform.version>
<dep.junit.jupiter.version>5.10.1</dep.junit.jupiter.version>
<dep.slf4j.version>1.7.25</dep.slf4j.version>
<dep.slf4j.version>2.0.7</dep.slf4j.version>
<dep.guava-bom.version>32.1.3-jre</dep.guava-bom.version>
<dep.netty-bom.version>4.1.100.Final</dep.netty-bom.version>
<dep.grpc-bom.version>1.59.0</dep.grpc-bom.version>
Expand Down Expand Up @@ -308,7 +308,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
<version>1.7.5</version>
<version>${dep.slf4j.version}</version>
</dependency>
</dependencies>
<executions>
Expand Down Expand Up @@ -698,7 +698,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.13</version>
<version>1.3.14</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion java/tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.13</version>
<version>1.3.14</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 4b1f063

Please sign in to comment.