Skip to content

Commit

Permalink
update dependencies, changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealRyGuy committed May 29, 2023
1 parent cf5509e commit 0bb6057
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
- Update dependencies
- mark the client property of UploadLogResponse as transient
- This should fix an issue with deserialization on Java 17+
- Utilize `CompletableFuture` to wrap around API calls
- API calls are now async
- Moved visibility of all fields to `private`, some are also `final`
- Utilizes Java 11s `HttpClient`
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ repositories {
}

dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.2'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.3'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.3'

implementation 'com.google.code.gson:gson:2.10.1'
}
Expand Down

0 comments on commit 0bb6057

Please sign in to comment.