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

Update several versions in poms #25002

Merged
merged 1 commit into from
Jun 24, 2024
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
4 changes: 2 additions & 2 deletions appserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<exousia.version>3.0.0-M3</exousia.version>
<epicyro.version>3.1.0</epicyro.version>
<!-- Dependencies -->
<nimbus.version>9.39.1</nimbus.version>
<nimbus.version>9.40</nimbus.version>
<jcip.version>1.0.2</jcip.version>

<!-- Jakarta Messaging -->
Expand Down Expand Up @@ -158,7 +158,7 @@

<!-- MicroProfile Config -->
<microprofile.config-api.version>3.1</microprofile.config-api.version>
<helidon-config.version>4.0.8</helidon-config.version>
<helidon-config.version>4.0.10</helidon-config.version>

<!-- MicroProfile JWT / JWT Authentication Mechanism for Jakarta Security -->
<microprofile-jwt-auth-api.version>2.1</microprofile-jwt-auth-api.version>
Expand Down
2 changes: 1 addition & 1 deletion appserver/tests/tck/rest_cdi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<dependency>
<groupId>jakarta.platform</groupId>
<artifactId>jakarta.jakartaee-api</artifactId>
<version>10.0.0</version>
<version>11.0.0-M4</version>
<scope>provided</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion docs/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<properties>
<maven.site.skip>true</maven.site.skip>
<asciidoctor.maven.plugin.version>3.0.0</asciidoctor.maven.plugin.version>
<asciidoctorj.pdf.version>2.3.15</asciidoctorj.pdf.version>
<asciidoctorj.pdf.version>2.3.17</asciidoctorj.pdf.version>
<!-- status: DRAFT, BETA, etc., or blank for final -->
<status>DRAFT</status>
<productName>Eclipse GlassFish</productName>
Expand Down
2 changes: 1 addition & 1 deletion docs/sample-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<properties>
<maven.compiler.release>17</maven.compiler.release>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jakartaee>10.0.0</jakartaee>
<jakartaee>11.0.0-M4</jakartaee>
</properties>

<dependencies>
Expand Down
10 changes: 5 additions & 5 deletions nucleus/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
<jboss.logging.version>3.6.0.Final</jboss.logging.version>
<javassist.version>3.30.2-GA</javassist.version>
<asm.version>9.7</asm.version>
<jsch.version>0.2.17</jsch.version>
<jsch.version>0.2.18</jsch.version>
<antlr.version>2.7.8</antlr.version>
<ant.version>1.10.14</ant.version>
<ant.external.version>1.10.2</ant.external.version>
Expand All @@ -148,7 +148,7 @@

<replacer.plugin.version>1.5.3</replacer.plugin.version>

<easymock.version>5.2.0</easymock.version>
<easymock.version>5.3.0</easymock.version>
<junit.version>5.10.2</junit.version>
<jmh.version>1.37</jmh.version>
<osgi-resource-locator.version>1.0.3</osgi-resource-locator.version>
Expand Down Expand Up @@ -487,7 +487,7 @@
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.webconsole</artifactId>
<version>5.0.2</version>
<version>5.0.4</version>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
Expand Down Expand Up @@ -550,7 +550,7 @@
<dependency>
<groupId>org.jline</groupId>
<artifactId>jline</artifactId>
<version>3.26.0</version>
<version>3.26.2</version>
</dependency>

<!--3rd party dependencies -->
Expand Down Expand Up @@ -1057,7 +1057,7 @@
<plugin>
<groupId>io.github.git-commit-id</groupId>
<artifactId>git-commit-id-maven-plugin</artifactId>
<version>8.0.2</version>
<version>9.0.0</version>
<executions>
<execution>
<id>get-the-git-infos</id>
Expand Down