Skip to content

Commit 33337d3

Browse files
Bump the gradle group across 1 directory with 5 updates (#286)
* Bump the gradle group across 1 directory with 5 updates Bumps the gradle group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [io.github.classgraph:classgraph](https://github.com/classgraph/classgraph) | `4.8.181` | `4.8.184` | | [com.squareup.okio:okio](https://github.com/square/okio) | `3.16.0` | `3.16.1` | | [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) | `5.13.4` | `6.0.0` | | [org.jetbrains.kotlinx:kotlinx-datetime](https://github.com/Kotlin/kotlinx-datetime) | `0.7.1` | `0.7.1-0.6.x-compat` | | [com.github.gmazzo.buildconfig](https://github.com/gmazzo/gradle-buildconfig-plugin) | `5.6.8` | `5.7.0` | Updates `io.github.classgraph:classgraph` from 4.8.181 to 4.8.184 - [Release notes](https://github.com/classgraph/classgraph/releases) - [Commits](classgraph/classgraph@classgraph-4.8.181...classgraph-4.8.184) Updates `com.squareup.okio:okio` from 3.16.0 to 3.16.1 - [Changelog](https://github.com/square/okio/blob/master/CHANGELOG.md) - [Commits](square/okio@parent-3.16.0...parent-3.16.1) Updates `org.junit.jupiter:junit-jupiter-api` from 5.13.4 to 6.0.0 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.4...r6.0.0) Updates `org.jetbrains.kotlinx:kotlinx-datetime` from 0.7.1 to 0.7.1-0.6.x-compat - [Release notes](https://github.com/Kotlin/kotlinx-datetime/releases) - [Changelog](https://github.com/Kotlin/kotlinx-datetime/blob/master/CHANGELOG.md) - [Commits](https://github.com/Kotlin/kotlinx-datetime/commits) Updates `com.github.gmazzo.buildconfig` from 5.6.8 to 5.7.0 - [Release notes](https://github.com/gmazzo/gradle-buildconfig-plugin/releases) - [Commits](gmazzo/gradle-buildconfig-plugin@v5.6.8...v5.7.0) --- updated-dependencies: - dependency-name: io.github.classgraph:classgraph dependency-version: 4.8.184 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: com.squareup.okio:okio dependency-version: 3.16.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: gradle - dependency-name: org.jetbrains.kotlinx:kotlinx-datetime dependency-version: 0.7.1-0.6.x-compat dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: com.github.gmazzo.buildconfig dependency-version: 5.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle ... Signed-off-by: dependabot[bot] <support@github.com> * Revert version * Updated changelog release date --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: stefankoppier <stefan.koppier@outlook.com>
1 parent 18e5f52 commit 33337d3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ kotlin-jvm-gradle-plugin = { module = "org.jetbrains.kotlin.jvm:org.jetbrains.ko
88
kotlin-maven-plugin = { module = "org.jetbrains.kotlin:kotlin-maven-plugin", version.ref = "kotlin" }
99
kotlin-gradle-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin" }
1010
dokka-gradle-plugin = { module = "org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin", version = "2.0.0" }
11-
classgraph = { module = "io.github.classgraph:classgraph", version = "4.8.181" }
12-
okio = { module = "com.squareup.okio:okio", version = "3.16.0" }
11+
classgraph = { module = "io.github.classgraph:classgraph", version = "4.8.184" }
12+
okio = { module = "com.squareup.okio:okio", version = "3.16.1" }
1313
assertj-core = { module = "org.assertj:assertj-core", version = "3.27.6" }
1414
maven-project = { module = "org.apache.maven:maven-project", version = "2.2.1" }
1515
maven-core = { module = "org.apache.maven:maven-core", version = "3.9.11" }
1616
maven-invoker = { module = "org.apache.maven.shared:maven-invoker", version = "3.3.0" }
17-
junit-jupiter-api = { module = "org.junit.jupiter:junit-jupiter-api", version = "5.13.4" }
17+
junit-jupiter-api = { module = "org.junit.jupiter:junit-jupiter-api", version = "6.0.0" }
1818
kotlinx-datetime = { module = "org.jetbrains.kotlinx:kotlinx-datetime", version = "0.7.1" }
1919

2020
[plugins]
2121
gradle-plugin-publish = { id = "com.gradle.plugin-publish", version = "2.0.0" }
2222
jreleaser = { id = "org.jreleaser", version = "1.19.0" }
23-
com-github-gmazzo-buildconfig = { id = "com.github.gmazzo.buildconfig", version = "5.6.8" }
23+
com-github-gmazzo-buildconfig = { id = "com.github.gmazzo.buildconfig", version = "5.7.0" }

website/src/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Changelog"
33
layout: "layouts/changelog.html"
44
changelog:
5-
- date: "tbd"
5+
- date: "2025-11-10"
66
title: "v2.2.20-1.6.0"
77
items:
88
- "Allow `mapping` to be used anywhere (at most once) in the body of the map function."

0 commit comments

Comments
 (0)