Skip to content

Commit a63f96e

Browse files
committed
security update
1 parent fad3678 commit a63f96e

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

generated/src/main/resources/pom.xml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>io.dockstore</groupId>
66
<artifactId>swagger-java-sam-client</artifactId>
7-
<version>2.0.1</version>
7+
<version>2.0.2-SNAPSHOT</version>
88
<licenses>
99
<license>
1010
<name>Apache Software License, Version 2.0</name>
@@ -15,72 +15,72 @@
1515
<dependency>
1616
<groupId>io.swagger</groupId>
1717
<artifactId>swagger-annotations</artifactId>
18-
<version>1.6.2</version>
18+
<version>1.6.8</version>
1919
<scope>compile</scope>
2020
</dependency>
2121
<dependency>
2222
<groupId>org.glassfish.jersey.core</groupId>
2323
<artifactId>jersey-client</artifactId>
24-
<version>2.33</version>
24+
<version>2.39</version>
2525
<scope>compile</scope>
2626
</dependency>
2727
<dependency>
2828
<groupId>org.glassfish.jersey.media</groupId>
2929
<artifactId>jersey-media-json-jackson</artifactId>
30-
<version>2.33</version>
30+
<version>2.39</version>
3131
<scope>compile</scope>
3232
<exclusions>
3333
<exclusion>
34-
<artifactId>jackson-jaxrs-base</artifactId>
3534
<groupId>com.fasterxml.jackson.jaxrs</groupId>
35+
<artifactId>jackson-jaxrs-base</artifactId>
3636
</exclusion>
3737
<exclusion>
38-
<artifactId>jackson-annotations</artifactId>
3938
<groupId>com.fasterxml.jackson.core</groupId>
39+
<artifactId>jackson-annotations</artifactId>
4040
</exclusion>
4141
<exclusion>
42-
<artifactId>jersey-common</artifactId>
4342
<groupId>org.glassfish.jersey.core</groupId>
43+
<artifactId>jersey-common</artifactId>
4444
</exclusion>
4545
<exclusion>
46-
<artifactId>jackson-jaxrs-json-provider</artifactId>
4746
<groupId>com.fasterxml.jackson.jaxrs</groupId>
47+
<artifactId>jackson-jaxrs-json-provider</artifactId>
4848
</exclusion>
4949
</exclusions>
5050
</dependency>
5151
<dependency>
5252
<groupId>org.glassfish.jersey.media</groupId>
5353
<artifactId>jersey-media-multipart</artifactId>
54-
<version>2.33</version>
54+
<version>2.39</version>
5555
<scope>compile</scope>
5656
</dependency>
5757
<dependency>
5858
<groupId>com.fasterxml.jackson.core</groupId>
5959
<artifactId>jackson-core</artifactId>
60-
<version>2.12.3</version>
60+
<version>2.13.5</version>
6161
<scope>compile</scope>
6262
</dependency>
6363
<dependency>
6464
<groupId>com.fasterxml.jackson.core</groupId>
6565
<artifactId>jackson-annotations</artifactId>
66-
<version>2.12.3</version>
66+
<version>2.13.5</version>
6767
<scope>compile</scope>
6868
<exclusions>
6969
<exclusion>
70-
<artifactId>jackson-annotations</artifactId>
7170
<groupId>com.fasterxml.jackson.core</groupId>
71+
<artifactId>jackson-annotations</artifactId>
7272
</exclusion>
7373
</exclusions>
7474
</dependency>
7575
<dependency>
7676
<groupId>com.fasterxml.jackson.core</groupId>
7777
<artifactId>jackson-databind</artifactId>
78-
<version>2.12.3</version>
78+
<version>2.13.5</version>
7979
<scope>compile</scope>
8080
<exclusions>
8181
<exclusion>
82-
<artifactId>jackson-annotations</artifactId>
8382
<groupId>com.fasterxml.jackson.core</groupId>
83+
<artifactId>jackson-annotations</artifactId>
8484
</exclusion>
8585
</exclusions>
8686
</dependency>
@@ -93,13 +93,13 @@
9393
<dependency>
9494
<groupId>org.glassfish.jersey.core</groupId>
9595
<artifactId>jersey-common</artifactId>
96-
<version>2.33</version>
96+
<version>2.39</version>
9797
<scope>compile</scope>
9898
</dependency>
9999
<dependency>
100100
<groupId>com.fasterxml.jackson.datatype</groupId>
101101
<artifactId>jackson-datatype-jsr310</artifactId>
102-
<version>2.12.3</version>
102+
<version>2.13.5</version>
103103
<scope>compile</scope>
104104
</dependency>
105105
</dependencies>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<properties>
1212
<github.url>scm:git:git@github.com:dockstore/swagger-java-sam-client.git</github.url>
1313
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
14-
<dockstore-core.version>1.12.0-alpha.0</dockstore-core.version>
14+
<dockstore-core.version>1.14.0-alpha.9</dockstore-core.version>
1515
<maven-failsafe.version>2.21.0</maven-failsafe.version>
1616
<maven-surefire.version>2.21.0</maven-surefire.version>
1717
<javadocExecutable>${java.home}/bin/javadoc</javadocExecutable>
@@ -239,7 +239,7 @@
239239
<plugin>
240240
<groupId>com.github.spotbugs</groupId>
241241
<artifactId>spotbugs-maven-plugin</artifactId>
242-
<version>3.1.12.2</version>
242+
<version>4.5.3.0</version>
243243
</plugin>
244244
<plugin>
245245
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)