diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 4fb68b6..9ac81dc 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Set up JDK 11 - uses: actions/setup-java@v2 + uses: actions/setup-java@v4 with: java-version: '11' distribution: 'adopt' @@ -25,4 +25,4 @@ jobs: key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} restore-keys: ${{ runner.os }}-maven- - name: Build with Maven - run: mvn -B -ntp verify \ No newline at end of file + run: mvn -B -ntp verify diff --git a/pom.xml b/pom.xml index 9e01973..9de6324 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ io.github.deweyjose graphqlcodegen-maven-plugin maven-plugin - 1.51.2 + 1.51.3 GraphQL Code Generator Maven port of the Netflix DGS GraphQL Codegen gradle build plugin @@ -35,7 +35,7 @@ UTF-8 - 6.1.2 + 6.1.3 1.8 3.12.1 3.0.0-M1