Skip to content

Commit 26df1a6

Browse files
committed
Upgrade to springdoc 2.3.0
1 parent 8564a03 commit 26df1a6

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

docs/faq.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1846,7 +1846,7 @@ <h3 id="_what_is_the_compatibility_matrix_of_springdoc_openapi_with_spring_boot"
18461846
<p><code>springdoc-openapi 2.x</code> is compatible with <code>spring-boot 3</code>.</p>
18471847
</div>
18481848
<div class="paragraph">
1849-
<p>In general, <strong>you should only pick the last stable version as per today 2.2.0.</strong></p>
1849+
<p>In general, <strong>you should only pick the last stable version as per today 2.3.0.</strong></p>
18501850
</div>
18511851
<div class="paragraph">
18521852
<p>More precisely, this the exhaustive list of spring-boot versions against which <code>springdoc-openapi</code> has been built:</p>

docs/getting-started.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ <h2 id="getting-started"><a class="anchor" href="#getting-started"></a>Getting S
4040
<pre class="highlight"><code class="language-xml" data-lang="xml"> &lt;dependency&gt;
4141
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
4242
&lt;artifactId&gt;springdoc-openapi-starter-webmvc-ui&lt;/artifactId&gt;
43-
&lt;version&gt;2.2.0&lt;/version&gt;
43+
&lt;version&gt;2.3.0&lt;/version&gt;
4444
&lt;/dependency&gt;</code></pre>
4545
</div>
4646
</div>

docs/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<div id="main" class="contained">
4646
<div id="doc" class="doc">
4747
<div id="header">
48-
<h1>springdoc-openapi v2.2.0</h1>
48+
<h1>springdoc-openapi v2.3.0</h1>
4949
<div id="toc" class="toc2">
5050
<div id="toctitle">Table of Contents</div>
5151
<ul class="sectlevel1">
@@ -306,7 +306,7 @@ <h2 id="getting-started"><a class="anchor" href="#getting-started"></a>2. Gettin
306306
<pre class="highlight"><code class="language-xml" data-lang="xml"> &lt;dependency&gt;
307307
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
308308
&lt;artifactId&gt;springdoc-openapi-starter-webmvc-ui&lt;/artifactId&gt;
309-
&lt;version&gt;2.2.0&lt;/version&gt;
309+
&lt;version&gt;2.3.0&lt;/version&gt;
310310
&lt;/dependency&gt;</code></pre>
311311
</div>
312312
</div>
@@ -415,7 +415,7 @@ <h3 id="spring-webmvc-support"><a class="anchor" href="#spring-webmvc-support"><
415415
<pre class="highlight"><code class="language-xml" data-lang="xml"> &lt;dependency&gt;
416416
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
417417
&lt;artifactId&gt;springdoc-openapi-starter-webmvc-api&lt;/artifactId&gt;
418-
&lt;version&gt;2.2.0&lt;/version&gt;
418+
&lt;version&gt;2.3.0&lt;/version&gt;
419419
&lt;/dependency&gt;</code></pre>
420420
</div>
421421
</div>
@@ -467,7 +467,7 @@ <h3 id="spring-webflux-support"><a class="anchor" href="#spring-webflux-support"
467467
<pre class="highlight"><code class="language-xml" data-lang="xml"> &lt;dependency&gt;
468468
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
469469
&lt;artifactId&gt;springdoc-openapi-starter-webflux-ui&lt;/artifactId&gt;
470-
&lt;version&gt;2.2.0&lt;/version&gt;
470+
&lt;version&gt;2.3.0&lt;/version&gt;
471471
&lt;/dependency&gt;</code></pre>
472472
</div>
473473
</div>
@@ -2250,7 +2250,7 @@ <h2 id="migrating-from-springfox"><a class="anchor" href="#migrating-from-spring
22502250
<pre class="highlight"><code class="language-xml" data-lang="xml"> &lt;dependency&gt;
22512251
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
22522252
&lt;artifactId&gt;springdoc-openapi-starter-webmvc-ui&lt;/artifactId&gt;
2253-
&lt;version&gt;2.2.0&lt;/version&gt;
2253+
&lt;version&gt;2.3.0&lt;/version&gt;
22542254
&lt;/dependency&gt;</code></pre>
22552255
</div>
22562256
</div>
@@ -4450,7 +4450,7 @@ <h3 id="what-is-the-compatibility-matrix-of-springdoc-openapi-with-spring-boot">
44504450
<p><code>springdoc-openapi 2.x</code> is compatible with <code>spring-boot 3</code>.</p>
44514451
</div>
44524452
<div class="paragraph">
4453-
<p>In general, <strong>you should only pick the last stable version as per today 2.2.0.</strong></p>
4453+
<p>In general, <strong>you should only pick the last stable version as per today 2.3.0.</strong></p>
44544454
</div>
44554455
<div class="paragraph">
44564456
<p>More precisely, this the exhaustive list of spring-boot versions against which <code>springdoc-openapi</code> has been built:</p>

docs/migrating-from-springfox.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ <h2 id="migrating-from-springfox"><a class="anchor" href="#migrating-from-spring
4444
<pre class="highlight"><code class="language-xml" data-lang="xml"> &lt;dependency&gt;
4545
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
4646
&lt;artifactId&gt;springdoc-openapi-starter-webmvc-ui&lt;/artifactId&gt;
47-
&lt;version&gt;2.2.0&lt;/version&gt;
47+
&lt;version&gt;2.3.0&lt;/version&gt;
4848
&lt;/dependency&gt;</code></pre>
4949
</div>
5050
</div>

docs/modules.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ <h3 id="_spring_webmvc_support"><a class="anchor" href="#_spring_webmvc_support"
7373
<pre class="highlight"><code class="language-xml" data-lang="xml"> &lt;dependency&gt;
7474
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
7575
&lt;artifactId&gt;springdoc-openapi-starter-webmvc-api&lt;/artifactId&gt;
76-
&lt;version&gt;2.2.0&lt;/version&gt;
76+
&lt;version&gt;2.3.0&lt;/version&gt;
7777
&lt;/dependency&gt;</code></pre>
7878
</div>
7979
</div>
@@ -125,7 +125,7 @@ <h3 id="_spring_webflux_support"><a class="anchor" href="#_spring_webflux_suppor
125125
<pre class="highlight"><code class="language-xml" data-lang="xml"> &lt;dependency&gt;
126126
&lt;groupId&gt;org.springdoc&lt;/groupId&gt;
127127
&lt;artifactId&gt;springdoc-openapi-starter-webflux-ui&lt;/artifactId&gt;
128-
&lt;version&gt;2.2.0&lt;/version&gt;
128+
&lt;version&gt;2.3.0&lt;/version&gt;
129129
&lt;/dependency&gt;</code></pre>
130130
</div>
131131
</div>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<version>3.1.2-SNAPSHOT</version>
1010

1111
<properties>
12-
<springdoc.version>2.2.0</springdoc.version>
12+
<springdoc.version>2.3.0</springdoc.version>
1313
<springdoc-legacy.version>1.7.0</springdoc-legacy.version>
1414
<java.version>1.8</java.version>
1515
<refdocs.build.directory>${project.basedir}/docs</refdocs.build.directory>

0 commit comments

Comments
 (0)