|
19 | 19 | <modelVersion>4.0.0</modelVersion> |
20 | 20 | <groupId>io.dockstore</groupId> |
21 | 21 | <artifactId>swagger-java-discourse-client</artifactId> |
22 | | - <version>2.0.0</version> |
| 22 | + <version>2.0.1-SNAPSHOT</version> |
23 | 23 | <licenses> |
24 | 24 | <license> |
25 | 25 | <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> |
27 | 27 | </license> |
28 | 28 | </licenses> |
29 | 29 | <dependencies> |
30 | 30 | <dependency> |
31 | 31 | <groupId>io.swagger</groupId> |
32 | 32 | <artifactId>swagger-annotations</artifactId> |
33 | | - <version>1.6.2</version> |
| 33 | + <version>1.6.8</version> |
34 | 34 | <scope>compile</scope> |
35 | 35 | </dependency> |
36 | 36 | <dependency> |
37 | 37 | <groupId>org.glassfish.jersey.core</groupId> |
38 | 38 | <artifactId>jersey-client</artifactId> |
39 | | - <version>2.33</version> |
| 39 | + <version>2.39</version> |
40 | 40 | <scope>compile</scope> |
41 | 41 | </dependency> |
42 | 42 | <dependency> |
43 | 43 | <groupId>org.glassfish.jersey.media</groupId> |
44 | 44 | <artifactId>jersey-media-json-jackson</artifactId> |
45 | | - <version>2.33</version> |
| 45 | + <version>2.39</version> |
46 | 46 | <scope>compile</scope> |
47 | 47 | <exclusions> |
48 | 48 | <exclusion> |
49 | | - <artifactId>jackson-jaxrs-base</artifactId> |
50 | 49 | <groupId>com.fasterxml.jackson.jaxrs</groupId> |
| 50 | + <artifactId>jackson-jaxrs-base</artifactId> |
51 | 51 | </exclusion> |
52 | 52 | <exclusion> |
53 | | - <artifactId>jackson-annotations</artifactId> |
54 | 53 | <groupId>com.fasterxml.jackson.core</groupId> |
| 54 | + <artifactId>jackson-annotations</artifactId> |
55 | 55 | </exclusion> |
56 | 56 | <exclusion> |
57 | | - <artifactId>jersey-common</artifactId> |
58 | 57 | <groupId>org.glassfish.jersey.core</groupId> |
| 58 | + <artifactId>jersey-common</artifactId> |
59 | 59 | </exclusion> |
60 | 60 | <exclusion> |
61 | | - <artifactId>jackson-jaxrs-json-provider</artifactId> |
62 | 61 | <groupId>com.fasterxml.jackson.jaxrs</groupId> |
| 62 | + <artifactId>jackson-jaxrs-json-provider</artifactId> |
63 | 63 | </exclusion> |
64 | 64 | </exclusions> |
65 | 65 | </dependency> |
66 | 66 | <dependency> |
67 | 67 | <groupId>org.glassfish.jersey.media</groupId> |
68 | 68 | <artifactId>jersey-media-multipart</artifactId> |
69 | | - <version>2.33</version> |
| 69 | + <version>2.39</version> |
70 | 70 | <scope>compile</scope> |
71 | 71 | </dependency> |
72 | 72 | <dependency> |
73 | 73 | <groupId>com.fasterxml.jackson.core</groupId> |
74 | 74 | <artifactId>jackson-core</artifactId> |
75 | | - <version>2.12.3</version> |
| 75 | + <version>2.13.5</version> |
76 | 76 | <scope>compile</scope> |
77 | 77 | </dependency> |
78 | 78 | <dependency> |
79 | 79 | <groupId>com.fasterxml.jackson.core</groupId> |
80 | 80 | <artifactId>jackson-annotations</artifactId> |
81 | | - <version>2.12.3</version> |
| 81 | + <version>2.13.5</version> |
82 | 82 | <scope>compile</scope> |
83 | 83 | <exclusions> |
84 | 84 | <exclusion> |
85 | | - <artifactId>jackson-annotations</artifactId> |
86 | 85 | <groupId>com.fasterxml.jackson.core</groupId> |
| 86 | + <artifactId>jackson-annotations</artifactId> |
87 | 87 | </exclusion> |
88 | 88 | </exclusions> |
89 | 89 | </dependency> |
90 | 90 | <dependency> |
91 | 91 | <groupId>com.fasterxml.jackson.core</groupId> |
92 | 92 | <artifactId>jackson-databind</artifactId> |
93 | | - <version>2.12.3</version> |
| 93 | + <version>2.13.5</version> |
94 | 94 | <scope>compile</scope> |
95 | 95 | <exclusions> |
96 | 96 | <exclusion> |
97 | | - <artifactId>jackson-annotations</artifactId> |
98 | 97 | <groupId>com.fasterxml.jackson.core</groupId> |
| 98 | + <artifactId>jackson-annotations</artifactId> |
99 | 99 | </exclusion> |
100 | 100 | </exclusions> |
101 | 101 | </dependency> |
|
108 | 108 | <dependency> |
109 | 109 | <groupId>org.glassfish.jersey.core</groupId> |
110 | 110 | <artifactId>jersey-common</artifactId> |
111 | | - <version>2.33</version> |
| 111 | + <version>2.39</version> |
112 | 112 | <scope>compile</scope> |
113 | 113 | </dependency> |
114 | 114 | <dependency> |
115 | 115 | <groupId>com.fasterxml.jackson.datatype</groupId> |
116 | 116 | <artifactId>jackson-datatype-jsr310</artifactId> |
117 | | - <version>2.12.3</version> |
| 117 | + <version>2.13.5</version> |
118 | 118 | <scope>compile</scope> |
119 | 119 | </dependency> |
120 | 120 | </dependencies> |
|
0 commit comments