Skip to content

Commit

Permalink
Updated to log4j-2.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ao-apps committed Sep 14, 2024
1 parent daab1cf commit aee0932
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ along with aoserv-jilter. If not, see <https://www.gnu.org/licenses/>.
<!-- ao-javadoc-offline: <groupId>com.sendmail</groupId><artifactId>jilter</artifactId><classifier>javadoc</classifier> -->
<artifactItem>
<groupId>org.apache.logging.log4j</groupId><artifactId>log4j-1.2-api</artifactId><classifier>javadoc</classifier>
<!-- TODO: log4j-1.2-api-2.23.1 does not include javadocs secondary artifact -->
<!-- TODO: log4j-1.2-api-2.24.0 does not include javadocs secondary artifact -->
<version>2.19.0</version>
<includes>element-list, package-list</includes>
<outputDirectory>${project.build.directory}/offlineLinks/org.apache.logging.log4j/log4j-1.2-api</outputDirectory>
Expand Down Expand Up @@ -319,7 +319,7 @@ along with aoserv-jilter. If not, see <https://www.gnu.org/licenses/>.
<groupId>com.sendmail</groupId><artifactId>jilter</artifactId><version>1.2</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId><artifactId>log4j-1.2-api</artifactId><version>2.23.1</version>
<groupId>org.apache.logging.log4j</groupId><artifactId>log4j-1.2-api</artifactId><version>2.24.0</version>
</dependency>
<!-- Transitive -->
<dependency>
Expand All @@ -332,14 +332,14 @@ along with aoserv-jilter. If not, see <https://www.gnu.org/licenses/>.
<groupId>com.aoapps</groupId><artifactId>ao-lang</artifactId><version>5.6.0${POST-SNAPSHOT}</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId><artifactId>log4j-api</artifactId><version>2.23.1</version>
<groupId>org.apache.logging.log4j</groupId><artifactId>log4j-api</artifactId><version>2.24.0</version>
</dependency>
<!-- Runtime Direct -->
<dependency>
<groupId>org.apache.logging.log4j</groupId><artifactId>log4j-core</artifactId><version>2.23.1</version>
<groupId>org.apache.logging.log4j</groupId><artifactId>log4j-core</artifactId><version>2.24.0</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId><artifactId>log4j-jul</artifactId><version>2.23.1</version>
<groupId>org.apache.logging.log4j</groupId><artifactId>log4j-jul</artifactId><version>2.24.0</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit aee0932

Please sign in to comment.