Skip to content

Commit 66415d7

Browse files
Bump the prod-deps group with 5 updates
Bumps the prod-deps group with 5 updates: | Package | From | To | | --- | --- | --- | | [io.quarkus.platform:quarkus-bom](https://github.com/quarkusio/quarkus-platform) | `3.34.1` | `3.34.6` | | [io.quarkus.platform:quarkus-maven-plugin](https://github.com/quarkusio/quarkus-platform) | `3.34.1` | `3.34.6` | | org.jetbrains.kotlin:kotlin-maven-allopen | `2.3.20` | `2.3.21` | | org.jetbrains.kotlin:kotlin-maven-plugin | `2.3.20` | `2.3.21` | | [com.github.gantsign.maven:ktlint-maven-plugin](https://github.com/gantsign/ktlint-maven-plugin) | `3.5.0` | `3.7.1` | Updates `io.quarkus.platform:quarkus-bom` from 3.34.1 to 3.34.6 - [Commits](quarkusio/quarkus-platform@3.34.1...3.34.6) Updates `io.quarkus.platform:quarkus-maven-plugin` from 3.34.1 to 3.34.6 - [Commits](quarkusio/quarkus-platform@3.34.1...3.34.6) Updates `org.jetbrains.kotlin:kotlin-maven-allopen` from 2.3.20 to 2.3.21 Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 2.3.20 to 2.3.21 Updates `io.quarkus.platform:quarkus-maven-plugin` from 3.34.1 to 3.34.6 - [Commits](quarkusio/quarkus-platform@3.34.1...3.34.6) Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 2.3.20 to 2.3.21 Updates `com.github.gantsign.maven:ktlint-maven-plugin` from 3.5.0 to 3.7.1 - [Release notes](https://github.com/gantsign/ktlint-maven-plugin/releases) - [Commits](gantsign/ktlint-maven-plugin@3.5.0...3.7.1) --- updated-dependencies: - dependency-name: io.quarkus.platform:quarkus-bom dependency-version: 3.34.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: io.quarkus.platform:quarkus-maven-plugin dependency-version: 3.34.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: org.jetbrains.kotlin:kotlin-maven-allopen dependency-version: 2.3.21 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin dependency-version: 2.3.21 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: io.quarkus.platform:quarkus-maven-plugin dependency-version: 3.34.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin dependency-version: 2.3.21 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: com.github.gantsign.maven:ktlint-maven-plugin dependency-version: 3.7.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c6d2026 commit 66415d7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</developers>
2424

2525
<properties>
26-
<kotlin.version>2.3.20</kotlin.version>
26+
<kotlin.version>2.3.21</kotlin.version>
2727
<maven.compiler.release>21</maven.compiler.release>
2828
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2929
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
@@ -33,14 +33,14 @@
3333
<detekt.version>1.23.8</detekt.version>
3434
<git-commit-id.version>9.1.0</git-commit-id.version>
3535
<jreleaser-maven-plugin.version>1.23.0</jreleaser-maven-plugin.version>
36-
<ktlint-maven-plugin.version>3.5.0</ktlint-maven-plugin.version>
36+
<ktlint-maven-plugin.version>3.7.1</ktlint-maven-plugin.version>
3737
<maven-antrun-plugin.version>3.2.0</maven-antrun-plugin.version>
3838
<maven-assembly-plugin.version>3.8.0</maven-assembly-plugin.version>
3939
<maven-surefire-junit5-tree-reporter.version>1.5.1</maven-surefire-junit5-tree-reporter.version>
4040
<mockito-inline.version>5.2.0</mockito-inline.version>
4141
<mockito-kotlin.version>6.3.0</mockito-kotlin.version>
4242
<os-maven-plugin.version>1.7.1</os-maven-plugin.version>
43-
<quarkus.platform.version>3.34.1</quarkus.platform.version>
43+
<quarkus.platform.version>3.34.6</quarkus.platform.version>
4444
<ret-plugin.version>0.2.4</ret-plugin.version>
4545
<skipITs>true</skipITs>
4646
<surefire-plugin.version>3.5.5</surefire-plugin.version>

0 commit comments

Comments
 (0)