Skip to content

Commit b666a19

Browse files
committed
README and versions
1 parent 50fe1b8 commit b666a19

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@ To add this library to your project, you can include this dependency in your Mav
1212
<dependency>
1313
<groupId>io.fusionauth</groupId>
1414
<artifactId>java-http</artifactId>
15-
<version>0.3.2</version>
15+
<version>0.3.3</version>
1616
</dependency>
1717
```
1818

1919
If you are using Gradle, you can add this to your build file:
2020

2121
```groovy
22-
implementation 'io.fusionauth:java-http:0.3.20'
22+
implementation 'io.fusionauth:java-http:0.3.3'
2323
```
2424

2525
If you are using Savant, you can add this to your build file:
2626

2727
```groovy
28-
dependency(id: "io.fusionauth:java-http:0.3.2")
28+
dependency(id: "io.fusionauth:java-http:0.3.3")
2929
```
3030

3131
## Examples Usages:

java-http.iml

+8-8
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<orderEntry type="module-library" scope="TEST">
1818
<library>
1919
<CLASSES>
20-
<root url="jar://$MODULE_DIR$/.savant/cache/com/inversoft/restify/4.2.0/restify-4.2.0.jar!/" />
20+
<root url="jar://$MODULE_DIR$/.savant/cache/com/inversoft/restify/4.2.1/restify-4.2.1.jar!/" />
2121
</CLASSES>
2222
<JAVADOC />
2323
<SOURCES>
24-
<root url="jar://$MODULE_DIR$/.savant/cache/com/inversoft/restify/4.2.0/restify-4.2.0-src.jar!/" />
24+
<root url="jar://$MODULE_DIR$/.savant/cache/com/inversoft/restify/4.2.1/restify-4.2.1-src.jar!/" />
2525
</SOURCES>
2626
</library>
2727
</orderEntry>
@@ -39,33 +39,33 @@
3939
<orderEntry type="module-library" scope="TEST">
4040
<library>
4141
<CLASSES>
42-
<root url="jar://$MODULE_DIR$/.savant/cache/com/fasterxml/jackson/core/jackson-databind/2.13.3/jackson-databind-2.13.3.jar!/" />
42+
<root url="jar://$MODULE_DIR$/.savant/cache/com/fasterxml/jackson/core/jackson-databind/2.15.4/jackson-databind-2.15.4.jar!/" />
4343
</CLASSES>
4444
<JAVADOC />
4545
<SOURCES>
46-
<root url="jar://$MODULE_DIR$/.savant/cache/com/fasterxml/jackson/core/jackson-databind/2.13.3/jackson-databind-2.13.3-src.jar!/" />
46+
<root url="jar://$MODULE_DIR$/.savant/cache/com/fasterxml/jackson/core/jackson-databind/2.15.4/jackson-databind-2.15.4-src.jar!/" />
4747
</SOURCES>
4848
</library>
4949
</orderEntry>
5050
<orderEntry type="module-library" scope="TEST">
5151
<library>
5252
<CLASSES>
53-
<root url="jar://$MODULE_DIR$/.savant/cache/com/fasterxml/jackson/core/jackson-annotations/2.13.3/jackson-annotations-2.13.3.jar!/" />
53+
<root url="jar://$MODULE_DIR$/.savant/cache/com/fasterxml/jackson/core/jackson-annotations/2.15.4/jackson-annotations-2.15.4.jar!/" />
5454
</CLASSES>
5555
<JAVADOC />
5656
<SOURCES>
57-
<root url="jar://$MODULE_DIR$/.savant/cache/com/fasterxml/jackson/core/jackson-annotations/2.13.3/jackson-annotations-2.13.3-src.jar!/" />
57+
<root url="jar://$MODULE_DIR$/.savant/cache/com/fasterxml/jackson/core/jackson-annotations/2.15.4/jackson-annotations-2.15.4-src.jar!/" />
5858
</SOURCES>
5959
</library>
6060
</orderEntry>
6161
<orderEntry type="module-library" scope="TEST">
6262
<library>
6363
<CLASSES>
64-
<root url="jar://$MODULE_DIR$/.savant/cache/com/fasterxml/jackson/core/jackson-core/2.13.3/jackson-core-2.13.3.jar!/" />
64+
<root url="jar://$MODULE_DIR$/.savant/cache/com/fasterxml/jackson/core/jackson-core/2.15.4/jackson-core-2.15.4.jar!/" />
6565
</CLASSES>
6666
<JAVADOC />
6767
<SOURCES>
68-
<root url="jar://$MODULE_DIR$/.savant/cache/com/fasterxml/jackson/core/jackson-core/2.13.3/jackson-core-2.13.3-src.jar!/" />
68+
<root url="jar://$MODULE_DIR$/.savant/cache/com/fasterxml/jackson/core/jackson-core/2.15.4/jackson-core-2.15.4-src.jar!/" />
6969
</SOURCES>
7070
</library>
7171
</orderEntry>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>io.fusionauth</groupId>
44
<artifactId>java-http</artifactId>
5-
<version>0.3.2</version>
5+
<version>0.3.3</version>
66
<packaging>jar</packaging>
77

88
<name>Java HTTP library (client and server)</name>

0 commit comments

Comments
 (0)