Skip to content
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: int128/gradle-swagger-generator-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e747430752127b67c5430a4e271d9b57122d2d3b
Choose a base ref
..
head repository: int128/gradle-swagger-generator-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5acf430ceb4a908107c68b9f0700d666eed20632
Choose a head ref
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ repositories {
}

dependencies {
implementation 'org.springframework.boot:spring-boot-starter-web:2.7.13'
implementation 'org.springframework.boot:spring-boot-starter-web:2.7.14'
implementation 'io.swagger:swagger-annotations:1.6.11'
swaggerCodegen 'io.swagger:swagger-codegen-cli:2.4.32'
}
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ repositories {
}

dependencies {
implementation 'org.springframework.boot:spring-boot-starter-web:2.7.13'
implementation 'org.springframework.boot:spring-boot-starter-web:2.7.14'
implementation 'io.swagger:swagger-annotations:1.6.11'
swaggerCodegen 'io.swagger.codegen.v3:swagger-codegen-cli:3.0.46'
}
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ repositories {
}

dependencies {
implementation 'org.springframework.boot:spring-boot-starter-web:2.7.13'
implementation 'org.springframework.boot:spring-boot-starter-web:2.7.14'
implementation 'io.swagger.core.v3:swagger-annotations:2.2.15'
implementation 'io.springfox:springfox-swagger2:2.9.2'
swaggerCodegen 'org.openapitools:openapi-generator-cli:3.3.4'