diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index ed6fbfe..3d01de0 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -138,7 +138,7 @@ jobs: with: fetch-depth: 0 # need full history to get page last modified times - name: Setup Ruby - uses: ruby/setup-ruby@360dc864d5da99d54fcb8e9148c14a84b90d3e88 # v1.165.1 + uses: ruby/setup-ruby@5daca165445f0ae10478593083f72ca2625e241d # v1.169.0 with: ruby-version: '3.1' bundler-cache: true # runs 'bundle install' and caches installed gems automatically @@ -194,6 +194,6 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@7a9bd943aa5e5175aeb8502edcc6c1c02d398e10 # v4.0.2 + uses: actions/deploy-pages@87c3283f01cd6fe19a0ab93a23b2f6fcba5a8e42 # v4.0.3 - name: Ping Google Search run: curl "https://www.google.com/ping?sitemap=https://www.creekservice.org/${{ github.event.repository.name }}/sitemap.xml" diff --git a/build.gradle.kts b/build.gradle.kts index dd36295..739abf3 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -33,7 +33,7 @@ repositories { val creekVersion = "0.4.2-SNAPSHOT" val log4jVersion = "2.20.0" -val junitVersion = "5.10.0" +val junitVersion = "5.10.1" val junitPioneerVersion = "2.2.0" val mockitoVersion = "5.9.0" val hamcrestVersion = "2.2" @@ -52,7 +52,7 @@ dependencies { implementation("com.worldturner.medeia:medeia-validator-jackson:1.1.1") - implementation("com.github.erosb:everit-json-schema:1.14.2") + implementation("com.github.erosb:everit-json-schema:1.14.4") implementation("com.github.erosb:json-sKema:0.6.0")