From 66086c25c7e978816960ed5cb7a80a60185fdaca Mon Sep 17 00:00:00 2001 From: Pavel Date: Sat, 6 Apr 2024 17:01:56 -0400 Subject: [PATCH] Upgrade to 3.25.10 --- .github/test.yml | 36 ------------------------------------ pom.xml | 2 +- 2 files changed, 1 insertion(+), 37 deletions(-) delete mode 100644 .github/test.yml diff --git a/.github/test.yml b/.github/test.yml deleted file mode 100644 index 671f265..0000000 --- a/.github/test.yml +++ /dev/null @@ -1,36 +0,0 @@ -name: Java Parser Tests - -on: - # Runs on pushes targeting the default branch - push: - branches: ["main"] - - # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: - -permissions: - contents: read - -concurrency: - group: "tests" - cancel-in-progress: true - -jobs: - build: - environment: - name: tests - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v3 - - name: Set up JDK 17 - uses: actions/setup-java@v3 - with: - java-version: '17' - distribution: 'temurin' - cache: maven - - name: Build with Maven - run: mvn -B package --file pom.xml - - \ No newline at end of file diff --git a/pom.xml b/pom.xml index e5ff130..b3283d6 100644 --- a/pom.xml +++ b/pom.xml @@ -54,7 +54,7 @@ com.github.javaparser javaparser-core - 3.25.9 + 3.25.10