Skip to content
This repository was archived by the owner on Oct 30, 2023. It is now read-only.

Commit ca2c0eb

Browse files
committed
update to latest CXF, Spring Boot and Swagger UI version
1 parent 5b0d576 commit ca2c0eb

File tree

1 file changed

+13
-13
lines changed
  • java/java-cxf-spring-boot-minimal

1 file changed

+13
-13
lines changed

Diff for: java/java-cxf-spring-boot-minimal/pom.xml

+13-13
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
<name>swagger-cxf-spring-boot-minimal-sample-app</name>
1313
<version>2.0.0</version>
1414
<properties>
15-
<cxf.version>3.2.4</cxf.version>
16-
<spring-boot.version>2.0.2.RELEASE</spring-boot.version>
15+
<cxf.version>3.2.6</cxf.version>
16+
<spring-boot.version>2.0.5.RELEASE</spring-boot.version>
1717
</properties>
1818
<build>
1919
<sourceDirectory>src/main/java</sourceDirectory>
@@ -41,16 +41,16 @@
4141
</plugins>
4242
</build>
4343
<dependencyManagement>
44-
<dependencies>
45-
<dependency>
46-
<!-- Import dependency management from Spring Boot -->
47-
<groupId>org.springframework.boot</groupId>
48-
<artifactId>spring-boot-dependencies</artifactId>
49-
<version>${spring-boot.version}</version>
50-
<type>pom</type>
51-
<scope>import</scope>
52-
</dependency>
53-
</dependencies>
44+
<dependencies>
45+
<dependency>
46+
<!-- Import dependency management from Spring Boot -->
47+
<groupId>org.springframework.boot</groupId>
48+
<artifactId>spring-boot-dependencies</artifactId>
49+
<version>${spring-boot.version}</version>
50+
<type>pom</type>
51+
<scope>import</scope>
52+
</dependency>
53+
</dependencies>
5454
</dependencyManagement>
5555
<dependencies>
5656
<dependency>
@@ -67,7 +67,7 @@
6767
<dependency>
6868
<groupId>org.webjars</groupId>
6969
<artifactId>swagger-ui</artifactId>
70-
<version>3.17.0</version>
70+
<version>3.19.0</version>
7171
</dependency>
7272
<dependency>
7373
<groupId>org.apache.cxf</groupId>

0 commit comments

Comments
 (0)