|
4 | 4 | <modelVersion>4.0.0</modelVersion> |
5 | 5 | <groupId>io.dockstore</groupId> |
6 | 6 | <artifactId>swagger-java-bitbucket-client</artifactId> |
7 | | - <version>2.0.2</version> |
| 7 | + <version>2.0.3-SNAPSHOT</version> |
8 | 8 | <licenses> |
9 | 9 | <license> |
10 | 10 | <name>Apache Software License, Version 2.0</name> |
11 | | - <url>http://www.apache.org/licenses/LICENSE-2.0</url> |
| 11 | + <url>https://www.apache.org/licenses/LICENSE-2.0</url> |
12 | 12 | </license> |
13 | 13 | </licenses> |
14 | 14 | <dependencies> |
15 | 15 | <dependency> |
16 | 16 | <groupId>io.swagger</groupId> |
17 | 17 | <artifactId>swagger-annotations</artifactId> |
18 | | - <version>1.6.2</version> |
| 18 | + <version>1.6.8</version> |
19 | 19 | <scope>compile</scope> |
20 | 20 | </dependency> |
21 | 21 | <dependency> |
22 | 22 | <groupId>org.glassfish.jersey.core</groupId> |
23 | 23 | <artifactId>jersey-client</artifactId> |
24 | | - <version>2.33</version> |
| 24 | + <version>3.0.9</version> |
25 | 25 | <scope>compile</scope> |
26 | 26 | </dependency> |
27 | 27 | <dependency> |
28 | 28 | <groupId>org.glassfish.jersey.media</groupId> |
29 | 29 | <artifactId>jersey-media-json-jackson</artifactId> |
30 | | - <version>2.33</version> |
| 30 | + <version>3.0.9</version> |
31 | 31 | <scope>compile</scope> |
32 | 32 | <exclusions> |
33 | 33 | <exclusion> |
34 | | - <artifactId>jackson-jaxrs-base</artifactId> |
35 | 34 | <groupId>com.fasterxml.jackson.jaxrs</groupId> |
| 35 | + <artifactId>jackson-jaxrs-base</artifactId> |
36 | 36 | </exclusion> |
37 | 37 | <exclusion> |
38 | | - <artifactId>jackson-annotations</artifactId> |
39 | 38 | <groupId>com.fasterxml.jackson.core</groupId> |
| 39 | + <artifactId>jackson-annotations</artifactId> |
40 | 40 | </exclusion> |
41 | 41 | <exclusion> |
42 | | - <artifactId>jersey-common</artifactId> |
43 | 42 | <groupId>org.glassfish.jersey.core</groupId> |
| 43 | + <artifactId>jersey-common</artifactId> |
44 | 44 | </exclusion> |
45 | 45 | <exclusion> |
46 | | - <artifactId>jackson-jaxrs-json-provider</artifactId> |
47 | 46 | <groupId>com.fasterxml.jackson.jaxrs</groupId> |
| 47 | + <artifactId>jackson-jaxrs-json-provider</artifactId> |
48 | 48 | </exclusion> |
49 | 49 | </exclusions> |
50 | 50 | </dependency> |
51 | 51 | <dependency> |
52 | 52 | <groupId>org.glassfish.jersey.media</groupId> |
53 | 53 | <artifactId>jersey-media-multipart</artifactId> |
54 | | - <version>2.33</version> |
| 54 | + <version>3.0.9</version> |
55 | 55 | <scope>compile</scope> |
56 | 56 | </dependency> |
57 | 57 | <dependency> |
58 | 58 | <groupId>com.fasterxml.jackson.core</groupId> |
59 | 59 | <artifactId>jackson-core</artifactId> |
60 | | - <version>2.12.3</version> |
| 60 | + <version>2.14.2</version> |
61 | 61 | <scope>compile</scope> |
62 | 62 | </dependency> |
63 | 63 | <dependency> |
64 | 64 | <groupId>com.fasterxml.jackson.core</groupId> |
65 | 65 | <artifactId>jackson-annotations</artifactId> |
66 | | - <version>2.12.3</version> |
| 66 | + <version>2.14.2</version> |
67 | 67 | <scope>compile</scope> |
68 | 68 | <exclusions> |
69 | 69 | <exclusion> |
70 | | - <artifactId>jackson-annotations</artifactId> |
71 | 70 | <groupId>com.fasterxml.jackson.core</groupId> |
| 71 | + <artifactId>jackson-annotations</artifactId> |
72 | 72 | </exclusion> |
73 | 73 | </exclusions> |
74 | 74 | </dependency> |
75 | 75 | <dependency> |
76 | 76 | <groupId>com.fasterxml.jackson.core</groupId> |
77 | 77 | <artifactId>jackson-databind</artifactId> |
78 | | - <version>2.12.3</version> |
| 78 | + <version>2.14.2</version> |
79 | 79 | <scope>compile</scope> |
80 | 80 | <exclusions> |
81 | 81 | <exclusion> |
82 | | - <artifactId>jackson-annotations</artifactId> |
83 | 82 | <groupId>com.fasterxml.jackson.core</groupId> |
| 83 | + <artifactId>jackson-annotations</artifactId> |
84 | 84 | </exclusion> |
85 | 85 | </exclusions> |
86 | 86 | </dependency> |
87 | 87 | <dependency> |
88 | 88 | <groupId>jakarta.ws.rs</groupId> |
89 | 89 | <artifactId>jakarta.ws.rs-api</artifactId> |
90 | | - <version>2.1.6</version> |
| 90 | + <version>3.0.0</version> |
91 | 91 | <scope>compile</scope> |
92 | 92 | </dependency> |
93 | 93 | <dependency> |
94 | 94 | <groupId>org.glassfish.jersey.core</groupId> |
95 | 95 | <artifactId>jersey-common</artifactId> |
96 | | - <version>2.33</version> |
| 96 | + <version>3.0.9</version> |
97 | 97 | <scope>compile</scope> |
98 | 98 | </dependency> |
99 | 99 | <dependency> |
100 | 100 | <groupId>com.fasterxml.jackson.datatype</groupId> |
101 | 101 | <artifactId>jackson-datatype-jsr310</artifactId> |
102 | | - <version>2.12.3</version> |
| 102 | + <version>2.14.2</version> |
103 | 103 | <scope>compile</scope> |
104 | 104 | </dependency> |
105 | 105 | </dependencies> |
|
0 commit comments