Skip to content

Commit

Permalink
Additional EE11 version updateds before 2.2-M1
Browse files Browse the repository at this point in the history
Signed-off-by: jansupol <jan.supol@oracle.com>
  • Loading branch information
jansupol committed Mar 8, 2024
1 parent f814e4b commit 3621d15
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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

0 comments on commit 3621d15

Please sign in to comment.