Skip to content

Commit

Permalink
Bump Jetty version to final release 12.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Steffen Nießing <zuniquex@protonmail.com>
  • Loading branch information
zUniQueX committed Aug 8, 2023
1 parent 2444dd1 commit 39714c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@

<properties>
<jersey.version>${project.version}</jersey.version>
<jetty.version>12.0.0.beta4</jetty.version>
<jetty.version>12.0.0</jetty.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<surefire.mvn.plugin.version>3.1.2</surefire.mvn.plugin.version>
<war.mvn.plugin.version>3.4.0</war.mvn.plugin.version>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2361,10 +2361,10 @@
<jaxrs.api.spec.version>3.1</jaxrs.api.spec.version>
<jaxrs.api.impl.version>3.1.0</jaxrs.api.impl.version>
<jetty.osgi.version>org.eclipse.jetty.*;version="[11,15)"</jetty.osgi.version>
<jetty.version>12.0.0.beta4</jetty.version>
<jetty.version>12.0.0</jetty.version>
<jetty9.version>9.4.51.v20230217</jetty9.version>
<jetty11.version>11.0.15</jetty11.version>
<jetty.plugin.version>12.0.0.beta4</jetty.plugin.version>
<jetty.plugin.version>12.0.0</jetty.plugin.version>
<jsonb.api.version>3.0.0</jsonb.api.version>
<jsonp.ri.version>1.1.1</jsonp.ri.version>
<jsonp.jaxrs.version>1.1.1</jsonp.jaxrs.version>
Expand Down

0 comments on commit 39714c1

Please sign in to comment.