Skip to content

Commit ba5d061

Browse files
committedMar 14, 2023
update for release 2.0.4
1 parent 9a434e0 commit ba5d061

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed
 

‎docs/v2/faq.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1812,7 +1812,7 @@ <h3 id="_what_is_the_compatibility_matrix_of_springdoc_openapi_with_spring_boot"
18121812
<p><code>springdoc-openapi 2.x</code> is compatible with <code>spring-boot 3</code>.</p>
18131813
</div>
18141814
<div class="paragraph">
1815-
<p>In general, <strong>you should only pick the last stable version as per today 2.0.3.</strong></p>
1815+
<p>In general, <strong>you should only pick the last stable version as per today 2.0.4.</strong></p>
18161816
</div>
18171817
<div class="paragraph">
18181818
<p>More precisely, this the exhaustive list of spring-boot versions against which <code>springdoc-openapi</code> has been built:</p>
@@ -1869,7 +1869,7 @@ <h3 id="_what_is_the_compatibility_matrix_of_springdoc_openapi_with_spring_boot"
18691869
</div>
18701870
<div id="footer">
18711871
<div id="footer-text">
1872-
Last updated 2023-03-10 07:16:19 +0100
1872+
Last updated 2023-03-15 00:51:13 +0100
18731873
</div>
18741874
</div>
18751875
</div>

‎docs/v2/getting-started.html

+2-2
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.0.3&lt;/version&gt;
43+
&lt;version&gt;2.0.4&lt;/version&gt;
4444
&lt;/dependency&gt;</code></pre>
4545
</div>
4646
</div>
@@ -96,7 +96,7 @@ <h2 id="getting-started"><a class="anchor" href="#getting-started"></a>Getting S
9696
</div>
9797
<div id="footer">
9898
<div id="footer-text">
99-
Last updated 2023-03-10 07:16:19 +0100
99+
Last updated 2023-03-15 00:51:13 +0100
100100
</div>
101101
</div>
102102
</div>

‎docs/v2/migrating-from-springfox.html

+2-2
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.0.3&lt;/version&gt;
47+
&lt;version&gt;2.0.4&lt;/version&gt;
4848
&lt;/dependency&gt;</code></pre>
4949
</div>
5050
</div>
@@ -217,7 +217,7 @@ <h2 id="migrating-from-springfox"><a class="anchor" href="#migrating-from-spring
217217
</div>
218218
<div id="footer">
219219
<div id="footer-text">
220-
Last updated 2023-03-10 07:16:19 +0100
220+
Last updated 2023-03-15 00:51:13 +0100
221221
</div>
222222
</div>
223223
</div>

‎docs/v2/modules.html

+3-3
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.0.3&lt;/version&gt;
76+
&lt;version&gt;2.0.4&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.0.3&lt;/version&gt;
128+
&lt;version&gt;2.0.4&lt;/version&gt;
129129
&lt;/dependency&gt;</code></pre>
130130
</div>
131131
</div>
@@ -524,7 +524,7 @@ <h3 id="_javadoc_support"><a class="anchor" href="#_javadoc_support"></a>Javadoc
524524
</div>
525525
<div id="footer">
526526
<div id="footer-text">
527-
Last updated 2023-03-10 07:20:02 +0100
527+
Last updated 2023-03-15 00:51:13 +0100
528528
</div>
529529
</div>
530530
</div>

0 commit comments

Comments
 (0)
Please sign in to comment.