Skip to content

Commit 51f2caa

Browse files
Bump the major group with 6 updates
Bumps the major group with 6 updates: | Package | From | To | | --- | --- | --- | | io.github.gradle-nexus.publish-plugin | `1.1.0` | `2.0.0` | | [com.tngtech.jgiven:jgiven-html5-report](https://github.com/TNG/jgiven) | `1.3.1` | `2.0.2` | | [com.tngtech.jgiven:jgiven-spring-junit5](https://github.com/TNG/jgiven) | `1.3.1` | `2.0.2` | | [io.toolisticon.testing:jgiven-kotlin](https://github.com/toolisticon/jgiven-kotlin) | `1.3.1.0` | `2.0.2.1` | | [net.logstash.logback:logstash-logback-encoder](https://github.com/logfellow/logstash-logback-encoder) | `7.4` | `8.1` | | [org.springframework.cloud:spring-cloud-dependencies](https://github.com/spring-cloud/spring-cloud-release) | `2024.0.1` | `2025.0.0` | Updates `io.github.gradle-nexus.publish-plugin` from 1.1.0 to 2.0.0 Updates `com.tngtech.jgiven:jgiven-html5-report` from 1.3.1 to 2.0.2 - [Release notes](https://github.com/TNG/jgiven/releases) - [Changelog](https://github.com/TNG/JGiven/blob/master/CHANGELOG.md) - [Commits](TNG/JGiven@v1.3.1...v2.0.2) Updates `com.tngtech.jgiven:jgiven-spring-junit5` from 1.3.1 to 2.0.2 - [Release notes](https://github.com/TNG/jgiven/releases) - [Changelog](https://github.com/TNG/JGiven/blob/master/CHANGELOG.md) - [Commits](TNG/JGiven@v1.3.1...v2.0.2) Updates `com.tngtech.jgiven:jgiven-spring-junit5` from 1.3.1 to 2.0.2 - [Release notes](https://github.com/TNG/jgiven/releases) - [Changelog](https://github.com/TNG/JGiven/blob/master/CHANGELOG.md) - [Commits](TNG/JGiven@v1.3.1...v2.0.2) Updates `io.toolisticon.testing:jgiven-kotlin` from 1.3.1.0 to 2.0.2.1 - [Release notes](https://github.com/toolisticon/jgiven-kotlin/releases) - [Commits](toolisticon/jgiven-kotlin@1.3.1.0...2.0.2.1) Updates `net.logstash.logback:logstash-logback-encoder` from 7.4 to 8.1 - [Release notes](https://github.com/logfellow/logstash-logback-encoder/releases) - [Commits](logfellow/logstash-logback-encoder@logstash-logback-encoder-7.4...logstash-logback-encoder-8.1) Updates `org.springframework.cloud:spring-cloud-dependencies` from 2024.0.1 to 2025.0.0 - [Release notes](https://github.com/spring-cloud/spring-cloud-release/releases) - [Commits](spring-cloud/spring-cloud-release@v2024.0.1...v2025.0.0) --- updated-dependencies: - dependency-name: io.github.gradle-nexus.publish-plugin dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: major - dependency-name: com.tngtech.jgiven:jgiven-html5-report dependency-version: 2.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: major - dependency-name: com.tngtech.jgiven:jgiven-spring-junit5 dependency-version: 2.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: major - dependency-name: com.tngtech.jgiven:jgiven-spring-junit5 dependency-version: 2.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: major - dependency-name: io.toolisticon.testing:jgiven-kotlin dependency-version: 2.0.2.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: major - dependency-name: net.logstash.logback:logstash-logback-encoder dependency-version: '8.1' dependency-type: direct:production update-type: version-update:semver-major dependency-group: major - dependency-name: org.springframework.cloud:spring-cloud-dependencies dependency-version: 2025.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 660cb10 commit 51f2caa

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id("io.github.gradle-nexus.publish-plugin") version "1.1.0"
2+
id("io.github.gradle-nexus.publish-plugin") version "2.0.0"
33
}
44

55
autoConfigure {

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ azure-identity = "1.15.4"
77
# we provide the latest version of guava here, as queryDSL pulls in a very old (and vulnerable) version of guava, and we want to override that here
88
guava = "33.2.1-jre"
99

10-
jgiven = "1.3.1"
10+
jgiven = "2.0.2"
1111
jupiter = "5.11.4"
1212

1313
kotlin-logging = "3.0.5"
1414

15-
logstash = "7.4"
15+
logstash = "8.1"
1616

1717
opentelemetry = "1.48.0"
1818

1919
shedlock = "6.3.0"
2020

2121
spring-boot = "3.4.5"
22-
spring-cloud = "2024.0.1"
22+
spring-cloud = "2025.0.0"
2323

2424
[libraries]
2525
archunit-ccv = { module = "io.cloudflight.cleancode.archunit:archunit-cleancode-verifier", version = "0.5.0" }
@@ -36,7 +36,7 @@ jackson-databind-nullable = { module = "org.openapitools:jackson-databind-nullab
3636
jgiven-html5-report = { module = "com.tngtech.jgiven:jgiven-html5-report", version.ref = "jgiven" }
3737
jgiven-junit5 = { module = "com.tngtech.jgiven:jgiven-html5-report", version.ref = "jgiven" }
3838
jgiven-spring-junit5 = { module = "com.tngtech.jgiven:jgiven-spring-junit5", version.ref = "jgiven" }
39-
jgiven-kotlin = { module = "io.toolisticon.testing:jgiven-kotlin", version = "1.3.1.0" }
39+
jgiven-kotlin = { module = "io.toolisticon.testing:jgiven-kotlin", version = "2.0.2.1" }
4040

4141
junit-api = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "jupiter" }
4242
junit-params = { module = "org.junit.jupiter:junit-jupiter-params", version.ref = "jupiter" }

0 commit comments

Comments
 (0)