diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 0f7f064f5..11d0b9531 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -55,13 +55,13 @@ jobs: restore-keys: | ${{ runner.os }}-maven- - name: Setup Java JDK - uses: actions/setup-java@v3.13.0 + uses: actions/setup-java@v4.0.0 with: distribution: 'temurin' java-version: '17' # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@407ffafae6a767df3e0230c3df91b6443ae8df75 # v2.22.8 + uses: github/codeql-action/init@c0d1daa7f7e14667747d73a7dbbe8c074bc8bfe2 # v2.22.9 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. @@ -72,7 +72,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild - uses: github/codeql-action/autobuild@407ffafae6a767df3e0230c3df91b6443ae8df75 # v2.22.8 + uses: github/codeql-action/autobuild@c0d1daa7f7e14667747d73a7dbbe8c074bc8bfe2 # v2.22.9 # ℹī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl @@ -86,4 +86,4 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@407ffafae6a767df3e0230c3df91b6443ae8df75 # v2.22.8 + uses: github/codeql-action/analyze@c0d1daa7f7e14667747d73a7dbbe8c074bc8bfe2 # v2.22.9 diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index cd134dcb6..9e52ccb83 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -39,7 +39,7 @@ jobs: restore-keys: | ${{ runner.os }}-maven- - name: Set up JDK ${{ matrix.java }} - uses: actions/setup-java@v3.13.0 # v3.12.0 + uses: actions/setup-java@v4.0.0 # v3.12.0 with: distribution: 'temurin' java-version: ${{ matrix.java }} diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index b317ae2d2..062ec5fd3 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -50,7 +50,7 @@ jobs: restore-keys: | ${{ runner.os }}-maven- - name: Set up JDK ${{ matrix.java }} - uses: actions/setup-java@v3.13.0 # v3.12.0 + uses: actions/setup-java@v4.0.0 # v3.12.0 with: distribution: 'temurin' java-version: ${{ matrix.java }} diff --git a/.github/workflows/scorecards-analysis.yml b/.github/workflows/scorecards-analysis.yml index 00ac70544..21173016c 100644 --- a/.github/workflows/scorecards-analysis.yml +++ b/.github/workflows/scorecards-analysis.yml @@ -64,6 +64,6 @@ jobs: retention-days: 5 - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@407ffafae6a767df3e0230c3df91b6443ae8df75 # 2.22.8 + uses: github/codeql-action/upload-sarif@c0d1daa7f7e14667747d73a7dbbe8c074bc8bfe2 # 2.22.9 with: sarif_file: results.sarif diff --git a/README.md b/README.md index 60eec6419..b0a902a2e 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Documentation More information can be found on the [Apache Commons JCS homepage](https://commons.apache.org/proper/commons-jcs). The [Javadoc](https://commons.apache.org/proper/commons-jcs/apidocs) can be browsed. -Questions related to the usage of Apache Commons JCS should be posted to the [user mailing list][ml]. +Questions related to the usage of Apache Commons JCS should be posted to the [user mailing list](https://commons.apache.org/mail-lists.html). Where can I get the latest release? ----------------------------------- diff --git a/commons-jcs3-core/pom.xml b/commons-jcs3-core/pom.xml index bc5e15644..7a795b6ca 100644 --- a/commons-jcs3-core/pom.xml +++ b/commons-jcs3-core/pom.xml @@ -59,7 +59,7 @@ org.apache.logging.log4j log4j-api - 2.21.1 + 2.22.0 true @@ -205,7 +205,7 @@ org.apache.logging.log4j log4j-core - 2.21.1 + 2.22.0 test diff --git a/commons-jcs3-jcache-extras/pom.xml b/commons-jcs3-jcache-extras/pom.xml index 169aea89d..f2c27a718 100644 --- a/commons-jcs3-jcache-extras/pom.xml +++ b/commons-jcs3-jcache-extras/pom.xml @@ -89,7 +89,7 @@ commons-io commons-io - 2.15.0 + 2.15.1 test diff --git a/commons-jcs3-sandbox/commons-jcs3-yajcache/pom.xml b/commons-jcs3-sandbox/commons-jcs3-yajcache/pom.xml index 4351741d0..a915cfc52 100644 --- a/commons-jcs3-sandbox/commons-jcs3-yajcache/pom.xml +++ b/commons-jcs3-sandbox/commons-jcs3-yajcache/pom.xml @@ -40,14 +40,17 @@ org.apache.commons commons-lang3 + 3.14.0 commons-logging commons-logging + 1.3.0 log4j log4j + 1.2.17 junit diff --git a/pom.xml b/pom.xml index c59bba8e5..02c9a3b8a 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ org.apache.commons commons-parent - 64 + 65 commons-jcs3 diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 81c21919d..421f68657 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -52,14 +52,20 @@ Bump org.apache.commons:commons-dbcp2 from 2.9.0 to 2.11.0. - Bump commons-io from 2.13.0 to 2.15.0 #11. + Bump commons-io from 2.13.0 to 2.15.1 #11. - - Bump org.apache.commons:commons-parent from 59 to 64. + + Bump org.apache.commons:commons-parent from 59 to 65 #189. Bump commons-text from 1.10.0 to 1.11.0. + + Bump org.apache.logging.log4j:log4j-core from 2.21.1 to 2.22.0 #190. + + + Bump org.apache.logging.log4j:log4j-api from 2.21.1 to 2.22.0 #191. +