Skip to content

Commit

Permalink
Merge branch 'master' into #1058-2
Browse files Browse the repository at this point in the history
  • Loading branch information
antholeole committed Oct 19, 2022
2 parents 6666853 + 3e0b0a8 commit c1a4014
Show file tree
Hide file tree
Showing 28 changed files with 202 additions and 202 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -24,22 +24,22 @@ jobs:
python -m pip install --upgrade pip
if [ -f scripts/requirements.txt ]; then pip install -r scripts/requirements.txt; fi
- uses: actions/cache@v3.0.10
- uses: actions/cache@v3.0.11
id: gradle-wrapper-cache
with:
path: ~/.gradle/wrapper
key: ${{ runner.os }}-gradlewrapper-${{ hashFiles('gradle/wrapper/*') }}
restore-keys: ${{ runner.os }}-gradlewrapper-

- name: Cache Gradle packages
uses: actions/cache@v3.0.10
uses: actions/cache@v3.0.11
with:
path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
restore-keys: ${{ runner.os }}-gradle

- name: Maven cache
uses: actions/cache@v3.0.10
uses: actions/cache@v3.0.11
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nebula-publish.yml
Expand Up @@ -15,14 +15,14 @@ jobs:
with:
distribution: 'zulu'
java-version: 8
- uses: actions/cache@v3.0.10
- uses: actions/cache@v3.0.11
id: gradle-cache
with:
path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-${{ hashFiles('**/gradle/dependency-locks/*.lockfile') }}
restore-keys: |
- ${{ runner.os }}-gradle-
- uses: actions/cache@v3.0.10
- uses: actions/cache@v3.0.11
id: gradle-wrapper-cache
with:
path: ~/.gradle/wrapper
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -118,7 +118,7 @@ configure(subprojects.filterNot { it in internalBomModules }) {
testImplementation("org.springframework.boot:spring-boot-starter-test") {
exclude(group = "org.junit.vintage", module = "junit-vintage-engine")
}
testImplementation("io.mockk:mockk:1.12.4")
testImplementation("io.mockk:mockk:1.13.2")
}

java {
Expand Down
18 changes: 9 additions & 9 deletions graphql-dgs-client/dependencies.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions graphql-dgs-example-java-webflux/dependencies.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions graphql-dgs-example-java/dependencies.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions graphql-dgs-example-shared/dependencies.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c1a4014

Please sign in to comment.