Merge branch 'main' into Aggregate_javadoc

This commit is contained in:
Dave Fisher 2025-01-02 09:16:46 -08:00
commit 0f69502d0d
3 changed files with 7 additions and 7 deletions

View File

@ -144,7 +144,7 @@ jobs:
# https://github.com/softprops/action-gh-release
- name: create github release
uses: softprops/action-gh-release@v2.1.0
uses: softprops/action-gh-release@v2.2.0
if: startsWith(github.ref, 'refs/tags/')
with:
# body: ${{ steps.prepare_summary.outputs.release_summary }}

View File

@ -133,7 +133,7 @@ jobs:
# https://github.com/softprops/action-gh-release
- name: create github release
uses: softprops/action-gh-release@v2.1.0
uses: softprops/action-gh-release@v2.2.0
if: startsWith(github.ref, 'refs/tags/')
with:
# body: ${{ steps.prepare_summary.outputs.release_summary }}

View File

@ -380,7 +380,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>2.24.2</version>
<version>2.24.3</version>
</dependency>
</dependencies>
@ -393,13 +393,13 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.24.2</version>
<version>2.24.3</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.24.2</version>
<version>2.24.3</version>
</dependency>
<dependency>
@ -410,13 +410,13 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j2-impl</artifactId>
<version>2.24.2</version>
<version>2.24.3</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-jcl</artifactId>
<version>2.24.2</version>
<version>2.24.3</version>
</dependency>
<dependency>