This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/gradle/log4j-samples-android/com.android.library-8.8.1
in repository https://gitbox.apache.org/repos/asf/logging-log4j-samples.git
discard 4efd486 Update `com.android.library` to version `8.8.1` (#274)
add c052067 Update `com.android.application` to version `8.8.1` (#275)
add b64cb84 Update `graalvm/setup-graalvm` to version `1.3.1` (#276)
add 079de2b Update `org.yaml:snakeyaml` to version `2.4` (#277)
add bf17718 Update `org.springframework.boot:spring-boot-dependencies` to
version `3.4.3` (#278)
add 350680c Update `org.junit:junit-bom` to version `5.12.0` (#280)
add 94d87cd Update `androidx.constraintlayout:constraintlayout` to
version `2.2.1` (#284)
add f251682 Bump org.slf4j:slf4j-bom from 2.0.16 to 2.0.17 in
/log4j-samples-graalvm (#282)
add b5dedd2 Update `com.android.application` to version `8.8.2` (#283)
(#283)
add a2f6ade Introduce Nashorn integration test (#251)
add 26b159c Publish build scans to develocity.apache.org (#261)
add 2f59feb Bump `logging-parent` to `12.0.0`
add 68573c4 Pin SLF4J version
add a9eba97 Update `com.github.spotbugs:spotbugs-annotations` to version
`4.9.2` (#285)
add 5d6b82f Update `com.fasterxml.jackson:jackson-bom` to version
`2.18.3` (#286)
add 53054af Update `org.graalvm.buildtools:native-maven-plugin` to
version `0.10.6` (#289)
add 82eb849 Update `org.aspectj:aspectjweaver` to version `1.9.23` (#290)
add 2786ba3 Update `org.junit:junit-bom` to version `5.12.1` (#291)
add 1e4a93b Update `com.github.spotbugs:spotbugs-annotations` to version
`4.9.3` (#292)
add 80587b3 Update `org.eclipse.jetty:jetty-maven-plugin` to version
`11.0.25` (#293)
add edb8129 Update `ch.qos.logback:logback-classic` to version `1.5.18`
(#294)
add 2557633 Update `com.google.guava:guava` to version `33.4.5-jre` (#296)
add 0fa8742 Update `org.jetbrains.kotlin:kotlin-bom` to version `2.1.20`
(#297)
add 9087191 Update `actions/setup-java` to version `4.7.0` (#269) (#269)
add d525472 Bump org.apache.logging:logging-parent from 11.3.0 to 12.0.0
(#272)
add 5c1217f Bump org.apache.logging:logging-parent in
/log4j-samples-graalvm (#273)
add c1361f1 Bump org.springframework.cloud:spring-cloud-dependencies
(#295)
add 0320628 Update `com.android.library` to version `8.8.1` (#274)
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (4efd486)
\
N -- N -- N
refs/heads/dependabot/gradle/log4j-samples-android/com.android.library-8.8.1
(0320628)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/workflows/android-reusable-test.yaml | 8 +-
.github/workflows/graalvm-reusable-test.yaml | 2 +-
log4j-nashorn-test/pom.xml | 186 +++++++++++++++++++++
.../src/test}/java/module-info.java | 12 +-
.../log4j/samples/nashorn/ScriptFilterTest.java | 53 ++++++
.../src/test/resources/ScriptFilterTest.xml | 25 ++-
log4j-samples-android/app/build.gradle | 2 +-
log4j-samples-android/build.gradle | 4 +-
log4j-samples-aspectj/pom.xml | 2 +-
log4j-samples-graalvm/pom.xml | 14 +-
pom.xml | 36 +++-
11 files changed, 309 insertions(+), 35 deletions(-)
create mode 100644 log4j-nashorn-test/pom.xml
copy {log4j-samples-jlink/src/main =>
log4j-nashorn-test/src/test}/java/module-info.java (68%)
create mode 100644
log4j-nashorn-test/src/test/java/org/apache/logging/log4j/samples/nashorn/ScriptFilterTest.java
copy log4j-samples-aspectj/src/main/resources/log4j2.xml =>
log4j-nashorn-test/src/test/resources/ScriptFilterTest.xml (62%)