File tree Expand file tree Collapse file tree 9 files changed +16
-16
lines changed
springdoc-openapi-data-rest
springdoc-openapi-security
springdoc-openapi-webflux-core
springdoc-openapi-webflux-ui
springdoc-openapi-webmvc-core Expand file tree Collapse file tree 9 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 2
2
<modelVersion >4.0.0</modelVersion >
3
3
<groupId >org.springdoc</groupId >
4
4
<artifactId >springdoc-openapi</artifactId >
5
- <version >1.2.31 -SNAPSHOT</version >
5
+ <version >1.2.32 -SNAPSHOT</version >
6
6
<packaging >pom</packaging >
7
7
<name >Spring openapi documentation generator</name >
8
8
<description >Spring openapi documentation generator</description >
69
69
<maven-release-plugin .version>2.5.3</maven-release-plugin .version>
70
70
<nexus-staging-maven-plugin >1.6.8</nexus-staging-maven-plugin >
71
71
<swagger-api .version>2.1.1</swagger-api .version>
72
- <swagger-ui .version>3.24.3 </swagger-ui .version>
72
+ <swagger-ui .version>3.25.0 </swagger-ui .version>
73
73
<webjars-locator .version>0.38</webjars-locator .version>
74
74
<spring-security-oauth2 .version>2.3.8.RELEASE</spring-security-oauth2 .version>
75
75
</properties >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.springdoc</groupId >
7
7
<artifactId >springdoc-openapi</artifactId >
8
- <version >1.2.31 -SNAPSHOT</version >
8
+ <version >1.2.32 -SNAPSHOT</version >
9
9
</parent >
10
10
<dependencies >
11
11
<dependency >
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<artifactId >springdoc-openapi</artifactId >
5
5
<groupId >org.springdoc</groupId >
6
- <version >1.2.31 -SNAPSHOT</version >
6
+ <version >1.2.32 -SNAPSHOT</version >
7
7
</parent >
8
8
<modelVersion >4.0.0</modelVersion >
9
9
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.springdoc</groupId >
7
7
<artifactId >springdoc-openapi</artifactId >
8
- <version >1.2.31 -SNAPSHOT</version >
8
+ <version >1.2.32 -SNAPSHOT</version >
9
9
</parent >
10
10
<dependencies >
11
11
<!-- springdoc-common -->
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<artifactId >springdoc-openapi</artifactId >
5
5
<groupId >org.springdoc</groupId >
6
- <version >1.2.31 -SNAPSHOT</version >
6
+ <version >1.2.32 -SNAPSHOT</version >
7
7
</parent >
8
8
<modelVersion >4.0.0</modelVersion >
9
9
36
36
<scope >test</scope >
37
37
</dependency >
38
38
<dependency >
39
- <groupId >javax .servlet</groupId >
40
- <artifactId >javax .servlet-api</artifactId >
39
+ <groupId >jakarta .servlet</groupId >
40
+ <artifactId >jakarta .servlet-api</artifactId >
41
41
<scope >provided</scope >
42
42
</dependency >
43
43
<dependency >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.springdoc</groupId >
7
7
<artifactId >springdoc-openapi</artifactId >
8
- <version >1.2.31 -SNAPSHOT</version >
8
+ <version >1.2.32 -SNAPSHOT</version >
9
9
</parent >
10
10
<dependencies >
11
11
<!-- springdoc-core -->
15
15
<version >${project.version} </version >
16
16
</dependency >
17
17
<dependency >
18
- <groupId >javax .servlet</groupId >
19
- <artifactId >javax .servlet-api</artifactId >
18
+ <groupId >jakarta .servlet</groupId >
19
+ <artifactId >jakarta .servlet-api</artifactId >
20
20
<scope >provided</scope >
21
21
</dependency >
22
22
<!-- swagger-ui dependencies -->
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.springdoc</groupId >
7
7
<artifactId >springdoc-openapi</artifactId >
8
- <version >1.2.31 -SNAPSHOT</version >
8
+ <version >1.2.32 -SNAPSHOT</version >
9
9
</parent >
10
10
<dependencies >
11
11
<!-- springdoc-common -->
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.springdoc</groupId >
7
7
<artifactId >springdoc-openapi</artifactId >
8
- <version >1.2.31 -SNAPSHOT</version >
8
+ <version >1.2.32 -SNAPSHOT</version >
9
9
</parent >
10
10
<dependencies >
11
11
<!-- springdoc-core -->
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.springdoc</groupId >
7
7
<artifactId >springdoc-openapi</artifactId >
8
- <version >1.2.31 -SNAPSHOT</version >
8
+ <version >1.2.32 -SNAPSHOT</version >
9
9
</parent >
10
10
<dependencies >
11
11
<!-- springdoc-common -->
25
25
<optional >true</optional >
26
26
</dependency >
27
27
<dependency >
28
- <groupId >javax .servlet</groupId >
29
- <artifactId >javax .servlet-api</artifactId >
28
+ <groupId >jakarta .servlet</groupId >
29
+ <artifactId >jakarta .servlet-api</artifactId >
30
30
<scope >provided</scope >
31
31
</dependency >
32
32
<dependency >
You can’t perform that action at this time.
0 commit comments