Skip to content

Commit

Permalink
Merge pull request #19 from mauritssilvis/updates
Browse files Browse the repository at this point in the history
Update the Java darts dependencies
  • Loading branch information
mauritssilvis authored May 6, 2023
2 parents 40c2cc9 + 6dd0df6 commit 4b4a5f0
Show file tree
Hide file tree
Showing 9 changed files with 39 additions and 10 deletions.
8 changes: 8 additions & 0 deletions api/java-darts-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ 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.2] - 2023-05-06

### Changed

#### Dependencies

- Update the Gradle version from 8.1-RC-3 to 8.1.1.

## [0.7.1] - 2023-04-10

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

java-jdk = "20"

java-darts = "0.7.1"
java-darts = "0.7.2"

[libraries]

Expand Down
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-rc-3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
10 changes: 10 additions & 0 deletions cli/java-darts-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ 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.2] - 2023-05-06

### Changed

#### Dependencies

- Update the Gradle version from 8.1-RC-3 to 8.1.1.
- Update the picocli version from 4.7.2 to 4.7.3.
- Update the JUnit version from 5.9.2 to 5.9.3.

## [0.7.1] - 2023-04-10

### Changed
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,21 +8,23 @@ io-github-gradle-nexus-publish-plugin = { id = "io.github.gradle-nexus.publish-p

java-jdk = "20"

java-darts = "0.7.1"
java-darts = "0.7.2"

junit-jupiter = "5.9.2"
picocli = "4.7.3"

junit-jupiter = "5.9.3"

[libraries]

lombok = "org.projectlombok:lombok:1.18.26"

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

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

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

picocli = "info.picocli:picocli:4.7.2"
picocli = { group = "info.picocli", name = "picocli", version.ref = "picocli" }

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

Expand Down
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-rc-3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
9 changes: 9 additions & 0 deletions core/java-darts-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ 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.2] - 2023-05-06

### Changed

#### Dependencies

- Update the Gradle version from 8.1-RC-3 to 8.1.1.
- Update the JUnit version from 5.9.2 to 5.9.3.

## [0.7.1] - 2023-04-10

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

java-jdk = "20"

java-darts = "0.7.1"
java-darts = "0.7.2"

junit-jupiter = "5.9.2"
junit-jupiter = "5.9.3"

[libraries]

Expand Down
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-rc-3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 4b4a5f0

Please sign in to comment.