Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 3 additions & 19 deletions .mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,20 +1,4 @@
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
distributionSha256Sum=8351955a9acf2f83c136c4eee0f6db894ab6265fdbe0a94b32a380307dbaa3e1
wrapperVersion=3.3.4
distributionType=only-script
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.8/apache-maven-3.9.8-bin.zip
wrapperVersion=3.3.2
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.16/apache-maven-3.9.16-bin.zip
distributionSha256Sum=5af3b743dd8b876b5c45da33b676251e5f1687712644abb4ee519ca56e1d89ce
6 changes: 3 additions & 3 deletions log4j-compress/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
<description>Add additional compression formats to Log4j Core.</description>

<properties>
<commons-compress.version>1.27.1</commons-compress.version>
<jimfs.version>1.3.1</jimfs.version>
<xz.version>1.10</xz.version>
<commons-compress.version>1.28.0</commons-compress.version>
<jimfs.version>1.3.2</jimfs.version>
<xz.version>1.12</xz.version>
<zstd.version>1.5.7-15</zstd.version>
</properties>

Expand Down
4 changes: 2 additions & 2 deletions log4j-core-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
</bnd-extra-module-options>

<!-- Dependency versions -->
<slf4j2.version>2.0.17</slf4j2.version>
<slf4j2.version>2.0.18</slf4j2.version>
<wiremock.version>3.13.1</wiremock.version>
</properties>

Expand All @@ -83,7 +83,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.13.1</version>
<version>2.14.0</version>
</dependency>

</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion log4j-kit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<dependency>
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
<version>3.30.2-GA</version>
<version>3.33.0-GA</version>
<scope>test</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions log4j-layout-template-json-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
2. The Docker image version of the ELK-stack

As of 2024-09-16, these all (Maven artifacts and Elastic products) get released with the same version. -->
<elastic.version>9.2.0</elastic.version>
<elastic.version>9.5.3</elastic.version>

</properties>

Expand Down Expand Up @@ -140,7 +140,7 @@
<dependency>
<groupId>co.elastic.logging</groupId>
<artifactId>log4j2-ecs-layout</artifactId>
<version>1.7.0</version>
<version>1.8.0</version>
<scope>test</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions log4j-mongodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
<Fragment-Host>org.apache.logging.log4j.core</Fragment-Host>

<!-- Dependency properties -->
<mongodb.version>5.5.1</mongodb.version>
<slf4j2.version>2.0.17</slf4j2.version>
<mongodb.version>5.11.0</mongodb.version>
<slf4j2.version>2.0.18</slf4j2.version>
</properties>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion log4j-osgi-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

<!-- Dependency versions -->
<spifly.version>1.3.7</spifly.version>
<logback.version>1.5.18</logback.version>
<logback.version>1.6.3</logback.version>
</properties>

<dependencyManagement>
Expand Down
42 changes: 21 additions & 21 deletions log4j-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,62 +85,62 @@
Plugin version properties (in alphabetical order)
================================================= -->
<asciidoctor-maven-plugin.version>2.2.4</asciidoctor-maven-plugin.version>
<docker-maven-plugin.version>0.46.0</docker-maven-plugin.version>
<docker-maven-plugin.version>0.49.0</docker-maven-plugin.version>
<exam-maven-plugin.version>4.14.0</exam-maven-plugin.version>
<!-- `surefire.version` property used in `apache.org:apache`: -->
<surefire.version>3.5.2</surefire.version>

