|
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 | | - |
23 | 1 | <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"> |
24 | 2 | <modelVersion>4.0.0</modelVersion> |
25 | 3 | <groupId>org.springdoc</groupId> |
|
33 | 11 | <parent> |
34 | 12 | <groupId>org.springframework.boot</groupId> |
35 | 13 | <artifactId>spring-boot-starter-parent</artifactId> |
36 | | - <version>2.7.0</version> |
| 14 | + <version>2.7.2</version> |
37 | 15 | </parent> |
38 | 16 |
|
39 | 17 | <licenses> |
|
99 | 77 | <jaxb-impl.version>2.1</jaxb-impl.version> |
100 | 78 | <javax.jws-api.version>1.1</javax.jws-api.version> |
101 | 79 | <jjwt.version>0.9.1</jjwt.version> |
102 | | - <spring-native.version>0.11.5</spring-native.version> |
| 80 | + <spring-native.version>0.12.1</spring-native.version> |
103 | 81 | <therapi-runtime-javadoc.version>0.13.0</therapi-runtime-javadoc.version> |
104 | 82 | <spring-cloud-function.version>3.2.4</spring-cloud-function.version> |
105 | 83 | <dependency-check.version>7.1.0</dependency-check.version> |
|
0 commit comments