Skip to content

Commit ded42db

Browse files
Bump the development-dependencies group across 1 directory with 5 updates (#1206)
Bumps the development-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | com.fasterxml.jackson.datatype:jackson-datatype-jsr310 | `2.20.1` | `2.21.0` | | [org.jetbrains.kotlin:kotlin-test](https://github.com/JetBrains/kotlin) | `2.2.21` | `2.3.0` | | [org.sonatype.central:central-publishing-maven-plugin](https://github.com/sonatype/central-publishing-maven-plugin) | `0.9.0` | `0.10.0` | | [org.assertj:assertj-core](https://github.com/assertj/assertj) | `3.27.6` | `3.27.7` | | [org.graalvm.buildtools:native-maven-plugin](https://github.com/graalvm/native-build-tools) | `0.11.3` | `0.11.4` | Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.20.1 to 2.21.0 Updates `org.jetbrains.kotlin:kotlin-test` from 2.2.21 to 2.3.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.2.21...v2.3.0) Updates `org.sonatype.central:central-publishing-maven-plugin` from 0.9.0 to 0.10.0 - [Commits](https://github.com/sonatype/central-publishing-maven-plugin/commits) Updates `org.assertj:assertj-core` from 3.27.6 to 3.27.7 - [Release notes](https://github.com/assertj/assertj/releases) - [Commits](assertj/assertj@assertj-build-3.27.6...assertj-build-3.27.7) Updates `org.graalvm.buildtools:native-maven-plugin` from 0.11.3 to 0.11.4 - [Release notes](https://github.com/graalvm/native-build-tools/releases) - [Commits](graalvm/native-build-tools@0.11.3...0.11.4) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310 dependency-version: 2.21.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: org.jetbrains.kotlin:kotlin-test dependency-version: 2.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: org.sonatype.central:central-publishing-maven-plugin dependency-version: 0.10.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: org.assertj:assertj-core dependency-version: 3.27.7 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.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ae77191 commit ded42db

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

nitrite-native-tests/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
<maven.compiler.target>17</maven.compiler.target>
2121
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2222

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

2828
<dependencyManagement>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<maven.compiler.source>11</maven.compiler.source>
5353
<maven.compiler.target>11</maven.compiler.target>
5454
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
55-
<jackson.version>2.20.1</jackson.version>
55+
<jackson.version>2.21.0</jackson.version>
5656
<slf4j.version>2.0.17</slf4j.version>
5757
<jasypt.version>1.9.3</jasypt.version>
5858
<h2.version>2.4.240</h2.version>
@@ -61,7 +61,7 @@
6161
<jts.version>1.20.0</jts.version>
6262
<commons-codec.version>1.20.0</commons-codec.version>
6363
<commons-io.version>2.21.0</commons-io.version>
64-
<kotlin.version>2.2.21</kotlin.version>
64+
<kotlin.version>2.3.0</kotlin.version>
6565
<kotlinx-serialization.version>1.9.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>
@@ -594,7 +594,7 @@
594594
<plugin>
595595
<groupId>org.sonatype.central</groupId>
596596
<artifactId>central-publishing-maven-plugin</artifactId>
597-
<version>0.9.0</version>
597+
<version>0.10.0</version>
598598
<executions>
599599
<execution>
600600
<id>deploy-artifacts</id>
@@ -679,7 +679,7 @@
679679
<plugin>
680680
<groupId>org.sonatype.central</groupId>
681681
<artifactId>central-publishing-maven-plugin</artifactId>
682-
<version>0.9.0</version>
682+
<version>0.10.0</version>
683683
<executions>
684684
<execution>
685685
<id>deploy-artifacts</id>

0 commit comments

Comments
 (0)