Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions c2/c2-protocol/c2-protocol-component-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ limitations under the License.
<dependency>
<groupId>io.swagger</groupId>
<artifactId>swagger-annotations</artifactId>
<version>1.5.16</version>
<version>1.6.6</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
</project>
2 changes: 1 addition & 1 deletion minifi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ limitations under the License.
<dependency>
<groupId>io.swagger</groupId>
<artifactId>swagger-annotations</artifactId>
<version>1.5.16</version>
<version>1.6.6</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion nifi-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<dependency>
<groupId>io.swagger</groupId>
<artifactId>swagger-annotations</artifactId>
<version>1.5.16</version>
<version>1.6.6</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion nifi-manifest/nifi-extension-manifest-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<dependency>
<groupId>io.swagger</groupId>
<artifactId>swagger-annotations</artifactId>
<version>1.5.16</version>
<version>1.6.6</version>
</dependency>
<dependency>
<groupId>javax.validation</groupId>
Expand Down
2 changes: 1 addition & 1 deletion nifi-nar-bundles/nifi-framework-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@
<dependency>
<groupId>io.swagger</groupId>
<artifactId>swagger-annotations</artifactId>
<version>1.6.0</version>
<version>1.6.6</version>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
Expand Down
2 changes: 1 addition & 1 deletion nifi-registry/nifi-registry-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
<dependency>
<groupId>io.swagger</groupId>
<artifactId>swagger-annotations</artifactId>
<version>1.5.16</version>
<version>1.6.6</version>
</dependency>
<!-- open id connect - override transitive dependency version ranges -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion nifi-toolkit/nifi-toolkit-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ language governing permissions and limitations under the License. -->
<artifactId>swagger-annotations</artifactId>
<!-- TODO - remove version tag here after core NiFi upgrades dependency
from com.wordnik:swagger-annotations to io.swagger:swagger-annotations. -->
<version>1.6.0</version>
<version>1.6.6</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp</groupId>
Expand Down