Skip to content

Commit

Permalink
Merge pull request #339 from mswatosh/dependencies
Browse files Browse the repository at this point in the history
Dependencies updates
  • Loading branch information
mswatosh authored Aug 31, 2023
2 parents 256173c + 1fac807 commit c840333
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 21 deletions.
20 changes: 0 additions & 20 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,3 @@ updates:
directory: /
schedule:
interval: daily

- package-ecosystem: maven
directory: /api/
schedule:
interval: weekly

- package-ecosystem: maven
directory: /specification/
schedule:
interval: weekly

- package-ecosystem: maven
directory: /tck/
schedule:
interval: weekly

- package-ecosystem: maven
directory: /tck-dist/
schedule:
interval: weekly
5 changes: 4 additions & 1 deletion specification/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,10 @@
<asciidoctor.maven.plugin.version>2.2.4</asciidoctor.maven.plugin.version>
<asciidoctorj.version>2.5.10</asciidoctorj.version>
<asciidoctorj.pdf.version>2.3.9</asciidoctorj.pdf.version>
<jruby.version>9.3.4.0</jruby.version>
<!-- jruby 9.4.3.0 is not working, keeping this on the 9.3.x stream since 9.4 seems to implement a newer ruby version
which is causing issues with asciidoctor, even though asciidoctorj considers it compatible.
Looks like this may work with the asciidoctorj 3.0.0 stream when it releases-->
<jruby.version>9.3.10.0</jruby.version>
<!-- status: DRAFT, BETA, etc., or blank for final -->
<status>DRAFT</status>
<maven.build.timestamp.format>MMMM dd, yyyy</maven.build.timestamp.format>
Expand Down

0 comments on commit c840333

Please sign in to comment.