Skip to content

Releases: triplea-game/triplea

2024-June-06 - 2.6.14756

06 Jun 03:20
598b4cf
Compare
Choose a tag to compare
Pre-release
Leverage existing JAR publish of existing http-client subproject (#12…

…620)

This update unifies the newly added JAR publish config with the existing
config.

I did not realize we already published jars, hence the need to unify
config that does about the same. Even better, the existing mechanism
only publishes the 'http-client' JAR, which is exactly
(and no more than) what we need for a server dependency.

2024-June-05 - 2.6.14752

05 Jun 16:08
8b8a14b
Compare
Choose a tag to compare
Bump com.google.guava:guava from 33.2.0-jre to 33.2.1-jre (#12610)

2024-June-05 - 2.6.14751

05 Jun 16:07
aa189c9
Compare
Choose a tag to compare
Bump com.avast.gradle.docker-compose from 0.17.6 to 0.17.7 (#12609)

2024-May-28 - 2.6.14748

28 May 04:09
577719f
Compare
Choose a tag to compare
Fix NPE in PlacementPicker. (#12602)

Make placements field never null.

Fixes https://github.com/triplea-game/triplea/issues/12589.

2024-May-28 - 2.6.14747

28 May 03:50
73ce5c7
Compare
Choose a tag to compare
Pre-release
Bump com.google.code.gson:gson from 2.10.1 to 2.11.0 (#12591)

Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.10.1 to 2.11.0.
- [Release notes](https://github.com/google/gson/releases)
- [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md)
- [Commits](https://github.com/google/gson/compare/gson-parent-2.10.1...gson-parent-2.11.0)

---
updated-dependencies:
- dependency-name: com.google.code.gson:gson
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

2024-May-28 - 2.6.14746

28 May 03:50
1c319db
Compare
Choose a tag to compare
Pre-release
Bump com.install4j.gradle from 10.0.7 to 10.0.8 (#12596)

Bumps com.install4j.gradle from 10.0.7 to 10.0.8.

---
updated-dependencies:
- dependency-name: com.install4j.gradle
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

2024-May-28 - 2.6.14745

28 May 03:50
a9be859
Compare
Choose a tag to compare
Pre-release
Bump commons-cli:commons-cli from 1.7.0 to 1.8.0 (#12597)

Bumps commons-cli:commons-cli from 1.7.0 to 1.8.0.

---
updated-dependencies:
- dependency-name: commons-cli:commons-cli
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

2024-May-16 - 2.6.14744

16 May 04:05
7aeff7e
Compare
Choose a tag to compare
Pre-release
Restore error message and prompt to download a map when not found. (#…

…12586)

* Restore error message and prompt to download a map when not found.

* Minor cleanup.

2024-May-13 - 2.6.14743

13 May 23:35
97e9b5c
Compare
Choose a tag to compare
Pre-release
Bump org.knowm.xchart:xchart from 3.8.7 to 3.8.8 (#12582)

Bumps [org.knowm.xchart:xchart](https://github.com/knowm/XChart) from 3.8.7 to 3.8.8.
- [Commits](https://github.com/knowm/XChart/compare/xchart-3.8.7...xchart-3.8.8)

---
updated-dependencies:
- dependency-name: org.knowm.xchart:xchart
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

2024-May-12 - 2.6.14742

12 May 00:31
5146b2c
Compare
Choose a tag to compare
Pre-release
Fix "Can't remove more than" error due to save game purchase code. (#…

…12578)

* Fix "Can't remove more than player has of resource" due to save game purchase code.

This would happen for a joined player because end() wasn't being called on the delegate object.

Also some code cleanup.

* More cleanup.