Skip to content

Commit db63d60

Browse files
authored
security update (#14)
1 parent a74ac1e commit db63d60

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

generated/src/main/resources/pom.xml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -19,83 +19,83 @@
1919
<modelVersion>4.0.0</modelVersion>
2020
<groupId>io.dockstore</groupId>
2121
<artifactId>swagger-java-discourse-client</artifactId>
22-
<version>2.0.0</version>
22+
<version>2.0.1-SNAPSHOT</version>
2323
<licenses>
2424
<license>
2525
<name>Apache Software License, Version 2.0</name>
26-
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
26+
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
2727
</license>
2828
</licenses>
2929
<dependencies>
3030
<dependency>
3131
<groupId>io.swagger</groupId>
3232
<artifactId>swagger-annotations</artifactId>
33-
<version>1.6.2</version>
33+
<version>1.6.8</version>
3434
<scope>compile</scope>
3535
</dependency>
3636
<dependency>
3737
<groupId>org.glassfish.jersey.core</groupId>
3838
<artifactId>jersey-client</artifactId>
39-
<version>2.33</version>
39+
<version>2.39</version>
4040
<scope>compile</scope>
4141
</dependency>
4242
<dependency>
4343
<groupId>org.glassfish.jersey.media</groupId>
4444
<artifactId>jersey-media-json-jackson</artifactId>
45-
<version>2.33</version>
45+
<version>2.39</version>
4646
<scope>compile</scope>
4747
<exclusions>
4848
<exclusion>
49-
<artifactId>jackson-jaxrs-base</artifactId>
5049
<groupId>com.fasterxml.jackson.jaxrs</groupId>
50+
<artifactId>jackson-jaxrs-base</artifactId>
5151
</exclusion>
5252
<exclusion>
53-
<artifactId>jackson-annotations</artifactId>
5453
<groupId>com.fasterxml.jackson.core</groupId>
54+
<artifactId>jackson-annotations</artifactId>
5555
</exclusion>
5656
<exclusion>
57-
<artifactId>jersey-common</artifactId>
5857
<groupId>org.glassfish.jersey.core</groupId>
58+
<artifactId>jersey-common</artifactId>
5959
</exclusion>
6060
<exclusion>
61-
<artifactId>jackson-jaxrs-json-provider</artifactId>
6261
<groupId>com.fasterxml.jackson.jaxrs</groupId>
62+
<artifactId>jackson-jaxrs-json-provider</artifactId>
6363
</exclusion>
6464
</exclusions>
6565
</dependency>
6666
<dependency>
6767
<groupId>org.glassfish.jersey.media</groupId>
6868
<artifactId>jersey-media-multipart</artifactId>
69-
<version>2.33</version>
69+
<version>2.39</version>
7070
<scope>compile</scope>
7171
</dependency>
7272
<dependency>
7373
<groupId>com.fasterxml.jackson.core</groupId>
7474
<artifactId>jackson-core</artifactId>
75-
<version>2.12.3</version>
75+
<version>2.13.5</version>
7676
<scope>compile</scope>
7777
</dependency>
7878
<dependency>
7979
<groupId>com.fasterxml.jackson.core</groupId>
8080
<artifactId>jackson-annotations</artifactId>
81-
<version>2.12.3</version>
81+
<version>2.13.5</version>
8282
<scope>compile</scope>
8383
<exclusions>
8484
<exclusion>
85-
<artifactId>jackson-annotations</artifactId>
8685
<groupId>com.fasterxml.jackson.core</groupId>
86+
<artifactId>jackson-annotations</artifactId>
8787
</exclusion>
8888
</exclusions>
8989
</dependency>
9090
<dependency>
9191
<groupId>com.fasterxml.jackson.core</groupId>
9292
<artifactId>jackson-databind</artifactId>
93-
<version>2.12.3</version>
93+
<version>2.13.5</version>
9494
<scope>compile</scope>
9595
<exclusions>
9696
<exclusion>
97-
<artifactId>jackson-annotations</artifactId>
9897
<groupId>com.fasterxml.jackson.core</groupId>
98+
<artifactId>jackson-annotations</artifactId>
9999
</exclusion>
100100
</exclusions>
101101
</dependency>
@@ -108,13 +108,13 @@
108108
<dependency>
109109
<groupId>org.glassfish.jersey.core</groupId>
110110
<artifactId>jersey-common</artifactId>
111-
<version>2.33</version>
111+
<version>2.39</version>
112112
<scope>compile</scope>
113113
</dependency>
114114
<dependency>
115115
<groupId>com.fasterxml.jackson.datatype</groupId>
116116
<artifactId>jackson-datatype-jsr310</artifactId>
117-
<version>2.12.3</version>
117+
<version>2.13.5</version>
118118
<scope>compile</scope>
119119
</dependency>
120120
</dependencies>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<properties>
2727
<github.url>scm:git:git@github.com:dockstore/swagger-java-discourse-client.git</github.url>
2828
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
29-
<dockstore-core.version>1.12.0-alpha.0</dockstore-core.version>
29+
<dockstore-core.version>1.14.0-alpha.9</dockstore-core.version>
3030
<maven-failsafe.version>2.21.0</maven-failsafe.version>
3131
<maven-surefire.version>2.21.0</maven-surefire.version>
3232
<javadocExecutable>${java.home}/bin/javadoc</javadocExecutable>
@@ -63,7 +63,7 @@
6363
<connection>${github.url}</connection>
6464
<developerConnection>${github.url}</developerConnection>
6565
<url>${github.url}</url>
66-
<tag>swagger-java-bitbucket-client-2.0.0</tag>
66+
<tag>2.0.0</tag>
6767
</scm>
6868

6969
<licenses>
@@ -255,7 +255,7 @@
255255
<plugin>
256256
<groupId>com.github.spotbugs</groupId>
257257
<artifactId>spotbugs-maven-plugin</artifactId>
258-
<version>3.1.12.2</version>
258+
<version>4.5.3.0</version>
259259
</plugin>
260260
<plugin>
261261
<groupId>org.apache.maven.plugins</groupId>
@@ -281,7 +281,7 @@
281281
<plugin>
282282
<groupId>org.apache.maven.plugins</groupId>
283283
<artifactId>maven-enforcer-plugin</artifactId>
284-
<version>3.0.0-M3</version>
284+
<version>3.0.0</version>
285285
</plugin>
286286
<plugin>
287287
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)