Skip to content

Commit 58ce5bc

Browse files
build(deps): bump the all-gradle-version-updates group across 1 directory with 12 updates
Bumps the all-gradle-version-updates group with 11 updates in the /java directory: | Package | From | To | | --- | --- | --- | | [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) | `5.10.3` | `6.0.1` | | [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit-framework) | `5.11.4` | `6.0.1` | | com.diffplug.spotless | `8.0.0` | `8.1.0` | | [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) | `4.32.1` | `4.33.1` | | [me.lemire.integercompression:JavaFastPFOR](https://github.com/fast-pack/JavaFastPFOR) | `0.2.1` | `0.3.8` | | org.apache.orc:orc-core | `1.8.1` | `2.2.1` | | [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) | `15.0` | `26.0.2-1` | | [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) | `3.50.3.0` | `3.51.0.0` | | me.champeau.jmh | `0.7.2` | `0.7.3` | | [com.vanniktech.maven.publish](https://github.com/vanniktech/gradle-maven-publish-plugin) | `0.34.0` | `0.35.0` | | [commons-cli:commons-cli](https://github.com/apache/commons-cli) | `1.10.0` | `1.11.0` | Updates `org.junit.jupiter:junit-jupiter-api` from 5.10.3 to 6.0.1 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.10.3...r6.0.1) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.11.4 to 6.0.1 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.11.4...r6.0.1) Updates `org.junit.jupiter:junit-jupiter-params` from 5.10.3 to 6.0.1 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.10.3...r6.0.1) Updates `com.diffplug.spotless` from 8.0.0 to 8.1.0 Updates `com.google.protobuf:protobuf-java` from 4.32.1 to 4.33.1 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/commits) Updates `me.lemire.integercompression:JavaFastPFOR` from 0.2.1 to 0.3.8 - [Release notes](https://github.com/fast-pack/JavaFastPFOR/releases) - [Changelog](https://github.com/fast-pack/JavaFastPFOR/blob/master/CHANGELOG) - [Commits](fast-pack/JavaFastPFOR@JavaFastPFOR-0.2.1...JavaFastPFOR-0.3.8) Updates `org.apache.orc:orc-core` from 1.8.1 to 2.2.1 Updates `org.jetbrains:annotations` from 15.0 to 26.0.2-1 - [Release notes](https://github.com/JetBrains/java-annotations/releases) - [Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md) - [Commits](https://github.com/JetBrains/java-annotations/commits/26.0.2-1) Updates `org.xerial:sqlite-jdbc` from 3.50.3.0 to 3.51.0.0 - [Release notes](https://github.com/xerial/sqlite-jdbc/releases) - [Changelog](https://github.com/xerial/sqlite-jdbc/blob/master/CHANGELOG) - [Commits](xerial/sqlite-jdbc@3.50.3.0...3.51.0.0) Updates `me.champeau.jmh` from 0.7.2 to 0.7.3 Updates `com.vanniktech.maven.publish` from 0.34.0 to 0.35.0 - [Release notes](https://github.com/vanniktech/gradle-maven-publish-plugin/releases) - [Changelog](https://github.com/vanniktech/gradle-maven-publish-plugin/blob/main/CHANGELOG.md) - [Commits](vanniktech/gradle-maven-publish-plugin@0.34.0...0.35.0) Updates `commons-cli:commons-cli` from 1.10.0 to 1.11.0 - [Changelog](https://github.com/apache/commons-cli/blob/master/RELEASE-NOTES.txt) - [Commits](apache/commons-cli@rel/commons-cli-1.10.0...rel/commons-cli-1.11.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-gradle-version-updates - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-gradle-version-updates - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-gradle-version-updates - dependency-name: com.diffplug.spotless dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-gradle-version-updates - dependency-name: com.google.protobuf:protobuf-java dependency-version: 4.33.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-gradle-version-updates - dependency-name: me.lemire.integercompression:JavaFastPFOR dependency-version: 0.3.8 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-gradle-version-updates - dependency-name: org.apache.orc:orc-core dependency-version: 2.2.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-gradle-version-updates - dependency-name: org.jetbrains:annotations dependency-version: 26.0.2-1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-gradle-version-updates - dependency-name: org.xerial:sqlite-jdbc dependency-version: 3.51.0.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-gradle-version-updates - dependency-name: me.champeau.jmh dependency-version: 0.7.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-gradle-version-updates - dependency-name: com.vanniktech.maven.publish dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-gradle-version-updates - dependency-name: commons-cli:commons-cli dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-gradle-version-updates ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7a15623 commit 58ce5bc

File tree

3 files changed

+23
-23
lines changed

3 files changed

+23
-23
lines changed

java/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java-library'
3-
id('com.diffplug.spotless') version '8.0.0'
3+
id('com.diffplug.spotless') version '8.1.0'
44
id 'jacoco'
55
}
66

