Grab the new version from Maven central https://repo1.maven.org/maven2/com/lukaspradel/steam-web-api/1.13.0/ by using it in your dependencies like so:
<dependencies>
<dependency>
<groupId>com.lukaspradel</groupId>
<artifactId>steam-web-api</artifactId>
<version>1.13.0</version>
</dependency>
</dependencies>
What's Changed
- Bump com.fasterxml.jackson.core:jackson-databind from 2.20.0 to 2.20.1 by @dependabot[bot] in #76
- Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.2 to 3.5.0 by @dependabot[bot] in #77
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in #78
- Bump org.apache.maven.plugins:maven-resources-plugin from 3.3.1 to 3.4.0 by @dependabot[bot] in #79
- Bump org.apache.maven.plugins:maven-source-plugin from 3.3.1 to 3.4.0 by @dependabot[bot] in #80
- Bump org.mockito:mockito-core from 5.20.0 to 5.21.0 by @dependabot[bot] in #81
- Feat: Base URL can be configured by @LSauce in #82
New Contributors
Full Changelog: 1.12.1...1.13.0