Skip to content

Commit

Permalink
Reduce java-stellar-sdk to 0.42.0 (#1579)
Browse files Browse the repository at this point in the history
### Description

Reduce java-stellar-sdk to 0.42.0
  • Loading branch information
lijamie98 authored Nov 20, 2024
2 parents ce50d4e + 3335860 commit 1f1b928
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Unreleased

## 1.0.22
* Fix `java-stellar-sdk` dependency version.

## 1.0.21
* Add new field to the JWT token [#885](https://github.com/stellar/java-stellar-anchor-sdk/pull/885)

Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
id("org.jetbrains.kotlin.jvm") version "1.6.10"
}

version = "1.0.21"
version = "1.0.22"

dependencies {
compileOnly(libs.servlet.api)
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencyResolutionManagement {
alias("commons.validator").to("commons-validator:commons-validator:1.7")
alias("google.gson").to("com.google.code.gson:gson:2.8.9")
alias("httpclient").to("org.apache.httpcomponents:httpclient:4.5.13")
alias("java.stellar.sdk").to("com.github.stellar:java-stellar-sdk:0.44.1")
alias("java.stellar.sdk").to("com.github.stellar:java-stellar-sdk:0.42.0")

alias("jakarta.xml.bind.api").to("jakarta.xml.bind:jakarta.xml.bind-api:2.3.3")

Expand Down

0 comments on commit 1f1b928

Please sign in to comment.