From f2376a3ac9618af0ff1308b9db92c16f295334ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Mar 2023 19:27:50 +0100 Subject: [PATCH 1/8] Bump org.jetbrains:annotations from 24.0.0 to 24.0.1 (#9) Bumps [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) from 24.0.0 to 24.0.1. - [Release notes](https://github.com/JetBrains/java-annotations/releases) - [Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md) - [Commits](https://github.com/JetBrains/java-annotations/commits) --- updated-dependencies: - dependency-name: org.jetbrains:annotations dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 3f159ac..3a63abd 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -45,7 +45,7 @@ repositories { dependencies { api("com.squareup.moshi:moshi:1.14.0") - compileOnlyApi("org.jetbrains:annotations:24.0.0") + compileOnlyApi("org.jetbrains:annotations:24.0.1") testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.2") testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.2") From 47d13ec8ed640f9c9e553bf1a554539a88e8884c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Mar 2023 12:44:25 +0100 Subject: [PATCH 2/8] Bump io.github.gradle-nexus.publish-plugin from 1.2.0 to 1.3.0 (#10) Bumps io.github.gradle-nexus.publish-plugin from 1.2.0 to 1.3.0. --- updated-dependencies: - dependency-name: io.github.gradle-nexus.publish-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 3a63abd..007ff15 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -17,7 +17,7 @@ plugins { id("java-library") id("org.openjfx.javafxplugin") version "0.0.13" id("maven-publish") - id("io.github.gradle-nexus.publish-plugin") version "1.2.0" + id("io.github.gradle-nexus.publish-plugin") version "1.3.0" signing jacoco } From 98e33dcc11150b36249e4a883ec6b85b4c8e94da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 15:58:22 +0200 Subject: [PATCH 3/8] Bump org.junit.jupiter:junit-jupiter-api from 5.9.2 to 5.9.3 (#11) Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.9.2 to 5.9.3. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.9.2...r5.9.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 007ff15..d8caf26 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -47,7 +47,7 @@ dependencies { api("com.squareup.moshi:moshi:1.14.0") compileOnlyApi("org.jetbrains:annotations:24.0.1") - testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.2") + testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.3") testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.2") } From 147fc36cecb1b8d6f262f008073af4ca53496fef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 16:13:17 +0200 Subject: [PATCH 4/8] Bump org.junit.jupiter:junit-jupiter-engine from 5.9.2 to 5.9.3 (#12) Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.9.2 to 5.9.3. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.9.2...r5.9.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index d8caf26..b4774bf 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -48,7 +48,7 @@ dependencies { compileOnlyApi("org.jetbrains:annotations:24.0.1") testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.3") - testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.2") + testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.3") } tasks.withType { From c1c4ca2d9e964293c8508c90584e5f8b2ccea309 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 21:31:10 +0200 Subject: [PATCH 5/8] Bump org.openjfx.javafxplugin from 0.0.13 to 0.0.14 (#13) Bumps org.openjfx.javafxplugin from 0.0.13 to 0.0.14. --- updated-dependencies: - dependency-name: org.openjfx.javafxplugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index b4774bf..e506222 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -15,7 +15,7 @@ plugins { id("java-library") - id("org.openjfx.javafxplugin") version "0.0.13" + id("org.openjfx.javafxplugin") version "0.0.14" id("maven-publish") id("io.github.gradle-nexus.publish-plugin") version "1.3.0" signing From 55243dffcb65a561f36fc1dc1001db4c86043e3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jun 2023 11:24:34 +0200 Subject: [PATCH 6/8] Bump com.squareup.moshi:moshi from 1.14.0 to 1.15.0 (#14) * Bump com.squareup.moshi:moshi from 1.14.0 to 1.15.0 Bumps [com.squareup.moshi:moshi](https://github.com/square/moshi) from 1.14.0 to 1.15.0. - [Changelog](https://github.com/square/moshi/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/moshi/compare/1.14.0...parent-1.15.0) --- updated-dependencies: - dependency-name: com.squareup.moshi:moshi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Changed module name --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: danygold --- build.gradle.kts | 2 +- src/main/java/module-info.java | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index e506222..92eb725 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -44,7 +44,7 @@ repositories { } dependencies { - api("com.squareup.moshi:moshi:1.14.0") + api("com.squareup.moshi:moshi:1.15.0") compileOnlyApi("org.jetbrains:annotations:24.0.1") testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.3") diff --git a/src/main/java/module-info.java b/src/main/java/module-info.java index 49a695b..d5b175b 100644 --- a/src/main/java/module-info.java +++ b/src/main/java/module-info.java @@ -1,5 +1,5 @@ module io.github.danygold.fx.moshi { - requires moshi; + requires com.squareup.moshi; requires transitive javafx.base; requires static org.jetbrains.annotations; @@ -9,9 +9,9 @@ exports io.github.danygold.fxmoshi.adapters.observable; exports io.github.danygold.fxmoshi.factories; - opens io.github.danygold.fxmoshi to moshi; - opens io.github.danygold.fxmoshi.adapters.properties to moshi; - opens io.github.danygold.fxmoshi.adapters.properties.primitives to moshi; - opens io.github.danygold.fxmoshi.adapters.observable to moshi; - opens io.github.danygold.fxmoshi.factories to moshi; + opens io.github.danygold.fxmoshi to com.squareup.moshi; + opens io.github.danygold.fxmoshi.adapters.properties to com.squareup.moshi; + opens io.github.danygold.fxmoshi.adapters.properties.primitives to com.squareup.moshi; + opens io.github.danygold.fxmoshi.adapters.observable to com.squareup.moshi; + opens io.github.danygold.fxmoshi.factories to com.squareup.moshi; } \ No newline at end of file From 4a9977ab8d0280f451196b58fc1a355955d2afc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 15:41:57 +0200 Subject: [PATCH 7/8] Bump org.junit.jupiter:junit-jupiter-engine from 5.9.3 to 5.10.0 (#15) Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.9.3 to 5.10.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.9.3...r5.10.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 92eb725..394379d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -48,7 +48,7 @@ dependencies { compileOnlyApi("org.jetbrains:annotations:24.0.1") testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.3") - testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.3") + testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.0") } tasks.withType { From febaad727318ff6341650066bcbecfa6bc0866d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 15:49:57 +0200 Subject: [PATCH 8/8] Bump org.junit.jupiter:junit-jupiter-api from 5.9.3 to 5.10.0 (#16) Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.9.3 to 5.10.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.9.3...r5.10.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 394379d..ed5bd87 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -47,7 +47,7 @@ dependencies { api("com.squareup.moshi:moshi:1.15.0") compileOnlyApi("org.jetbrains:annotations:24.0.1") - testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.3") + testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.0") testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.0") }