Skip to content

Commit

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

### Rationale for this change

With Java 8 deprecated, we can bump logback to the next version which supports Java 11 at build and runtime. See https://github.com/apache/arrow/pull/40778/files

### What changes are included in this PR?

* Bump logback-classic to 1.4.14

### Are these changes tested?

CI

### Are there any user-facing changes?

No

Authored-by: Dane Pitkin <[email protected]>
Signed-off-by: Dane Pitkin <[email protected]>
  • Loading branch information
danepitkin authored Jul 22, 2024
1 parent efcaa64 commit ec58e4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ under the License.
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.3.14</version>
<version>1.4.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 @@ -59,7 +59,7 @@ under the License.
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.3.14</version>
<version>1.4.14</version>
<scope>test</scope>
</dependency>
<!--
Expand Down

0 comments on commit ec58e4d

Please sign in to comment.