Skip to content

Commit a4e5a5c

Browse files
dependabot[bot]lukasj
authored andcommitted
Bump the dependencies group across 2 directories with 3 updates
Bumps the dependencies group with 1 update in the /api directory: [jakarta.xml.bind:jakarta.xml.bind-api](https://github.com/jakartaee/jaxb-api). Bumps the dependencies group with 2 updates in the /spec directory: [org.eclipse.ee4j:project](https://github.com/eclipse-ee4j/ee4j) and [org.asciidoctor:asciidoctorj-pdf](https://github.com/asciidoctor/asciidoctorj-pdf). Updates `jakarta.xml.bind:jakarta.xml.bind-api` from 4.0.2 to 4.0.5 - [Release notes](https://github.com/jakartaee/jaxb-api/releases) - [Commits](jakartaee/jaxb-api@4.0.2...4.0.5) Updates `org.eclipse.ee4j:project` from 1.0.8 to 1.0.9 - [Release notes](https://github.com/eclipse-ee4j/ee4j/releases) - [Commits](eclipse-ee4j/ee4j@1.0.8...1.0.9) Updates `org.asciidoctor:asciidoctorj-pdf` from 2.3.9 to 2.3.23 - [Release notes](https://github.com/asciidoctor/asciidoctorj-pdf/releases) - [Changelog](https://github.com/asciidoctor/asciidoctorj-pdf/blob/main/CHANGELOG.adoc) - [Commits](asciidoctor/asciidoctorj-pdf@v2.3.9...v2.3.23) --- updated-dependencies: - dependency-name: jakarta.xml.bind:jakarta.xml.bind-api dependency-version: 4.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.eclipse.ee4j:project dependency-version: 1.0.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.asciidoctor:asciidoctorj-pdf dependency-version: 2.3.23 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9b7d998 commit a4e5a5c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
<legal.doc.source>${project.basedir}/..</legal.doc.source>
117117

118118
<soap-api.version>3.0.2</soap-api.version>
119-
<xml.bind-api.version>4.0.2</xml.bind-api.version>
119+
<xml.bind-api.version>4.0.5</xml.bind-api.version>
120120
</properties>
121121

122122
<build>

spec/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.eclipse.ee4j</groupId>
2323
<artifactId>project</artifactId>
24-
<version>1.0.8</version>
24+
<version>1.0.9</version>
2525
<relativePath/>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
@@ -35,7 +35,7 @@
3535
<site.output.dir>${project.build.directory}/staging</site.output.dir>
3636
<maven.site.skip>true</maven.site.skip>
3737
<asciidoctor.maven.plugin.version>3.2.0</asciidoctor.maven.plugin.version>
38-
<asciidoctorj.pdf.version>2.3.9</asciidoctorj.pdf.version>
38+
<asciidoctorj.pdf.version>2.3.23</asciidoctorj.pdf.version>
3939
<spec.name>jakarta-${project.artifactId}-${project.version}</spec.name>
4040
<!-- status: DRAFT, BETA, etc., or blank for final -->
4141
<status>DRAFT</status>

0 commit comments

Comments
 (0)