|
| 1 | +<!-- |
| 2 | + ~ /* |
| 3 | + ~ * |
| 4 | + ~ * * |
| 5 | + ~ * * * Copyright 2019-2022 the original author or authors. |
| 6 | + ~ * * * |
| 7 | + ~ * * * Licensed under the Apache License, Version 2.0 (the "License"); |
| 8 | + ~ * * * you may not use this file except in compliance with the License. |
| 9 | + ~ * * * You may obtain a copy of the License at |
| 10 | + ~ * * * |
| 11 | + ~ * * * https://www.apache.org/licenses/LICENSE-2.0 |
| 12 | + ~ * * * |
| 13 | + ~ * * * Unless required by applicable law or agreed to in writing, software |
| 14 | + ~ * * * distributed under the License is distributed on an "AS IS" BASIS, |
| 15 | + ~ * * * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 16 | + ~ * * * See the License for the specific language governing permissions and |
| 17 | + ~ * * * limitations under the License. |
| 18 | + ~ * * |
| 19 | + ~ * |
| 20 | + ~ */ |
| 21 | + --> |
| 22 | + |
1 | 23 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
2 | 24 | <modelVersion>4.0.0</modelVersion>
|
3 | 25 | <groupId>org.springdoc</groupId>
|
|
69 | 91 | <maven-release-plugin.version>2.5.3</maven-release-plugin.version>
|
70 | 92 | <nexus-staging-maven-plugin>1.6.8</nexus-staging-maven-plugin>
|
71 | 93 | <swagger-api.version>2.2.0</swagger-api.version>
|
72 |
| - <swagger-ui.version>4.10.3</swagger-ui.version> |
| 94 | + <swagger-ui.version>4.11.1</swagger-ui.version> |
73 | 95 | <spring-security-oauth2.version>2.3.8.RELEASE</spring-security-oauth2.version>
|
74 |
| - <classgraph.version>4.8.143</classgraph.version> |
| 96 | + <classgraph.version>4.8.147</classgraph.version> |
75 | 97 | <webjars-locator-core.version>0.50</webjars-locator-core.version>
|
76 | 98 | <gmavenplus-plugin.version>1.8.1</gmavenplus-plugin.version>
|
77 | 99 | <jaxb-impl.version>2.1</jaxb-impl.version>
|
78 | 100 | <javax.jws-api.version>1.1</javax.jws-api.version>
|
79 | 101 | <jjwt.version>0.9.1</jjwt.version>
|
80 |
| - <spring-native.version>0.11.4</spring-native.version> |
| 102 | + <spring-native.version>0.11.5</spring-native.version> |
81 | 103 | <therapi-runtime-javadoc.version>0.13.0</therapi-runtime-javadoc.version>
|
82 |
| - <spring-cloud.version>2021.0.1</spring-cloud.version> |
| 104 | + <spring-cloud-function.version>3.2.4</spring-cloud-function.version> |
83 | 105 | </properties>
|
84 | 106 |
|
85 | 107 | <dependencyManagement>
|
|
142 | 164 | <!-- spring Cloud -->
|
143 | 165 | <dependency>
|
144 | 166 | <groupId>org.springframework.cloud</groupId>
|
145 |
| - <artifactId>spring-cloud-dependencies</artifactId> |
146 |
| - <version>${spring-cloud.version}</version> |
147 |
| - <type>pom</type> |
148 |
| - <scope>import</scope> |
| 167 | + <artifactId>spring-cloud-function-web</artifactId> |
| 168 | + <version>${spring-cloud-function.version}</version> |
| 169 | + </dependency> |
| 170 | + <dependency> |
| 171 | + <groupId>org.springframework.cloud</groupId> |
| 172 | + <artifactId>spring-cloud-starter-function-web</artifactId> |
| 173 | + <version>${spring-cloud-function.version}</version> |
| 174 | + </dependency> |
| 175 | + <dependency> |
| 176 | + <groupId>org.springframework.cloud</groupId> |
| 177 | + <artifactId>spring-cloud-starter-function-webflux</artifactId> |
| 178 | + <version>${spring-cloud-function.version}</version> |
149 | 179 | </dependency>
|
150 | 180 | <!-- SpringDoc -->
|
151 | 181 | <dependency>
|
|
0 commit comments