Skip to content

Commit

Permalink
Merge pull request #576 from KyleAure/better-workflow-support-for-fut…
Browse files Browse the repository at this point in the history
…ure-versions
  • Loading branch information
KyleAure authored Aug 16, 2024
2 parents f77d1cd + 9c2a5e0 commit 4db6369
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,6 @@ jobs:
distribution: 'temurin'
cache: maven
- name: Analyze starters
run: mvn dependency:analyze --file tck-dist/src/main/starter/pom.xml
# Note: the starter is always 1 version ahead of what is in maven central
# therefore, when we analyze the starters we need to force a prior version
run: mvn dependency:analyze -Djakarta.concurrent.version=3.1.1 --file tck-dist/src/main/starter/pom.xml
2 changes: 1 addition & 1 deletion tck-dist/src/main/starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<maven.compiler.target>21</maven.compiler.target>

<!-- Dependency and Plugin Versions -->
<jakarta.concurrent.version>3.1.1</jakarta.concurrent.version>
<jakarta.concurrent.version>3.2.0</jakarta.concurrent.version>
<jakarta.servlet.version>6.1.0</jakarta.servlet.version>

<junit5.version>5.11.0</junit5.version>
Expand Down

0 comments on commit 4db6369

Please sign in to comment.