From c1b70fcfaa42e68d1aa8de261f035fb75244ba8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Sep 2022 12:42:23 +0000 Subject: [PATCH] Build(deps): bump kotlin.version from 1.7.10 to 1.7.20 Bumps `kotlin.version` from 1.7.10 to 1.7.20. Updates `kotlin-stdlib` from 1.7.10 to 1.7.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits) Updates `kotlin-compiler` from 1.7.10 to 1.7.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits) Updates `kotlin-scripting-compiler` from 1.7.10 to 1.7.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits) Updates `kotlin-maven-plugin` from 1.7.10 to 1.7.20 Updates `kotlin-stdlib-common` from 1.7.10 to 1.7.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-compiler dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-scripting-compiler dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-stdlib-common dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 80 ++++++++++++++++++++++----------------------------------- 1 file changed, 30 insertions(+), 50 deletions(-) diff --git a/pom.xml b/pom.xml index eba60588a7..12d434eb53 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ 11 pre-3.4.0 11.17 - 5.8.2 + 5.9.1 4.13.2 ${maven.build.timestamp} @@ -23,21 +23,27 @@ UTF-8 UTF-8 - 1.10.0 3.2.3 - 1.7.10 + 1.7.20 - 2.0.0-alpha7 + 2.0.2 1.5.0 2.11.0 3.12.0 - 3.6.1 - + 3.6.1 https://sonarcloud.io 11 + 0.9.14 + + + org.junit.platform + junit-platform-launcher + 1.9.1 + test + @@ -115,52 +121,14 @@ mars-sim-headless mars-sim-base + - - - - org.graalvm.buildtools - native-maven-plugin - 0.9.12 - - - test-native - - test - - test - - - build-native - - build - - package - - - - mars-sim-graal - ${domainNameMainClass} - - --no-fallback - --verbose - - - - - - org.graalvm.buildtools - junit-platform-native - ${junit.version} - test - - - + org.jetbrains.kotlin @@ -233,13 +201,13 @@ com.github.spotbugs spotbugs-maven-plugin - 4.7.1.0 + 4.7.2.0 com.github.spotbugs spotbugs - 4.7.1 + 4.7.2 @@ -247,7 +215,7 @@ org.codehaus.mojo versions-maven-plugin - 2.11.0 + 2.12.0 false @@ -319,7 +287,7 @@ maven-deploy-plugin - 3.0.0-M2 + 3.0.0 default-deploy @@ -378,6 +346,7 @@ + @@ -413,5 +382,16 @@ Sonatype https://oss.sonatype.org/content/repositories/releases + + graalvm-native-build-tools-snapshots + GraalVM native-build-tools Snapshots + https://raw.githubusercontent.com/graalvm/native-build-tools/snapshots + + false + + + true + + \ No newline at end of file