Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependencies updates #339

Merged
merged 2 commits into from
Aug 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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