@@ -13,9 +13,9 @@ repositories {
1313

1414
dependencies {
1515
// Root project dependencies for common tasks
16-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.3'
17-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4'
18-
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.3'
16+
testImplementation 'org.junit.jupiter:junit-jupiter-api:6.0.1'
17+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:6.0.1'
18+
testImplementation 'org.junit.jupiter:junit-jupiter-params:6.0.1'
1919
}
2020

2121
test {

java/mlt-cli/build.gradle

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java-library'
3-
id('com.diffplug.spotless') version '8.0.0'
3+
id('com.diffplug.spotless') version '8.1.0'
44
id 'jacoco'
55
}
66

@@ -16,21 +16,21 @@ dependencies {
1616
implementation project(':mlt-core')
1717

1818
// CLI-specific dependencies
19-
implementation 'commons-cli:commons-cli:1.10.0'
19+
implementation 'commons-cli:commons-cli:1.11.0'
2020
implementation 'org.apache.commons:commons-compress:1.28.0'
2121
implementation 'org.imintel:mbtiles4j:1.0.6'
22-
implementation 'org.xerial:sqlite-jdbc:3.50.3.0'
22+
implementation 'org.xerial:sqlite-jdbc:3.51.1.0'
2323

2424
// Additional dependencies needed by CLI classes
2525
implementation 'com.google.code.gson:gson:2.13.2'
26-
implementation 'com.google.protobuf:protobuf-java:4.32.1'
26+
implementation 'com.google.protobuf:protobuf-java:4.33.1'
2727
implementation 'jakarta.annotation:jakarta.annotation-api:3.0.0'
28-
implementation 'org.jetbrains:annotations:15.0'
28+
implementation 'org.jetbrains:annotations:26.0.2-1'
2929
implementation 'org.locationtech.jts:jts-core:1.20.0'
3030

31-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.3'
32-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4'
33-
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.3'
31+
testImplementation 'org.junit.jupiter:junit-jupiter-api:6.0.1'
32+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:6.0.1'
33+
testImplementation 'org.junit.jupiter:junit-jupiter-params:6.0.1'
3434
}
3535

3636
test {

java/mlt-core/build.gradle

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
plugins {
22
id 'java-library'
3-
id('com.diffplug.spotless') version '8.0.0'
4-
id 'me.champeau.jmh' version '0.7.2'
3+
id('com.diffplug.spotless') version '8.1.0'
4+
id 'me.champeau.jmh' version '0.7.3'
55
id 'jacoco'
6-
id 'com.vanniktech.maven.publish' version '0.34.0'
6+
id 'com.vanniktech.maven.publish' version '0.35.0'
77
}
88

99
repositories {
@@ -18,23 +18,23 @@ dependencies {
1818
implementation 'com.github.davidmoten:hilbert-curve:0.2.3'
1919
implementation 'com.google.code.gson:gson:2.13.2'
2020
implementation 'com.google.guava:guava:33.5.0-jre'
21-
runtimeOnly 'com.google.protobuf:protobuf-java:4.32.1'
21+
runtimeOnly 'com.google.protobuf:protobuf-java:4.33.1'
2222
implementation 'io.github.earcut4j:earcut4j:2.2.2'
2323
testImplementation 'io.github.sebasbaumh:mapbox-vector-tile-java:25.1.0'
24-
implementation 'me.lemire.integercompression:JavaFastPFOR:0.2.1'
24+
implementation 'me.lemire.integercompression:JavaFastPFOR:0.3.9'
2525
implementation 'no.ecc.vectortile:java-vector-tile:1.3.23'
26-
implementation 'org.apache.orc:orc-core:1.8.1'
26+
implementation 'org.apache.orc:orc-core:2.2.1'
2727
implementation 'org.locationtech.jts:jts-core:1.20.0'
2828
implementation 'org.slf4j:slf4j-simple:2.0.17'
2929
implementation 'jakarta.annotation:jakarta.annotation-api:3.0.0'
30-
implementation 'org.jetbrains:annotations:15.0'
30+
implementation 'org.jetbrains:annotations:26.0.2-1'
3131

32-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.3'
33-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4'
34-
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.3'
32+
testImplementation 'org.junit.jupiter:junit-jupiter-api:6.0.1'
33+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:6.0.1'
34+
testImplementation 'org.junit.jupiter:junit-jupiter-params:6.0.1'
3535
testImplementation 'org.openjdk.jmh:jmh-core:1.37 '
3636
testImplementation 'org.openjdk.jmh:jmh-generator-annprocess:1.37'
37-
testImplementation 'org.xerial:sqlite-jdbc:3.50.3.0'
37+
testImplementation 'org.xerial:sqlite-jdbc:3.51.1.0'
3838
}
3939

4040
test {

0 commit comments

Comments
 (0)