Skip to content

Commit b0dd7ea

Browse files
dependabot[bot]qct
andauthored
[maven] (deps): Bump springfox-swagger2.version from 2.7.0 to 3.0.0 (#15)
* [maven] (deps): Bump springfox-swagger2.version from 2.7.0 to 3.0.0 Bumps `springfox-swagger2.version` from 2.7.0 to 3.0.0. Updates `io.springfox:springfox-swagger2` from 2.7.0 to 3.0.0 - [Release notes](https://github.com/springfox/springfox/releases) - [Changelog](https://github.com/springfox/springfox/blob/master/docs/release-notes.md) - [Commits](springfox/springfox@2.7.0...3.0.0) Updates `io.springfox:springfox-swagger-ui` from 2.7.0 to 3.0.0 - [Release notes](https://github.com/springfox/springfox/releases) - [Changelog](https://github.com/springfox/springfox/blob/master/docs/release-notes.md) - [Commits](springfox/springfox@2.7.0...3.0.0) --- updated-dependencies: - dependency-name: io.springfox:springfox-swagger2 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: io.springfox:springfox-swagger-ui dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Fix guava dependency --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: qct <tango.qct@gmail.com>
1 parent 2f99ab9 commit b0dd7ea

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

spring-boot-swagger/pom.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<properties>
2020
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2121
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
22-
<springfox-swagger2.version>2.7.0</springfox-swagger2.version>
22+
<springfox-swagger2.version>3.0.0</springfox-swagger2.version>
2323
</properties>
2424

2525
<dependencies>
@@ -37,6 +37,11 @@
3737
<artifactId>springfox-swagger-ui</artifactId>
3838
<version>${springfox-swagger2.version}</version>
3939
</dependency>
40+
<dependency>
41+
<groupId>com.google.guava</groupId>
42+
<artifactId>guava</artifactId>
43+
<version>32.1.3-jre</version>
44+
</dependency>
4045
<dependency>
4146
<groupId>org.springframework.boot</groupId>
4247
<artifactId>spring-boot-starter-test</artifactId>
@@ -49,7 +54,6 @@
4954
<plugin>
5055
<groupId>org.apache.maven.plugins</groupId>
5156
<artifactId>maven-compiler-plugin</artifactId>
52-
<version>3.11.0</version>
5357
<configuration>
5458
<includes>
5559
<include>alex/**</include>

0 commit comments

Comments
 (0)