Skip to content

Commit

Permalink
Merge pull request #454 from swagger-api/prepare-release-1.0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
frantuma committed Oct 16, 2023
2 parents b885ed2 + 0c1aec8 commit f84e0dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<artifactId>swagger-inflector</artifactId>
<packaging>jar</packaging>
<name>swagger-inflector</name>
<version>1.0.24</version>
<version>1.0.25</version>
<url>https://github.com/swagger-api/swagger-inflector</url>
<scm>
<connection>scm:git:[email protected]:swagger-api/swagger-inflector.git</connection>
Expand Down
6 changes: 3 additions & 3 deletions scripts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -170,12 +170,12 @@
<dependency>
<groupId>io.swagger</groupId>
<artifactId>swagger-inflector</artifactId>
<version>1.0.24</version>
<version>1.0.25</version>
</dependency>
</dependencies>
<properties>
<jetty-version>9.4.51.v20230217</jetty-version>
<logback-version>1.4.5</logback-version>
<jetty-version>9.4.53.v20231009</jetty-version>
<logback-version>1.4.11</logback-version>
<junit-version>4.13.2</junit-version>
<slf4j-version>1.7.36</slf4j-version>
<codegen-version>2.1.4</codegen-version>
Expand Down

0 comments on commit f84e0dd

Please sign in to comment.