Skip to content

1.12.0

Choose a tag to compare

@github-actions github-actions released this 31 Aug 11:23
· 65 commits to master since this release
06eb0d3

Grab the new version from Maven central https://repo1.maven.org/maven2/com/lukaspradel/steam-web-api/1.12.0/ by using it in your dependencies like so:

<dependencies>
  <dependency>
      <groupId>com.lukaspradel</groupId>
      <artifactId>steam-web-api</artifactId>
      <version>1.12.0</version>
  </dependency>
</dependencies>

What's Changed

  • Bump com.fasterxml.jackson.core:jackson-databind from 2.18.2 to 2.18.3 by @dependabot[bot] in #45
  • Bump com.fasterxml.jackson.core:jackson-databind from 2.18.3 to 2.19.0 by @dependabot[bot] in #52
  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.13.0 to 3.14.0 by @dependabot[bot] in #43
  • Bump com.fasterxml.jackson.core:jackson-databind from 2.19.0 to 2.19.1 by @dependabot[bot] in #55
  • Bump org.mockito:mockito-core from 5.17.0 to 5.18.0 by @dependabot[bot] in #54
  • GH-56 Fix #56 issue of TestNG test suit not running in IDE due to Bas… by @lpradel in #57
  • Bump org.sonatype.central:central-publishing-maven-plugin from 0.7.0 to 0.8.0 by @dependabot[bot] in #58
  • Simplify exception handling to prepare for exposing HTTP status code by @lpradel in #59
  • Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.7 to 3.2.8 by @dependabot[bot] in #60
  • Bump com.fasterxml.jackson.core:jackson-databind from 2.19.1 to 2.19.2 by @dependabot[bot] in #62
  • Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.5.0 to 3.6.1 by @dependabot[bot] in #63
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.2 to 3.5.3 by @dependabot[bot] in #49
  • Bump org.mockito:mockito-core from 5.18.0 to 5.19.0 by @dependabot[bot] in #65
  • SteamApiException's status code exposure by @Fugasss in #53

New Contributors

Full Changelog: 1.11.0...1.12.0