Skip to content

Commit

Permalink
Merge pull request #20 from mauritssilvis/updates
Browse files Browse the repository at this point in the history
Update the Java darts dependencies
  • Loading branch information
mauritssilvis authored Aug 27, 2023
2 parents 4b4a5f0 + 33190d2 commit a792168
Show file tree
Hide file tree
Showing 21 changed files with 66 additions and 27 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Finally, `darts` can provide output in several formats: easily readable Markdown

Currently, `darts` is available as a Java-based command-line application.
More information about the installation and use of this app can be found in the [Java-based command-line interface](cli/java-darts-cli) readme.
If you are interested in checking out those checkout tables, refer to the [Markdown](tables/md-darts-tables) or the [HTML checkout tables](tables/html-darts-tables).
You can also check out those [checkout tables](tables/md-darts-tables).

## License

Expand Down
1 change: 0 additions & 1 deletion api/java-darts-api/.idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions api/java-darts-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ All notable changes to the `java-darts-api` project (see [darts](https://github.
The file format is based on [keep a changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [semantic versioning](https://semver.org/spec/v2.0.0.html).

## [0.7.3] - 2023-08-27

### Changed

#### Dependencies

- Update the Gradle version from 8.1.1 to 8.3.
- Update the Foojay resolver convention version from 0.4.0 to 0.7.0.
- Update the refreshVersions version from 0.51 to 0.60.
- Update the Lombok version from 1.18.26 to 1.18.28.

## [0.7.2] - 2023-05-06

### Changed
Expand Down
4 changes: 2 additions & 2 deletions api/java-darts-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ This API defines the features of Java implementations of `darts`.
To explore the Java API of `darts`, dive into the code.
Alternatively, you can download the latest `java-darts-api` release from https://github.com/mauritssilvis/darts/releases.

If you would like to generate checkout tables using a command-line application, refer to the [CLI overview](https://github.com/mauritssilvis/darts/tree/main/cli).
If you would like to explore extensive checkout tables for different types of darts games, refer to the [checkout table overview](https://github.com/mauritssilvis/darts/tree/main/tables).
If you would like to generate checkout tables using a command-line application, refer to the [Java-based command-line interface](https://github.com/mauritssilvis/darts/tree/main/cli/java-darts-cli).
If you would like to explore extensive checkout tables for different types of darts games, refer to the [checkout table overview](https://github.com/mauritssilvis/darts/tree/main/tables/md-darts-tables).

## License

Expand Down
4 changes: 2 additions & 2 deletions api/java-darts-api/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ io-github-gradle-nexus-publish-plugin = { id = "io.github.gradle-nexus.publish-p

java-jdk = "20"

java-darts = "0.7.2"
java-darts = "0.7.3"

[libraries]

lombok = "org.projectlombok:lombok:1.18.26"
lombok = "org.projectlombok:lombok:1.18.28"
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
4 changes: 2 additions & 2 deletions api/java-darts-api/settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
*/

plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.4.0"
id("de.fayard.refreshVersions") version "0.51.0"
id("org.gradle.toolchains.foojay-resolver-convention") version "0.7.0"
id("de.fayard.refreshVersions") version "0.60.0"
}

rootProject.name = "java-darts-api"
Expand Down
1 change: 0 additions & 1 deletion cli/java-darts-cli/.idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions cli/java-darts-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ All notable changes to the `java-darts-cli` project (see [darts](https://github.
The file format is based on [keep a changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [semantic versioning](https://semver.org/spec/v2.0.0.html).

## [0.7.3] - 2023-08-27

### Changed

#### Dependencies

- Update the Gradle version from 8.1.1 to 8.3.
- Update the Foojay resolver convention version from 0.4.0 to 0.7.0.
- Update the refreshVersions version from 0.51 to 0.60.
- Update the Lombok version from 1.18.26 to 1.18.28.
- Update the picocli version from 4.7.3 to 4.7.5.
- Update the JUnit version from 5.9.3 to 5.10.0.

## [0.7.2] - 2023-05-06

### Changed
Expand Down
2 changes: 1 addition & 1 deletion cli/java-darts-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Additionally, `darts` lets you:

The [installation](#1-installation) and [usage](#2-usage) of `darts` are discussed in what follows.
For solutions to commonly occurring problems, refer to the [troubleshooting](#3-troubleshooting) section.
If you would like to explore extensive checkout tables for different types of darts games, refer to the [checkout table overview](https://github.com/mauritssilvis/darts/tree/main/tables).
If you would like to explore extensive checkout tables for different types of darts games, refer to the [checkout table overview](https://github.com/mauritssilvis/darts/tree/main/tables/md-darts-tables).

## 1. Installation

Expand Down
1 change: 1 addition & 0 deletions cli/java-darts-cli/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ dependencies {
testImplementation(libs.junit.jupiter.params)

testRuntimeOnly(libs.junit.jupiter.engine)
testRuntimeOnly(libs.junit.platform.launcher)
}

java {
Expand Down
10 changes: 6 additions & 4 deletions cli/java-darts-cli/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ io-github-gradle-nexus-publish-plugin = { id = "io.github.gradle-nexus.publish-p

java-jdk = "20"

java-darts = "0.7.2"
java-darts = "0.7.3"

picocli = "4.7.3"
picocli = "4.7.5"

junit-jupiter = "5.9.3"
junit-jupiter = "5.10.0"

[libraries]

lombok = "org.projectlombok:lombok:1.18.26"
lombok = "org.projectlombok:lombok:1.18.28"

picocli-codegen = { group = "info.picocli", name = "picocli-codegen", version.ref = "picocli" }

Expand All @@ -31,3 +31,5 @@ junit-jupiter-api = { group = "org.junit.jupiter", name = "junit-jupiter-api", v
junit-jupiter-params = { group = "org.junit.jupiter", name = "junit-jupiter-params", version.ref = "junit-jupiter" }

junit-jupiter-engine = { group = "org.junit.jupiter", name = "junit-jupiter-engine", version.ref = "junit-jupiter" }

junit-platform-launcher = { module = "org.junit.platform:junit-platform-launcher" }
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
4 changes: 2 additions & 2 deletions cli/java-darts-cli/settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
*/

plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.4.0"
id("de.fayard.refreshVersions") version "0.51.0"
id("org.gradle.toolchains.foojay-resolver-convention") version "0.7.0"
id("de.fayard.refreshVersions") version "0.60.0"
}

rootProject.name = "java-darts-cli"
Expand Down
1 change: 0 additions & 1 deletion core/java-darts-core/.idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions core/java-darts-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ All notable changes to the `java-darts-core` project (see [darts](https://github
The file format is based on [keep a changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [semantic versioning](https://semver.org/spec/v2.0.0.html).

## [0.7.3] - 2023-08-27

### Changed

#### Dependencies

- Update the Gradle version from 8.1.1 to 8.3.
- Update the Foojay resolver convention version from 0.4.0 to 0.7.0.
- Update the refreshVersions version from 0.51 to 0.60.
- Update the Lombok version from 1.18.26 to 1.18.28.
- Update the JUnit version from 5.9.3 to 5.10.0.

## [0.7.2] - 2023-05-06

### Changed
Expand Down
4 changes: 2 additions & 2 deletions core/java-darts-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ Additionally, this implementation lets you:
To explore the Java implementation of `darts`, dive into the code.
Alternatively, you can download the latest `java-darts-core` release from https://github.com/mauritssilvis/darts/releases.

If you would like to generate checkout tables using a command-line application, refer to the [CLI overview](https://github.com/mauritssilvis/darts/tree/main/cli).
If you would like to explore extensive checkout tables for different types of darts games, refer to the [checkout table overview](https://github.com/mauritssilvis/darts/tree/main/tables).
If you would like to generate checkout tables using a command-line application, refer to the [Java-based command-line interface](https://github.com/mauritssilvis/darts/tree/main/cli/java-darts-cli).
If you would like to explore extensive checkout tables for different types of darts games, refer to the [checkout table overview](https://github.com/mauritssilvis/darts/tree/main/tables/md-darts-tables).

## License

Expand Down
1 change: 1 addition & 0 deletions core/java-darts-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ dependencies {
testImplementation(libs.junit.jupiter.params)

testRuntimeOnly(libs.junit.jupiter.engine)
testRuntimeOnly(libs.junit.platform.launcher)
}

java {
Expand Down
8 changes: 5 additions & 3 deletions core/java-darts-core/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ io-github-gradle-nexus-publish-plugin = { id = "io.github.gradle-nexus.publish-p

java-jdk = "20"

java-darts = "0.7.2"
java-darts = "0.7.3"

junit-jupiter = "5.9.3"
junit-jupiter = "5.10.0"

[libraries]

lombok = "org.projectlombok:lombok:1.18.26"
lombok = "org.projectlombok:lombok:1.18.28"

java-darts-api = { group = "nl.mauritssilvis.darts.java", name = "java-darts-api", version.ref = "java-darts" }

Expand All @@ -23,3 +23,5 @@ junit-jupiter-api = { group = "org.junit.jupiter", name = "junit-jupiter-api", v
junit-jupiter-params = { group = "org.junit.jupiter", name = "junit-jupiter-params", version.ref = "junit-jupiter" }

junit-jupiter-engine = { group = "org.junit.jupiter", name = "junit-jupiter-engine", version.ref = "junit-jupiter" }

junit-platform-launcher = { module = "org.junit.platform:junit-platform-launcher" }
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
4 changes: 2 additions & 2 deletions core/java-darts-core/settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
*/

plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.4.0"
id("de.fayard.refreshVersions") version "0.51.0"
id("org.gradle.toolchains.foojay-resolver-convention") version "0.7.0"
id("de.fayard.refreshVersions") version "0.60.0"
}

rootProject.name = "java-darts-core"
Expand Down

0 comments on commit a792168

Please sign in to comment.