Skip to content

Commit

Permalink
PDFBOX-5660: update log4j, introduce bom
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1922012 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
THausherr committed Nov 22, 2024
1 parent 5f94129 commit 02c4280
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 12 deletions.
1 change: 0 additions & 1 deletion benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>${log4j2.version}</version>
</dependency>
</dependencies>

Expand Down
2 changes: 0 additions & 2 deletions debugger/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,10 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>${log4j2.version}</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>${log4j2.version}</version>
</dependency>
<dependency>
<groupId>org.apache.pdfbox</groupId>
Expand Down
2 changes: 0 additions & 2 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,10 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>${log4j2.version}</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>${log4j2.version}</version>
</dependency>
<dependency>
<groupId>org.verapdf</groupId>
Expand Down
2 changes: 0 additions & 2 deletions io/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,10 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>${log4j2.version}</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>${log4j2.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
9 changes: 8 additions & 1 deletion parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<bouncycastle.version>1.79</bouncycastle.version>
<log4j2.version>2.24.1</log4j2.version>
<log4j2.version>2.24.2</log4j2.version>
<junit.version>5.11.3</junit.version>
<jbig2.version>3.0.4</jbig2.version>
<jai.version>1.4.0</jai.version>
Expand All @@ -80,6 +80,13 @@
<artifactId>maven-plugin-annotations</artifactId>
<version>3.15.1</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-bom</artifactId>
<version>${log4j2.version}</version>
<scope>import</scope>
<type>pom</type>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down
2 changes: 0 additions & 2 deletions pdfbox/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,10 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>${log4j2.version}</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>${log4j2.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 0 additions & 2 deletions xmpbox/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,10 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>${log4j2.version}</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>${log4j2.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 02c4280

Please sign in to comment.