Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
frantuma committed Oct 26, 2023
1 parent d3406de commit 6f7215a
Show file tree
Hide file tree
Showing 7 changed files with 39 additions and 15 deletions.
2 changes: 1 addition & 1 deletion modules/swagger-codegen-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.swagger</groupId>
<artifactId>swagger-codegen-project</artifactId>
<version>2.4.35</version>
<version>2.4.36-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions modules/swagger-codegen-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.swagger</groupId>
<artifactId>swagger-codegen-project</artifactId>
<version>2.4.35</version>
<version>2.4.36-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>swagger-codegen-maven-plugin</artifactId>
Expand All @@ -16,7 +16,7 @@
</prerequisites>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.version>3.2.5</maven.version>
<maven.version>3.9.5</maven.version>
</properties>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion modules/swagger-codegen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.swagger</groupId>
<artifactId>swagger-codegen-project</artifactId>
<version>2.4.35</version>
<version>2.4.36-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion modules/swagger-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.swagger</groupId>
<artifactId>swagger-codegen-project</artifactId>
<version>2.4.35</version>
<version>2.4.36-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>swagger-generator</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion modules/swagger-generator/pom.xml.jenkins
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.swagger</groupId>
<artifactId>swagger-codegen-project</artifactId>
<version>2.4.35</version>
<version>2.4.36-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>swagger-generator</artifactId>
Expand Down
14 changes: 13 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<artifactId>swagger-codegen-project</artifactId>
<packaging>pom</packaging>
<name>swagger-codegen-project</name>
<version>2.4.35</version>
<version>2.4.36-SNAPSHOT</version>
<url>https://github.com/swagger-api/swagger-codegen</url>
<scm>
<connection>scm:git:[email protected]:swagger-api/swagger-codegen.git</connection>
Expand Down Expand Up @@ -965,6 +965,16 @@
<version>${mockito-version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>${httpclient-version}</version>
</dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>${json-version}</version>
</dependency>
</dependencies>
</dependencyManagement>
<repositories>
Expand Down Expand Up @@ -997,5 +1007,7 @@
<mockito-version>5.6.0</mockito-version>
<reflections-version>0.10.2</reflections-version>
<snakeyaml-version>2.2</snakeyaml-version>
<httpclient-version>4.5.14</httpclient-version>
<json-version>20231013</json-version>
</properties>
</project>
28 changes: 20 additions & 8 deletions pom.xml.jenkins
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<artifactId>swagger-codegen-project</artifactId>
<packaging>pom</packaging>
<name>swagger-codegen-project</name>
<version>2.4.35</version>
<version>2.4.36-SNAPSHOT</version>
<url>https://github.com/swagger-api/swagger-codegen</url>
<scm>
<connection>scm:git:[email protected]:swagger-api/swagger-codegen.git</connection>
Expand Down Expand Up @@ -990,6 +990,16 @@
<version>${mockito-version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>${httpclient-version}</version>
</dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>${json-version}</version>
</dependency>
</dependencies>
</dependencyManagement>
<repositories>
Expand All @@ -1002,24 +1012,26 @@
</repository>
</repositories>
<properties>
<swagger-parser-version>1.0.67</swagger-parser-version>
<swagger-parser-version>1.0.68</swagger-parser-version>
<scala-version>2.11.1</scala-version>
<felix-version>3.3.0</felix-version>
<swagger-core-version>1.6.11</swagger-core-version>
<swagger-core-version>1.6.12</swagger-core-version>
<commons-io-version>2.11.0</commons-io-version>
<commons-cli-version>1.5.0</commons-cli-version>
<junit-version>4.13.2</junit-version>
<jackson-version>2.15.2</jackson-version>
<jackson-version>2.15.3</jackson-version>
<maven-plugin-version>1.0.0</maven-plugin-version>
<commons-lang-version>3.12.0</commons-lang-version>
<commons-lang-version>3.13.0</commons-lang-version>
<slf4j-version>1.7.36</slf4j-version>
<scala-maven-plugin-version>3.2.1</scala-maven-plugin-version>
<jmustache-version>1.15</jmustache-version>
<testng-version>7.7.1</testng-version>
<testng-version>7.8.0</testng-version>
<surefire-version>3.0.0</surefire-version>
<jmockit-version>1.49</jmockit-version>
<mockito-version>5.2.0</mockito-version>
<mockito-version>5.6.0</mockito-version>
<reflections-version>0.10.2</reflections-version>
<snakeyaml-version>2.0</snakeyaml-version>
<snakeyaml-version>2.2</snakeyaml-version>
<httpclient-version>4.5.14</httpclient-version>
<json-version>20231013</json-version>
</properties>
</project>

0 comments on commit 6f7215a

Please sign in to comment.