Skip to content

Commit d48ff95

Browse files
committedJan 28, 2025
bump version
1 parent 358a69e commit d48ff95

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed
 

‎README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,20 @@ To add this library to your project, you can include this dependency in your Mav
1414
<dependency>
1515
<groupId>io.fusionauth</groupId>
1616
<artifactId>java-http</artifactId>
17-
<version>0.4.0-RC.3</version>
17+
<version>0.4.0-RC.4</version>
1818
</dependency>
1919
```
2020

2121
If you are using Gradle, you can add this to your build file:
2222

2323
```groovy
24-
implementation 'io.fusionauth:java-http:0.4.0-RC.3'
24+
implementation 'io.fusionauth:java-http:0.4.0-RC.4'
2525
```
2626

2727
If you are using Savant, you can add this to your build file:
2828

2929
```groovy
30-
dependency(id: "io.fusionauth:java-http:0.4.0-RC.3")
30+
dependency(id: "io.fusionauth:java-http:0.4.0-RC.4")
3131
```
3232

3333
## Examples Usages:

‎build.savant

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2018-2024, FusionAuth, All Rights Reserved
2+
* Copyright (c) 2018-2025, FusionAuth, All Rights Reserved
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -17,7 +17,7 @@ jackson5Version = "3.0.1"
1717
restifyVersion = "4.2.1"
1818
testngVersion = "7.10.2"
1919

20-
project(group: "io.fusionauth", name: "java-http", version: "0.4.0-RC.3", licenses: ["ApacheV2_0"]) {
20+
project(group: "io.fusionauth", name: "java-http", version: "0.4.0-RC.4", licenses: ["ApacheV2_0"]) {
2121
workflow {
2222
fetch {
2323
// Dependency resolution order:

‎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.4.0-RC.3</version>
5+
<version>0.4.0-RC.4</version>
66
<packaging>jar</packaging>
77

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

0 commit comments

Comments
 (0)