Skip to content

Commit 328204f

Browse files
Bump the development-dependencies group across 1 directory with 2 updates
Bumps the development-dependencies group with 2 updates in the / directory: [org.jetbrains.kotlin:kotlin-test](https://github.com/JetBrains/kotlin) and [org.graalvm.buildtools:native-maven-plugin](https://github.com/graalvm/native-build-tools). Updates `org.jetbrains.kotlin:kotlin-test` from 2.3.10 to 2.3.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.3.20/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.3.10...v2.3.20) Updates `org.graalvm.buildtools:native-maven-plugin` from 0.11.4 to 0.11.5 - [Release notes](https://github.com/graalvm/native-build-tools/releases) - [Commits](graalvm/native-build-tools@0.11.4...0.11.5) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-test dependency-version: 2.3.20 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: org.graalvm.buildtools:native-maven-plugin dependency-version: 0.11.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2c0b494 commit 328204f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

nitrite-native-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<assertj.version>3.27.7</assertj.version>
2424
<junit.version>6.0.0</junit.version>
25-
<native-build-tools-plugin.version>0.11.4</native-build-tools-plugin.version>
25+
<native-build-tools-plugin.version>0.11.5</native-build-tools-plugin.version>
2626
</properties>
2727

2828
<dependencyManagement>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<jts.version>1.20.0</jts.version>
6262
<commons-codec.version>1.21.0</commons-codec.version>
6363
<commons-io.version>2.21.0</commons-io.version>
64-
<kotlin.version>2.3.10</kotlin.version>
64+
<kotlin.version>2.3.20</kotlin.version>
6565
<kotlinx-serialization.version>1.10.0</kotlinx-serialization.version>
6666
<kotlinx-datetime.version>0.7.1-0.6.x-compat</kotlinx-datetime.version>
6767
<lombok.version>1.18.42</lombok.version>

0 commit comments

Comments
 (0)