Skip to content

Commit cc2a24e

Browse files
committed
Dependencies upgrade:
- swagger-ui: 4.11.1 - classgraph: 4.8.147 - spring-native: 0.11.5 - spring-cloud-function: 3.2.4
1 parent eaaf2fd commit cc2a24e

File tree

1 file changed

+38
-8
lines changed

1 file changed

+38
-8
lines changed

pom.xml

Lines changed: 38 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
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+
123
<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">
224
<modelVersion>4.0.0</modelVersion>
325
<groupId>org.springdoc</groupId>
@@ -69,17 +91,17 @@
6991
<maven-release-plugin.version>2.5.3</maven-release-plugin.version>
7092
<nexus-staging-maven-plugin>1.6.8</nexus-staging-maven-plugin>
7193
<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>
7395
<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>
7597
<webjars-locator-core.version>0.50</webjars-locator-core.version>
7698
<gmavenplus-plugin.version>1.8.1</gmavenplus-plugin.version>
7799
<jaxb-impl.version>2.1</jaxb-impl.version>
78100
<javax.jws-api.version>1.1</javax.jws-api.version>
79101
<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>
81103
<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>
83105
</properties>
84106

85107
<dependencyManagement>
@@ -142,10 +164,18 @@
142164
<!-- spring Cloud -->
143165
<dependency>
144166
<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>
149179
</dependency>
150180
<!-- SpringDoc -->
151181
<dependency>

0 commit comments

Comments
 (0)