<!-- =====================================================
Direct dependency version properties (in alphabetical order)
===================================================== -->
<assertj.version>3.27.3</assertj.version>
<assertj.version>3.27.7</assertj.version>
<awaitility.version>4.3.0</awaitility.version>
<bsh.version>2.0b6</bsh.version>
<bnd.annotation.version>7.1.0</bnd.annotation.version>
<commons-codec.version>1.18.0</commons-codec.version>
<commons-csv.version>1.14.0</commons-csv.version>
<commons-dbcp2.version>2.13.0</commons-dbcp2.version>
<commons-io.version>2.20.0</commons-io.version>
<commons-lang3.version>3.17.0</commons-lang3.version>
<bnd.annotation.version>7.4.0</bnd.annotation.version>
<commons-codec.version>1.22.1</commons-codec.version>
<commons-csv.version>1.14.1</commons-csv.version>
<commons-dbcp2.version>2.14.0</commons-dbcp2.version>
<commons-io.version>2.22.0</commons-io.version>
<commons-lang3.version>3.20.0</commons-lang3.version>
<disruptor.version>4.0.0</disruptor.version>
<embedded-ldap.version>0.9.0</embedded-ldap.version>
<felix.version>7.0.5</felix.version>
<groovy.version>5.1.1</groovy.version>
<h2.version>2.3.232</h2.version>
<h2.version>2.4.240</h2.version>
<hamcrest.version>3.0</hamcrest.version>
<HdrHistogram.version>2.2.2</HdrHistogram.version>
<hsqldb.version>2.7.4</hsqldb.version>
<!-- wiremock and elasticsearch-java libraries used for testing require Jackson 2 -->
<!-- The log4j project is using Jackson 3. -->
<jackson2.test.version>2.20.0</jackson2.test.version>
<jackson-bom.version>3.0.0</jackson-bom.version>
<jackson2.test.version>2.22.2</jackson2.test.version>
<jackson-bom.version>3.2.2</jackson-bom.version>
<javax-jms.version>2.0.1</javax-jms.version>
<java-allocation-instrumenter.version>3.3.4</java-allocation-instrumenter.version>
<jctools.version>4.0.5</jctools.version>
<jmdns.version>3.6.1</jmdns.version>
<java-allocation-instrumenter.version>3.3.5</java-allocation-instrumenter.version>
<jctools.version>4.0.7</jctools.version>
<jmdns.version>3.6.3</jmdns.version>
<jmh.version>1.37</jmh.version>
<json-unit.version>6.2.0</json-unit.version>
<jspecify.version>1.0.0</jspecify.version>
<jspecify.version>1.0.1</jspecify.version>
<junit.version>4.13.2</junit.version>
<junit-jupiter.version>5.13.4</junit-jupiter.version>
<junit-pioneer.version>2.3.0</junit-pioneer.version>
<log4j2-custom-layout.version>1.1.0</log4j2-custom-layout.version>
<log4j2-logstash-layout.version>0.18</log4j2-logstash-layout.version>
<mockito.version>5.18.0</mockito.version>
<nashorn.version>15.6</nashorn.version>
<mockito.version>5.23.0</mockito.version>
<nashorn.version>15.7</nashorn.version>
<opentest4j.version>1.3.0</opentest4j.version>
<org.eclipse.osgi.version>3.23.100</org.eclipse.osgi.version>
<org.eclipse.osgi.version>3.24.200</org.eclipse.osgi.version>
<oro.version>2.0.8</oro.version>
<!-- The OSGi API version MUST always be the MINIMUM version Log4j supports -->
<osgi.framework.version>1.10.0</osgi.framework.version>
<osgi.resource.version>1.0.1</osgi.resource.version>
<osgi.annotation.bundle.version>2.0.0</osgi.annotation.bundle.version>
<osgi.annotation.versioning.version>1.1.2</osgi.annotation.versioning.version>
<pax-exam.version>4.14.0</pax-exam.version>
<spotbugs-annotations.version>4.9.3</spotbugs-annotations.version>
<spotbugs-annotations.version>4.10.4</spotbugs-annotations.version>
<system-stubs.version>2.1.8</system-stubs.version>
<velocity.version>1.7</velocity.version>
<xmlunit.version>2.10.3</xmlunit.version>
<xmlunit.version>2.13.0</xmlunit.version>

<!-- =====================================================
Pinned transitive dependency version properties (in alphabetical order)
Expand All @@ -150,7 +150,7 @@
of dependencies (requireUpperBoundDeps rule).
===================================================== -->
<!-- AssertJ and Mockito request different versions -->
<byte-buddy.version>1.17.6</byte-buddy.version>
<byte-buddy.version>1.18.12</byte-buddy.version>
</properties>

<dependencyManagement>
Expand Down
6 changes: 3 additions & 3 deletions log4j-perf-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@

<!-- Dependency versions -->
<reload4j.version>1.2.26</reload4j.version>
<log4j2-ecs-layout.version>1.7.0</log4j2-ecs-layout.version>
<logback.version>1.5.18</logback.version>
<slf4j2.version>2.0.17</slf4j2.version>
<log4j2-ecs-layout.version>1.8.0</log4j2-ecs-layout.version>
<logback.version>1.6.3</logback.version>
<slf4j2.version>2.0.18</slf4j2.version>
</properties>

<dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions log4j-spring-cloud-config-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
<properties>
<!-- Dependency version -->
<spring-boot.version>3.5.3</spring-boot.version>
<commons-logging.version>1.3.5</commons-logging.version>
<spring-cloud.version>4.3.0</spring-cloud.version>
<commons-logging.version>1.4.0</commons-logging.version>
<spring-cloud.version>4.3.3</spring-cloud.version>
<spring-framework.version>6.2.9</spring-framework.version>

<!--
Expand Down
48 changes: 42 additions & 6 deletions mvnw

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading