Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/gradle/org.mockito-mockito-junit-…
Browse files Browse the repository at this point in the history
…jupiter-5.9.0
  • Loading branch information
big-andy-coates authored Jan 23, 2024
2 parents 1b9ac68 + 9cb58ba commit e7a177b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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")

Expand Down

0 comments on commit e7a177b

Please sign in to comment.