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

Additional EE11 version updateds before 2.2-M1 #894

Merged
merged 1 commit into from
Mar 8, 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
2 changes: 1 addition & 1 deletion NOTICE.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The project maintains the following source code repositories:
## Third-party Content
This project leverages the following third party content:

jakarta.enterprise.cdi-api Version 4.1.0-M1
jakarta.enterprise.cdi-api Version 4.1.0.RC1
* License: Apache License, 2.0
* Copyright 2010, Red Hat, Inc., and individual contributors

Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,18 +104,18 @@
<websocket-api.version>2.2.0-M1</websocket-api.version>

<annotation-api.version>3.0.0-M1</annotation-api.version>
<activation.api.version>2.1.2</activation.api.version> <!-- inherited from JAX-B -->
<cdi-api.version>4.1.0-M1</cdi-api.version>
<activation.api.version>2.1.3</activation.api.version> <!-- inherited from JAX-B -->
<cdi-api.version>4.1.0.RC1</cdi-api.version>
<ejb-api.version>4.0.1</ejb-api.version>
<grizzly.version>4.0.2</grizzly.version>
<glassfish.version>7.0.9</glassfish.version>
<glassfish.version>7.0.13</glassfish.version>
<inject.api.version>2.0.1</inject.api.version><!-- inherited from CDI, do not update unless inline with it -->
<jaxb.api.version>4.0.1</jaxb.api.version>
<jaxb.ri.version>4.0.4</jaxb.ri.version>
<jline.version>2.14.5</jline.version>
<json-api.version>2.1.3</json-api.version>
<json-impl.version>1.1.5</json-impl.version>
<servlet.api.version>6.1.0-M1</servlet.api.version>
<servlet.api.version>6.1.0-M2</servlet.api.version>
<spring.boot.version>2.6.7</spring.boot.version>


Expand Down
Loading