Grab the new version from Maven central https://repo1.maven.org/maven2/com/lukaspradel/steam-web-api/1.9.1/ by using it in your dependencies like so:
<dependencies>
<dependency>
<groupId>com.lukaspradel</groupId>
<artifactId>steam-web-api</artifactId>
<version>1.9.1</version>
</dependency>
</dependencies>
What's Changed
- Dota2 Api by @Pazus in #7
- Upgrade dependencies and upgrade to java 11 by @41zu in #11
- Upgrade to httpclient5 by @41zu in #13
- Bump jackson-databind from 2.13.3 to 2.13.4.1 by @dependabot in #14
- remove commons-io dependency from the project by @41zu in #15
- Update dependencies by @41zu in #16
- Remove powermock library dependency by @lpradel in #17
- Dependency updates by @41zu in #18
- #20 Fix integer overflow by using Long over Integer by @lpradel in #21
- Add support for /ISteamApps/GetAppList/v0002/ by @josephbleau in #22
- Replace the HTTP Client from Apache httpclient5 to java.net.http by @41zu in #23
- Add support for ResolveVanityURL requests by @41zu in #24
- Exclude schema files, when packaging the jar by @41zu in #25
- Modularize project by @41zu in #26
- Bump com.fasterxml.jackson.core:jackson-databind from 2.17.1 to 2.18.2 by @dependabot in #31
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.4 to 3.2.7 by @dependabot in #30
- Bump org.jsonschema2pojo:jsonschema2pojo-maven-plugin from 1.2.1 to 1.2.2 by @dependabot in #27
- Bump org.sonatype.plugins:nexus-staging-maven-plugin from 1.6.13 to 1.7.0 by @dependabot in #28
- Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.1 to 3.4.2 by @dependabot in #29
- Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.1 to 3.5.0 by @dependabot in #32
- Bump org.mockito:mockito-core from 5.12.0 to 5.14.2 by @dependabot in #33
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.11.2 by @dependabot in #34
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.5.2 by @dependabot in #35
- Bump jakarta.xml.bind:jakarta.xml.bind-api from 2.3.3 to 4.0.2 by @dependabot in #36
- Revert "Bump jakarta.xml.bind:jakarta.xml.bind-api from 2.3.3 to 4.0.2" by @lpradel in #40
- Use GITHUB_TOKEN for coveralls on PRs by @lpradel in #41
- Bump org.mockito:mockito-core from 5.14.2 to 5.15.2 by @dependabot in #39
New Contributors
- @Pazus made their first contribution in #7
- @41zu made their first contribution in #11
- @dependabot made their first contribution in #14
- @lpradel made their first contribution in #17
- @josephbleau made their first contribution in #22
Full Changelog: 1.0.0...1.9.1