|
42 | 42 | <dependency>
|
43 | 43 | <groupId>org.glassfish.jersey.containers</groupId>
|
44 | 44 | <artifactId>jersey-container-servlet</artifactId>
|
45 |
| - <version>3.0.2</version> |
| 45 | + <version>3.1.4</version> |
46 | 46 | </dependency>
|
47 | 47 | <dependency>
|
48 | 48 | <groupId>org.glassfish.jersey.containers</groupId>
|
49 | 49 | <artifactId>jersey-container-jetty-http</artifactId>
|
50 |
| - <version>3.0.2</version> |
| 50 | + <version>3.1.4</version> |
51 | 51 | </dependency>
|
52 | 52 | <dependency>
|
53 | 53 | <groupId>org.glassfish.jersey.containers</groupId>
|
54 | 54 | <artifactId>jersey-container-jetty-servlet</artifactId>
|
55 |
| - <version>3.0.2</version> |
| 55 | + <version>3.1.4</version> |
56 | 56 | </dependency>
|
57 | 57 | <dependency>
|
58 | 58 | <groupId>org.glassfish.jersey.core</groupId>
|
59 | 59 | <artifactId>jersey-client</artifactId>
|
60 |
| - <version>3.0.2</version> |
| 60 | + <version>3.1.4</version> |
61 | 61 | </dependency>
|
62 | 62 | <dependency>
|
63 | 63 | <groupId>org.glassfish.jersey.core</groupId>
|
64 | 64 | <artifactId>jersey-common</artifactId>
|
65 |
| - <version>3.0.2</version> |
| 65 | + <version>3.1.4</version> |
66 | 66 | </dependency>
|
67 | 67 | <dependency>
|
68 | 68 | <groupId>org.glassfish.jersey.inject</groupId>
|
69 | 69 | <artifactId>jersey-hk2</artifactId>
|
70 |
| - <version>3.0.2</version> |
| 70 | + <version>3.1.4</version> |
71 | 71 | </dependency>
|
72 | 72 | <dependency>
|
73 | 73 | <groupId>com.sun.jersey</groupId>
|
|
77 | 77 | <dependency>
|
78 | 78 | <groupId>org.glassfish.jersey.media</groupId>
|
79 | 79 | <artifactId>jersey-media-json-jackson</artifactId>
|
80 |
| - <version>3.0.2</version> |
| 80 | + <version>3.1.4</version> |
81 | 81 | </dependency>
|
82 | 82 | <!-- https://mvnrepository.com/artifact/org.jdbi/jdbi3-core -->
|
83 | 83 | <dependency>
|
|
123 | 123 | <dependency>
|
124 | 124 | <groupId>org.glassfish.jersey.test-framework</groupId>
|
125 | 125 | <artifactId>jersey-test-framework-core</artifactId>
|
126 |
| - <version>3.0.2</version> |
| 126 | + <version>3.1.4</version> |
127 | 127 | </dependency>
|
128 | 128 | </dependencies>
|
129 | 129 |
|
|
0 commit comments