|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
| 2 | +<!-- |
| 3 | + ~ Copyright (c) 2022, FusionAuth, All Rights Reserved |
| 4 | + ~ |
| 5 | + ~ Licensed under the Apache License, Version 2.0 (the "License"); |
| 6 | + ~ you may not use this file except in compliance with the License. |
| 7 | + ~ You may obtain a copy of the License at |
| 8 | + ~ |
| 9 | + ~ http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | + ~ |
| 11 | + ~ Unless required by applicable law or agreed to in writing, |
| 12 | + ~ software distributed under the License is distributed on an |
| 13 | + ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, |
| 14 | + ~ either express or implied. See the License for the specific |
| 15 | + ~ language governing permissions and limitations under the License. |
| 16 | + --> |
2 | 17 | <project xmlns="http://maven.apache.org/POM/4.0.0"
|
3 | 18 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
4 | 19 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
5 | 20 | <modelVersion>4.0.0</modelVersion>
|
6 | 21 |
|
7 | 22 | <groupId>io.fusionauth</groupId>
|
8 | 23 | <artifactId>fusionauth-java-client</artifactId>
|
9 |
| - <version>1.35.1</version> |
| 24 | + <version>1.36.0</version> |
10 | 25 | <packaging>jar</packaging>
|
11 | 26 |
|
12 | 27 | <name>FusionAuth Java Client Library</name>
|
|
60 | 75 | <dependency>
|
61 | 76 | <groupId>com.fasterxml.jackson.core</groupId>
|
62 | 77 | <artifactId>jackson-core</artifactId>
|
63 |
| - <version>2.12.2</version> |
| 78 | + <version>2.13.2</version> |
64 | 79 | </dependency>
|
65 | 80 | <dependency>
|
66 | 81 | <groupId>com.fasterxml.jackson.core</groupId>
|
67 | 82 | <artifactId>jackson-databind</artifactId>
|
68 |
| - <version>2.12.2</version> |
| 83 | + <version>2.13.2</version> |
69 | 84 | </dependency>
|
70 | 85 | <dependency>
|
71 | 86 | <groupId>com.fasterxml.jackson.core</groupId>
|
72 | 87 | <artifactId>jackson-annotations</artifactId>
|
73 |
| - <version>2.12.2</version> |
| 88 | + <version>2.13.2</version> |
74 | 89 | </dependency>
|
75 | 90 | <dependency>
|
76 | 91 | <groupId>com.inversoft</groupId>
|
77 | 92 | <artifactId>restify</artifactId>
|
78 |
| - <version>3.5.2</version> |
| 93 | + <version>3.9.0</version> |
79 | 94 | </dependency>
|
80 | 95 | <dependency>
|
81 | 96 | <groupId>io.fusionauth</groupId>
|
82 | 97 | <artifactId>fusionauth-jwt</artifactId>
|
83 |
| - <version>3.6.0</version> |
| 98 | + <version>5.1.0</version> |
84 | 99 | </dependency>
|
85 | 100 | <dependency>
|
86 | 101 | <groupId>com.inversoft</groupId>
|
87 | 102 | <artifactId>jackson5</artifactId>
|
88 |
| - <version>2.4.8</version> |
| 103 | + <version>2.6.1</version> |
89 | 104 | </dependency>
|
90 | 105 | <dependency>
|
91 | 106 | <groupId>com.inversoft</groupId>
|
92 | 107 | <artifactId>java-error</artifactId>
|
93 |
| - <version>2.2.2</version> |
| 108 | + <version>2.2.3</version> |
94 | 109 | </dependency>
|
95 | 110 |
|
96 | 111 | <dependency>
|
|
0 commit comments