|
123 | 123 | <dependency> |
124 | 124 | <groupId>com.squareup.okhttp3</groupId> |
125 | 125 | <artifactId>okhttp</artifactId> |
126 | | - <version>4.9.3</version> |
| 126 | + <version>4.12.0</version> |
127 | 127 | </dependency> |
128 | 128 | <dependency> |
129 | 129 | <groupId>org.apache.oltu.oauth2</groupId> |
|
134 | 134 | <dependency> |
135 | 135 | <groupId>com.nimbusds</groupId> |
136 | 136 | <artifactId>nimbus-jose-jwt</artifactId> |
137 | | - <version>9.10</version> |
| 137 | + <version>9.41.1</version> |
138 | 138 | </dependency> |
139 | 139 |
|
140 | 140 | <dependency> |
141 | 141 | <groupId>com.fasterxml.jackson.core</groupId> |
142 | 142 | <artifactId>jackson-core</artifactId> |
143 | | - <version>2.13.3</version> |
| 143 | + <version>2.18.2</version> |
144 | 144 | </dependency> |
145 | 145 | <dependency> |
146 | 146 | <groupId>com.fasterxml.jackson.core</groupId> |
147 | 147 | <artifactId>jackson-databind</artifactId> |
148 | | - <version>2.13.3</version> |
| 148 | + <version>2.18.2</version> |
| 149 | + </dependency> |
| 150 | + <dependency> |
| 151 | + <groupId>com.google.code.findbugs</groupId> |
| 152 | + <artifactId>jsr305</artifactId> |
| 153 | + <version>3.0.2</version> |
149 | 154 | </dependency> |
150 | 155 | <dependency> |
151 | 156 | <groupId>junit</groupId> |
|
156 | 161 | <dependency> |
157 | 162 | <groupId>org.junit.jupiter</groupId> |
158 | 163 | <artifactId>junit-jupiter-api</artifactId> |
159 | | - <version>5.8.2</version> |
| 164 | + <version>5.11.4</version> |
160 | 165 | <scope>test</scope> |
161 | 166 | </dependency> |
162 | 167 | <dependency> |
163 | 168 | <groupId>org.junit.jupiter</groupId> |
164 | 169 | <artifactId>junit-jupiter-engine</artifactId> |
165 | | - <version>5.8.2</version> |
| 170 | + <version>5.11.4</version> |
166 | 171 | <scope>test</scope> |
167 | 172 | </dependency> |
168 | 173 | </dependencies> |
|
0 commit comments