|
105 | 105 | <dependency> |
106 | 106 | <groupId>com.squareup.retrofit2</groupId> |
107 | 107 | <artifactId>retrofit</artifactId> |
108 | | - <version>2.5.0</version> |
| 108 | + <version>2.9.0</version> |
109 | 109 | </dependency> |
110 | 110 | <dependency> |
111 | 111 | <groupId>com.squareup.retrofit2</groupId> |
112 | 112 | <artifactId>converter-jackson</artifactId> |
113 | | - <version>2.1.0</version> |
| 113 | + <version>2.9.0</version> |
114 | 114 | </dependency> |
115 | 115 | <dependency> |
116 | 116 | <groupId>org.projectlombok</groupId> |
117 | 117 | <artifactId>lombok</artifactId> |
118 | | - <version>1.18.16</version> |
| 118 | + <version>1.18.20</version> |
119 | 119 | <scope>provided</scope> |
120 | 120 | </dependency> |
121 | 121 | <dependency> |
122 | 122 | <groupId>com.fasterxml.jackson.core</groupId> |
123 | 123 | <artifactId>jackson-core</artifactId> |
124 | | - <version>2.11.3</version> |
| 124 | + <version>2.12.4</version> |
125 | 125 | </dependency> |
126 | 126 | <dependency> |
127 | 127 | <groupId>com.auth0</groupId> |
|
131 | 131 | <dependency> |
132 | 132 | <groupId>com.squareup.okhttp3</groupId> |
133 | 133 | <artifactId>logging-interceptor</artifactId> |
134 | | - <version>3.3.1</version> |
| 134 | + <version>4.9.1</version> |
135 | 135 | </dependency> |
136 | 136 | <dependency> |
137 | 137 | <groupId>org.junit.jupiter</groupId> |
138 | 138 | <artifactId>junit-jupiter-api</artifactId> |
139 | | - <version>5.3.2</version> |
| 139 | + <version>5.7.2</version> |
140 | 140 | <scope>test</scope> |
141 | 141 | </dependency> |
142 | 142 | <dependency> |
143 | 143 | <groupId>org.mockito</groupId> |
144 | 144 | <artifactId>mockito-core</artifactId> |
145 | | - <version>3.6.28</version> |
| 145 | + <version>3.11.2</version> |
146 | 146 | <scope>test</scope> |
147 | 147 | </dependency> |
148 | 148 | </dependencies> |
|
0 commit comments