Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump com.diffplug.spotless:spotless-maven-plugin from 2.43.0 to 2.44.0 #1142

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 7, 2025

Bumps com.diffplug.spotless:spotless-maven-plugin from 2.43.0 to 2.44.0.

Release notes

Sourced from com.diffplug.spotless:spotless-maven-plugin's releases.

Maven Plugin v2.44.0

Headline changes

Changed

  • Bump default ktlint version to latest 1.3.0 -> 1.4.0. (#2314)
  • Bump default jackson version to latest 2.18.0 -> 2.18.1. (#2319)
  • Bump default ktfmt version to latest 0.52 -> 0.53. (#2320)
  • Bump default ktlint version to latest 1.4.0 -> 1.5.0. (#2354)
  • Bump minimum eclipse-cdt version to 11.0 (removed support for 10.7). (#2373)
  • Bump default eclipse version to latest 4.32 -> 4.34. (#2381)

Fixed

  • You can now use removeUnusedImports and googleJavaFormat at the same time again. (fixes #2159)
  • The default list of type annotations used by formatAnnotations now includes Jakarta Validation's Valid and constraints validations (fixes #2334)

Maven Plugin v2.44.0.BETA4

Added

  • Support for line ending policy PRESERVE which just takes the first line ending of every given file as setting (no matter if \n, \r\n or \r) (#2304)

Fixed

  • ktlint steps now read from the string instead of the file so they don't clobber earlier steps. (fixes #1599)

Maven Plugin v2.44.0.BETA3

Added

Changed

  • Leverage local repository for Equo P2 cache. (#2238)
  • Add explicit support for CSS via biome. Formatting CSS via biome was already supported as a general formatting step. Biome supports formatting CSS as of 1.8.0 (experimental, opt-in) and 1.9.0 (stable). (#2259)
  • Bump default google-java-format version to latest 1.23.0 -> 1.24.0. (#2294)
  • Bump default jackson version to latest 2.17.2 -> 2.18.0. (#2279)
  • Bump default cleanthat version to latest 2.21 -> 2.22. (#2296)

Fixed

  • Java import order, ignore duplicate group entries. (#2293)

Maven Plugin v2.44.0.BETA2

Changed

  • Support toning down sortPom logging. (#2185)
  • Bump default ktlint version to latest 1.2.1 -> 1.3.0. (#2165)
  • Bump default ktfmt version to latest 0.49 -> 0.52. (#2172, #2231)
  • Rename property ktfmt option removeUnusedImport -> removeUnusedImports to match ktfmt. (#2172)
  • Bump default eclipse version to latest 4.29 -> 4.32. (#2179)
  • Bump default greclipse version to latest 4.29 -> 4.32. (#2179, #2190)
  • Bump default cdt version to latest 11.3 -> 11.6. (#2179)
  • Bump default gson version to latest 2.10.1 -> 2.11.0. (#2128)
  • Bump default jackson version to latest 2.17.1 -> 2.17.2. (#2195)
  • Bump default cleanthat version to latest 2.20 -> 2.21. (#2210)
  • Bump default google-java-format version to latest 1.22.0 -> 1.23.0. (#2212)

... (truncated)

Changelog

Sourced from com.diffplug.spotless:spotless-maven-plugin's changelog.

[2.44.0] - 2024-01-15

Added

  • New static method to DiffMessageFormatter which allows to retrieve diffs with their line numbers (#1960)
  • Gradle - Support for formatting shell scripts via shfmt. (#1994)

Fixed

  • Fix empty files with biome >= 1.5.0 when formatting files that are in the ignore list of the biome configuration file. (#1989 fixes #1987)
  • Fix a regression in BufStep where the same arguments were being provided to every buf invocation. (#1976)

Changed

  • Use palantir-java-format 2.39.0 on Java 21. (#1948)
  • Bump default ktlint version to latest 1.0.1 -> 1.1.1. (#1973)
  • Bump default googleJavaFormat version to latest 1.18.1 -> 1.19.2. (#1971)
  • Bump default diktat version to latest 1.2.5 -> 2.0.0. (#1972)

[2.43.1] - 2023-12-04

Fixed

  • Eclipse-based steps which contained any jars with a + in their path were broken, now fixed. (#1860)

Changed

  • Bump default palantir-java-format version to latest 2.28.0 -> 2.38.0 on Java 21. (#1920)
  • Bump default googleJavaFormat version to latest 1.17.0 -> 1.18.1. (#1920)
  • Bump default ktfmt version to latest 0.44 -> 0.46. (#1927)
  • Bump default eclipse version to latest 4.27 -> 4.29. (#1939)
  • Bump default greclipse version to latest 4.28 -> 4.29. (#1939)
  • Bump default cdt version to latest 11.1 -> 11.3. (#1939)
Commits
  • f82e0ff Published lib/2.44.0
  • e2e42e4 Add shell script support via shfmt (#1994)
  • 886048d Add Shfmt to the root README.
  • 85d2152 Mark shfmt as a test that needs a special dependency.
  • 0f36d0f Merge branch 'main' into tylercrawford/issue-1567/support-sh-bash
  • 350cf2e no empty files with biome when formatting ignored files (#1989 fixes #1987)
  • 2b52f75 Merge branch 'main' into fix-1987
  • a3ef63b Don't reuse BufStep args across invocations (#1976)
  • d055d4f spotlessApply
  • 82e3459 Merge branch 'main' into stop-reusing-args
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) from 2.43.0 to 2.44.0.
- [Release notes](https://github.com/diffplug/spotless/releases)
- [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md)
- [Commits](diffplug/spotless@lib/2.43.0...lib/2.44.0)

---
updated-dependencies:
- dependency-name: com.diffplug.spotless:spotless-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Upgrading dependencies label Jan 7, 2025
Copy link

sonarqubecloud bot commented Jan 7, 2025

Copy link

github-actions bot commented Jan 7, 2025

This Branch 8ff46f2 Base a70a976
0:01:12 DEB [archive] - Tile stats:
0:01:12 DEB [archive] - Biggest tiles (gzipped)
1. 14/4942/6092 (157k) https://onthegomap.github.io/planetiler-demo/#14.5/41.82864/-71.40015 (poi:85k)
2. 9/154/190 (144k) https://onthegomap.github.io/planetiler-demo/#9.5/41.77078/-71.36719 (landcover:85k)
3. 10/308/380 (136k) https://onthegomap.github.io/planetiler-demo/#10.5/41.90214/-71.54297 (landcover:66k)
4. 10/308/381 (135k) https://onthegomap.github.io/planetiler-demo/#10.5/41.63994/-71.54297 (landcover:71k)
5. 14/4941/6092 (113k) https://onthegomap.github.io/planetiler-demo/#14.5/41.82864/-71.42212 (poi:64k)
6. 14/4941/6093 (112k) https://onthegomap.github.io/planetiler-demo/#14.5/41.81227/-71.42212 (building:62k)
7. 14/4940/6092 (101k) https://onthegomap.github.io/planetiler-demo/#14.5/41.82864/-71.44409 (building:92k)
8. 11/616/762 (98k) https://onthegomap.github.io/planetiler-demo/#11.5/41.7057/-71.63086 (landcover:71k)
9. 14/4942/6091 (96k) https://onthegomap.github.io/planetiler-demo/#14.5/41.84501/-71.40015 (building:79k)
10. 11/616/761 (95k) https://onthegomap.github.io/planetiler-demo/#11.5/41.83679/-71.63086 (landcover:72k)
0:01:12 DEB [archive] - Max tile sizes
                      z0    z1    z2    z3    z4    z5    z6    z7    z8    z9   z10   z11   z12   z13   z14   all
           boundary  151   336   409   544   872   332   437   552   802  1.6k    2k  6.9k  6.2k  5.6k  4.5k  6.9k
              water 7.7k  3.7k  8.6k  5.5k  2.6k  5.1k   15k   18k   16k   26k   15k   13k   17k   15k   12k   26k
              place    0     0   441   441   441   640   714    1k  1.6k  3.1k  5.8k  3.4k  1.7k   803   948  5.8k
            landuse    0     0     0     0   549   695  1.6k  6.7k   17k   44k   59k   50k   38k   19k   12k   59k
     transportation    0     0     0     0   313   776  1.2k    4k  5.6k   17k   13k   17k   62k   47k   33k   62k
           waterway    0     0     0     0   112   119     0     0     0    3k  2.3k    2k  2.1k  4.9k  2.4k  4.9k
               park    0     0     0     0     0     0  1.3k  4.3k  9.7k   18k   13k  8.2k  3.7k  3.4k  4.4k   18k
transportation_name    0     0     0     0     0     0   287   364  1.1k  1.9k  5.5k  4.7k  3.9k  3.4k   18k   18k
          landcover    0     0     0     0     0     0     0  9.9k   29k   85k   71k   81k   53k   30k   25k   85k
      mountain_peak    0     0     0     0     0     0     0  1.1k  1.8k  3.4k  4.3k  2.8k  1.4k  1.4k   869  4.3k
         water_name    0     0     0     0     0     0     0     0     0   486   461   433   452  1.2k  1.5k  1.5k
    aerodrome_label    0     0     0     0     0     0     0     0     0     0   666   328   273   221   221   666
            aeroway    0     0     0     0     0     0     0     0     0     0  1.6k  2.1k    3k  3.4k  2.8k  3.4k
                poi    0     0     0     0     0     0     0     0     0     0     0     0   568   565   85k   85k
           building    0     0     0     0     0     0     0     0     0     0     0     0     0   59k   92k   92k
        housenumber    0     0     0     0     0     0     0     0     0     0     0     0     0     0   35k   35k
          full tile 7.9k    4k  9.5k  6.4k  3.7k    6k   20k   41k   82k  195k  181k  134k  113k  127k  247k  247k
            gzipped 6.2k  3.5k  7.1k  5.2k  3.1k  4.8k   14k   29k   59k  144k  136k   98k   83k   91k  157k  157k
0:01:12 DEB [archive] -    Max tile: 247k (gzipped: 157k)
0:01:12 DEB [archive] -    Avg tile: 5.4k (gzipped: 4k) using weighted average based on OSM traffic
0:01:12 DEB [archive] -     # tiles: 4,115,039
0:01:12 DEB [archive] -  # features: 5,519,187
0:01:12 INF [archive] - Finished in 20s cpu:1m14s avg:3.7
0:01:12 INF [archive] -   read    1x(3% 0.6s wait:18s done:1s)
0:01:12 INF [archive] -   encode  4x(56% 11s wait:2s done:1s)
0:01:12 INF [archive] -   write   1x(21% 4s wait:13s done:1s)
0:01:12 INF [archive] - Finished in 1m13s cpu:3m50s gc:1s avg:3.2
0:01:12 INF [archive] - FINISHED!
0:01:12 INF [archive] - 
0:01:12 INF [archive] - ----------------------------------------
0:01:12 INF [archive] - data errors:
0:01:12 INF [archive] - 	render_snap_fix_input	16,732
0:01:12 INF [archive] - 	osm_multipolygon_missing_way	360
0:01:12 INF [archive] - 	osm_boundary_missing_way	55
0:01:12 INF [archive] - 	merge_snap_fix_input	12
0:01:12 INF [archive] - 	feature_centroid_if_convex_osm_invalid_multipolygon_empty_after_fix	2
0:01:12 INF [archive] - 	render_snap_fix_input2	1
0:01:12 INF [archive] - 	omt_fix_water_before_ne_intersect	1
0:01:12 INF [archive] - 	feature_polygon_osm_invalid_multipolygon_empty_after_fix	1
0:01:12 INF [archive] - 	feature_point_on_surface_osm_invalid_multipolygon_empty_after_fix	1
0:01:12 INF [archive] - ----------------------------------------
0:01:12 INF [archive] - 	overall          1m13s cpu:3m50s gc:1s avg:3.2
0:01:12 INF [archive] - 	lake_centerlines 3s cpu:6s avg:2.2
0:01:12 INF [archive] - 	  read     1x(17% 0.5s done:2s)
0:01:12 INF [archive] - 	  process  4x(0% 0s done:2s)
0:01:12 INF [archive] - 	  write    1x(0% 0s done:2s)
0:01:12 INF [archive] - 	water_polygons   15s cpu:43s avg:2.8
0:01:12 INF [archive] - 	  read     1x(40% 6s done:7s)
0:01:12 INF [archive] - 	  process  4x(27% 4s wait:4s done:5s)
0:01:12 INF [archive] - 	  write    1x(4% 0.6s wait:10s done:5s)
0:01:12 INF [archive] - 	natural_earth    11s cpu:18s avg:1.6
0:01:12 INF [archive] - 	  read     1x(56% 6s done:5s)
0:01:12 INF [archive] - 	  process  4x(8% 0.8s wait:6s done:5s)
0:01:12 INF [archive] - 	  write    1x(0% 0s wait:6s done:5s)
0:01:12 INF [archive] - 	osm_pass1        2s cpu:6s avg:3.2
0:01:12 INF [archive] - 	  read     1x(2% 0s wait:2s)
0:01:12 INF [archive] - 	  parse    4x(34% 0.7s)
0:01:12 INF [archive] - 	  process  1x(70% 1s)
0:01:12 INF [archive] - 	osm_pass2        20s cpu:1m17s avg:3.9
0:01:12 INF [archive] - 	  read     1x(0% 0s wait:11s done:8s)
0:01:12 INF [archive] - 	  process  4x(75% 15s)
0:01:12 INF [archive] - 	  write    1x(2% 0.5s wait:19s)
0:01:12 INF [archive] - 	ne_lakes         0s cpu:0s avg:0
0:01:12 INF [archive] - 	boundaries       0s cpu:0s avg:1.1
0:01:12 INF [archive] - 	agg_stop         0s cpu:0s avg:0
0:01:12 INF [archive] - 	sort             1s cpu:4s avg:2.7
0:01:12 INF [archive] - 	  worker  1x(49% 0.7s)
0:01:12 INF [archive] - 	archive          20s cpu:1m14s avg:3.7
0:01:12 INF [archive] - 	  read    1x(3% 0.6s wait:18s done:1s)
0:01:12 INF [archive] - 	  encode  4x(56% 11s wait:2s done:1s)
0:01:12 INF [archive] - 	  write   1x(21% 4s wait:13s done:1s)
0:01:12 INF [archive] - ----------------------------------------
0:01:12 INF [archive] - 	archive	108MB
0:01:12 INF [archive] - 	features	284MB
-rw-r--r-- 1 runner docker 87M Jan  7 09:10 run.jar
0:01:08 DEB [archive] - Tile stats:
0:01:08 DEB [archive] - Biggest tiles (gzipped)
1. 14/4942/6092 (157k) https://onthegomap.github.io/planetiler-demo/#14.5/41.82864/-71.40015 (poi:85k)
2. 9/154/190 (144k) https://onthegomap.github.io/planetiler-demo/#9.5/41.77078/-71.36719 (landcover:85k)
3. 10/308/380 (136k) https://onthegomap.github.io/planetiler-demo/#10.5/41.90214/-71.54297 (landcover:66k)
4. 10/308/381 (135k) https://onthegomap.github.io/planetiler-demo/#10.5/41.63994/-71.54297 (landcover:71k)
5. 14/4941/6092 (113k) https://onthegomap.github.io/planetiler-demo/#14.5/41.82864/-71.42212 (poi:64k)
6. 14/4941/6093 (112k) https://onthegomap.github.io/planetiler-demo/#14.5/41.81227/-71.42212 (building:62k)
7. 14/4940/6092 (101k) https://onthegomap.github.io/planetiler-demo/#14.5/41.82864/-71.44409 (building:92k)
8. 11/616/762 (98k) https://onthegomap.github.io/planetiler-demo/#11.5/41.7057/-71.63086 (landcover:71k)
9. 14/4942/6091 (96k) https://onthegomap.github.io/planetiler-demo/#14.5/41.84501/-71.40015 (building:79k)
10. 11/616/761 (95k) https://onthegomap.github.io/planetiler-demo/#11.5/41.83679/-71.63086 (landcover:72k)
0:01:08 DEB [archive] - Max tile sizes
                      z0    z1    z2    z3    z4    z5    z6    z7    z8    z9   z10   z11   z12   z13   z14   all
           boundary  151   336   409   544   872   332   437   552   802  1.6k    2k  6.9k  6.2k  5.6k  4.5k  6.9k
              water 7.7k  3.7k  8.6k  5.5k  2.6k  5.1k   15k   18k   16k   26k   15k   13k   17k   15k   12k   26k
              place    0     0   441   441   441   640   714    1k  1.6k  3.1k  5.8k  3.4k  1.7k   803   948  5.8k
            landuse    0     0     0     0   549   695  1.6k  6.7k   17k   44k   59k   50k   38k   19k   12k   59k
     transportation    0     0     0     0   313   776  1.2k    4k  5.6k   17k   13k   17k   62k   47k   33k   62k
           waterway    0     0     0     0   112   119     0     0     0    3k  2.3k    2k  2.1k  4.9k  2.4k  4.9k
               park    0     0     0     0     0     0  1.3k  4.3k  9.7k   18k   13k  8.2k  3.7k  3.4k  4.4k   18k
transportation_name    0     0     0     0     0     0   287   364  1.1k  1.9k  5.5k  4.7k  3.9k  3.4k   18k   18k
          landcover    0     0     0     0     0     0     0  9.9k   29k   85k   71k   81k   53k   30k   25k   85k
      mountain_peak    0     0     0     0     0     0     0  1.1k  1.8k  3.4k  4.3k  2.8k  1.4k  1.4k   869  4.3k
         water_name    0     0     0     0     0     0     0     0     0   486   461   433   452  1.2k  1.5k  1.5k
    aerodrome_label    0     0     0     0     0     0     0     0     0     0   666   328   273   221   221   666
            aeroway    0     0     0     0     0     0     0     0     0     0  1.6k  2.1k    3k  3.4k  2.8k  3.4k
                poi    0     0     0     0     0     0     0     0     0     0     0     0   568   565   85k   85k
           building    0     0     0     0     0     0     0     0     0     0     0     0     0   59k   92k   92k
        housenumber    0     0     0     0     0     0     0     0     0     0     0     0     0     0   35k   35k
          full tile 7.9k    4k  9.5k  6.4k  3.7k    6k   20k   41k   82k  195k  181k  134k  113k  127k  247k  247k
            gzipped 6.2k  3.5k  7.1k  5.2k  3.1k  4.8k   14k   29k   59k  144k  136k   98k   83k   91k  157k  157k
0:01:08 DEB [archive] -    Max tile: 247k (gzipped: 157k)
0:01:08 DEB [archive] -    Avg tile: 5.4k (gzipped: 4k) using weighted average based on OSM traffic
0:01:08 DEB [archive] -     # tiles: 4,115,039
0:01:08 DEB [archive] -  # features: 5,519,187
0:01:08 INF [archive] - Finished in 21s cpu:1m17s avg:3.7
0:01:08 INF [archive] -   read    1x(3% 0.6s wait:19s done:1s)
0:01:08 INF [archive] -   encode  4x(56% 12s wait:2s done:1s)
0:01:08 INF [archive] -   write   1x(20% 4s wait:14s done:1s)
0:01:08 INF [archive] - Finished in 1m8s cpu:3m48s gc:1s avg:3.3
0:01:08 INF [archive] - FINISHED!
0:01:08 INF [archive] - 
0:01:08 INF [archive] - ----------------------------------------
0:01:08 INF [archive] - data errors:
0:01:08 INF [archive] - 	render_snap_fix_input	16,732
0:01:08 INF [archive] - 	osm_multipolygon_missing_way	360
0:01:08 INF [archive] - 	osm_boundary_missing_way	55
0:01:08 INF [archive] - 	merge_snap_fix_input	12
0:01:08 INF [archive] - 	feature_centroid_if_convex_osm_invalid_multipolygon_empty_after_fix	2
0:01:08 INF [archive] - 	render_snap_fix_input2	1
0:01:08 INF [archive] - 	omt_fix_water_before_ne_intersect	1
0:01:08 INF [archive] - 	feature_polygon_osm_invalid_multipolygon_empty_after_fix	1
0:01:08 INF [archive] - 	feature_point_on_surface_osm_invalid_multipolygon_empty_after_fix	1
0:01:08 INF [archive] - ----------------------------------------
0:01:08 INF [archive] - 	overall          1m8s cpu:3m48s gc:1s avg:3.3
0:01:08 INF [archive] - 	lake_centerlines 2s cpu:5s avg:2.5
0:01:08 INF [archive] - 	  read     1x(22% 0.5s done:2s)
0:01:08 INF [archive] - 	  process  4x(0% 0s done:2s)
0:01:08 INF [archive] - 	  write    1x(0% 0s done:2s)
0:01:08 INF [archive] - 	water_polygons   15s cpu:43s avg:2.8
0:01:08 INF [archive] - 	  read     1x(40% 6s done:7s)
0:01:08 INF [archive] - 	  process  4x(27% 4s wait:4s done:5s)
0:01:08 INF [archive] - 	  write    1x(4% 0.5s wait:10s done:5s)
0:01:08 INF [archive] - 	natural_earth    7s cpu:14s avg:2.1
0:01:08 INF [archive] - 	  read     1x(95% 6s)
0:01:08 INF [archive] - 	  process  4x(13% 0.8s wait:6s)
0:01:08 INF [archive] - 	  write    1x(0% 0s wait:6s)
0:01:08 INF [archive] - 	osm_pass1        2s cpu:7s avg:3.3
0:01:08 INF [archive] - 	  read     1x(2% 0s wait:2s)
0:01:08 INF [archive] - 	  parse    4x(34% 0.7s)
0:01:08 INF [archive] - 	  process  1x(67% 1s)
0:01:08 INF [archive] - 	osm_pass2        19s cpu:1m16s avg:4
0:01:08 INF [archive] - 	  read     1x(0% 0s wait:11s done:8s)
0:01:08 INF [archive] - 	  process  4x(76% 15s)
0:01:08 INF [archive] - 	  write    1x(3% 0.5s wait:19s)
0:01:08 INF [archive] - 	ne_lakes         0s cpu:0s avg:10.4
0:01:08 INF [archive] - 	boundaries       0s cpu:0s avg:1.1
0:01:08 INF [archive] - 	agg_stop         0s cpu:0s avg:16.5
0:01:08 INF [archive] - 	sort             1s cpu:4s avg:2.5
0:01:08 INF [archive] - 	  worker  1x(49% 0.7s)
0:01:08 INF [archive] - 	archive          21s cpu:1m17s avg:3.7
0:01:08 INF [archive] - 	  read    1x(3% 0.6s wait:19s done:1s)
0:01:08 INF [archive] - 	  encode  4x(56% 12s wait:2s done:1s)
0:01:08 INF [archive] - 	  write   1x(20% 4s wait:14s done:1s)
0:01:08 INF [archive] - ----------------------------------------
0:01:08 INF [archive] - 	archive	108MB
0:01:08 INF [archive] - 	features	284MB
-rw-r--r-- 1 runner docker 87M Jan  7 09:11 run.jar

Full logs: https://github.com/onthegomap/planetiler/actions/runs/12648446162

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 8, 2025

Superseded by #1144.

@dependabot dependabot bot closed this Jan 8, 2025
@dependabot dependabot bot deleted the dependabot/maven/com.diffplug.spotless-spotless-maven-plugin-2.44.0 branch January 8, 2025 09:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Upgrading dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants