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

Update all dependencies #108

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update all dependencies #108

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 14, 2023

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
suzuki-shunsuke/github-action-renovate-config-validator action patch v1.1.0 -> v1.1.1 age adoption passing confidence
ubuntu github-runner major 20.04 -> 24.04 age adoption passing confidence
com.diffplug.spotless:spotless-maven-plugin build minor 2.43.0 -> 2.44.2 age adoption passing confidence
org.skyscreamer:jsonassert test patch 1.5.1 -> 1.5.3 age adoption passing confidence
org.assertj:assertj-db test major 2.0.2 -> 3.0.0 age adoption passing confidence
org.wiremock:wiremock-standalone (source) test minor 3.6.0 -> 3.10.0 age adoption passing confidence
org.hsqldb:hsqldb (source) runtime patch 2.7.3 -> 2.7.4 age adoption passing confidence
com.microsoft.sqlserver:mssql-jdbc runtime major 9.5.0.jre17-preview -> 12.8.1.jre11 age adoption passing confidence
org.geotools:gt-epsg-wkt compile major 31.1 -> 32.1 age adoption passing confidence
org.geotools:gt-referencing compile major 31.1 -> 32.1 age adoption passing confidence
org.geotools:gt-main compile major 31.1 -> 32.1 age adoption passing confidence
com.google.guava:guava compile minor 33.1.0-jre -> 33.4.0-jre age adoption passing confidence

Release Notes

suzuki-shunsuke/github-action-renovate-config-validator (suzuki-shunsuke/github-action-renovate-config-validator)

v1.1.1

Compare Source

Bug Fixes

#​768 #​770 #​772 Fixed a bug strict doesn't work

renovate-config-validator has an issue aboutRENOVATE_CONFIG_FILE.

And now renovate-config-validator can accept files via positional arguments.

Unlike RENOVATE_CONFIG_FILE, positional arguments can pass multiple files, so we don't need to run renovate-config-validator by file.
So this release replaces RENOVATE_CONFIG_FILE with positional arguments.

diffplug/spotless (com.diffplug.spotless:spotless-maven-plugin)

v2.44.0

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)
skyscreamer/JSONassert (org.skyscreamer:jsonassert)

v1.5.3

  • Revert Java release version from 21 to 8 due to breaking older compilers.

v1.5.2

wiremock/wiremock (org.wiremock:wiremock-standalone)

v3.10.0

Compare Source

🚀 New Features

🐛 Bug fixes

📦 Dependency updates

v3.9.2

Compare Source

🐞 Bug Fixes

📦 Dependency updates

25 changes

✍️ Other Updates

  • Add support for reversing order of offsetting and truncating expected date/time values (#​2788) @​papiomytoglou
  • support multipart/related Requests (#​2830) @​mufasa1976
  • Update the now deprecated upload-artifact action (#​2844) @​leeturner
  • chore: remove node vulnerabilities 2 (#​2834) @​Mahoney
  • chore: remove node vulnerabilities (#​2833) @​Mahoney

v3.9.1

Compare Source

🐞 Bug Fixes

v3.9.0

Compare Source

🚀 New features and improvements

📖 OpenAPI updates

🐞 Bug fixes

📦 Dependency updates

v3.8.0

Compare Source

🚀 New features and improvements

📦 Dependency updates

🐞 Bug fixes

v3.7.0

Compare Source

🚀 New features and improvements

🐞 Bug fixes

✍ Other changes

📦 Dependency updates

Microsoft/mssql-jdbc (com.microsoft.sqlserver:mssql-jdbc)

v12.7.0

Added
  • Server Message Handler and SQLException Chaining #​2251
  • Finish support for RFC4180 for CSV bulk insert operations #​2338
  • Allow constructing a microsoft.sql.DateTimeOffset instance from a java.time.OffsetDateTime value #​2340
  • Added support for TDSType.GUID #​2370
Changed
  • Remove synchronized from Socket overrides #​2337
  • Default to RMFAIL instead of RMERR #​2348
Fixed issues
  • Fix to allow connection retries to be disabled by setting connectRetryCount to 0 #​2293
  • Fix to ensure metadata returned follows JDBC data type specs #​2326
  • Added token cache map to fix use of unintended auth token for subsequent connections #​2341
  • Fix calling procedures with output parameters by their four-part syntax #​2349
  • Reset socketTimeout to original value after a successful connection open #​2355
  • Clear prepared statement cache when resetting statement pool connection #​2361
  • Clear prepared statement handle before reconnect #​2364
  • Fixed ClassLoader leak of ActivityCorrelator ThreadLocal #​2366
  • Check if TDSCommand counter is null before incrementing #​2368
  • Escape schema for getProcedures and getProcedureColumns in SQLServerDatabaseMetaData #​2369
  • Fix to properly validate money and small money values for BulkCopy #​2379
geotools/geotools (org.geotools:gt-epsg-wkt)

v32.1: GeoTools - 32.1

Compare Source

Release notes
Bug

GEOT-7658 [MongoDB Plugin] The filter spliter may drop part of the filter

GEOT-7663 Rendering one way arrows based on external graphics results in mis-centered arrows

GEOT-7665 PointStackerProcess : first point is not taken into account to calculate Enveloppe min/max x/y

GEOT-7666 Parsing empty Rotation style element throws a ClassCastException

GEOT-7667 JDBCDataStore getAggregateValue is not JSONPointer aware when splitting the filters

GEOT-7669 ConcurrentModificationException in WMSCapabilities.getLayerList()

GEOT-7672 ElasticsearchDateConverter is not properly setting day of month when parsing Instants like 2024-10-04

GEOT-7674 Shapefile performance/memory usage regression: the DBF file is fully read in memory when reading features

Improvement

GEOT-7637 GetFeatures call of WFSContentComplexFeatureSource should set srs according to query

GEOT-7652 Avoid typename listing when NetCDF indexer file points to a single coverage

GEOT-7653 Cache CoordinateReferenceSystem hashcode, expensive to compute

GEOT-7654 Speed up reprojected rendering of large amounts of points

GEOT-7655 Exception trying to render curved labels with trailing newlines

GEOT-7656 Styles with large number of dynamic external graphics are bogged down by CQL parsing

GEOT-7657 TextSymbolizer rendering generates lots of TextStyle2D objects

GEOT-7659 Optimize font alternatives calculation

GEOT-7660 Rendering: build derived fonts in one shot

GEOT-7662 MBStyles translation of one way styles can be out of center, and upside down

GEOT-7671 Vector mosaic "count" implementation does not account for max features

Task

GEOT-7661 Fix spelling of geoemtry (geometry) in several places

GEOT-7685 Inclusion of CQL2 in release dependences occluded Jackson jars from release

v32.0: GeoTools 32.0

Compare Source

Release notes
Bug

GEOT-7127 Error in read empty DBF

GEOT-7528 GeoPackage: Timestamp is not written correctly

GEOT-7537 GeoPackage TIMESTAMP must be DATETIME according to the GeoPackage spec

GEOT-7539 The latest tutorials link is broken in https://docs.geotools.org/

GEOT-7540 startIndex parameter is not passed in WFS store request

GEOT-7569 throw error while adding feature to FlatGeobuf featureStore

GEOT-7579 FlatGeobuf handle java.util.Date and iso correctness

GEOT-7589 Fix the JsonArrayDelegation for Postgres to support searching in root level array

GEOT-7590 Patterns containing "&" are broken when using LikeFilter

GEOT-7596 Reduce change of white line artifacts when performing high subsampling on read

GEOT-7611 WMS Client throws an ArrayIndexOutOfBoundsException when parsing attribution logoUrl element in invalid capabilities XML

GEOT-7626 ReferencedEnvelope CRS compatibility check is not recognizing equivalent ProjectedCRS. (identity transformation between source and target CRS)

GEOT-7642 some modules rely on transitive version of units-api

Improvement

GEOT-7422 Update java units "indriya" to version 2.2

GEOT-7546 Add AUTO code (97004) for Geostationary satellite projection

GEOT-7548 Renovate arcgisrest with dependency updates and code formatting

GEOT-7550 Try harder to reproject envelopes with projections having a complex valid area

GEOT-7557 Provide the ability for downstream applications (e.g. GeoServer) to append additional querystring parameters e.g. AuthKey to every request made by the HTTPClient

GEOT-7558 GeoPackage extension output contains field types that are not supported by GDAL

GEOT-7561 Proposal: Individual contributor clarification

GEOT-7565 Upgrade ImageIO-Ext to 1.4.10

GEOT-7571 Support updates for PostgreSQL json/jsonb columns

GEOT-7576 Make SchemaCache use the HttpClient from the GeoTools hints

GEOT-7586 GeoPackage output contains invalid field types when publishing content from other JDBCDataStore

GEOT-7614 support for postgres reWriteBatchedInserts

GEOT-7617 Add a max and a min merge mode for image mosaics

GEOT-7633 Move ZoomContext/ZoomContextFinder class set from YSLD to main

GEOT-7640 Improve the polygon label function for rectangular geometries, and automatically compute a sane tolerance

GEOT-7643 Add support for vector tile specific vendor options in SLD/CSS

GEOT-7647 Allow programmatic registration and de-registration of data stores factories

New Feature

GEOT-7544 MemoryMappedRandomAccessFile for NetCDF Reading

GEOT-7585 Adding css-uniqueRoleName

GEOT-7606 Support fast extent estimation in HANA provider

GEOT-7618 Create an unsupported graticules module

Task

GEOT-7547 Upgrade to NetCDF 5.5.3

GEOT-7566 Upgrade commons-io from 2.12.0 to 2.16.1

GEOT-7567 Upgrade guava from 32.0.0 to 33.2.0

GEOT-7573 Upgrade PostgreSQL driver from 42.7.2 to 42.7.3

GEOT-7574 Upgrade commons-text from 1.10.0 to 1.12.0

GEOT-7577 Upgrade jackson from 2.15.2 to 2.17.1

GEOT-7578 Upgrade snakeyaml from 2.0 to 2.2

GEOT-7588 Maven javadoc build fix for Java 11.0.22 and newer aggregate build

GEOT-7599 Update MySQL CI matrix (drop 5.7, add 8.4)

GEOT-7610 Bump EasyMock to 5.3.0

GEOT-7615 Update Jackson 2 libs from 2.17.1 to 2.17.2

GEOT-7622 Upgrade guava from 33.2.0 to 33.2.1

GEOT-7623 Upgrade commons-lang3 from 3.14.0 to 3.15.0

GEOT-7624 Upgrade junit from 4.13.1 to 4.13.2

GEOT-7639 Upgrade to JTS 1.20.0

GEOT-7648 Update to ImageIO-Ext 1.14.13

GEOT-7650 Update to JAI-EXT 1.1.27

v31.5: GeoTools 31.5

Compare Source

Release notes - GeoTools - 31.5
Bug

GEOT-7673 TransformFeatureCollection doesn't account for query properties

GEOT-7680 User UUID is not set

GEOT-7689 Logic filter equality checks incorrectly implemented

GEOT-7690 RasterAsPointCollection used as a rendering transformation does not play well with tiling

GEOT-7691 Contour rendering transformation with tiling and high oversampling might result in in broken contours

GEOT-7692 Allow raster to vector rendering transformations to oversample reads on demand

Improvement

GEOT-7234 Implement `#getOptimizedBounds(...)` in SQLServerDialect

Task

GEOT-7685 Inclusion of CQL2 in release dependences occluded Jackson jars from release

GEOT-7694 Update MySQL driver to 9.1.0

v31.4

Compare Source

Release notes
Bug

GEOT-7528 GeoPackage: Timestamp is not written correctly

GEOT-7539 The latest tutorials link is broken in https://docs.geotools.org/

GEOT-7541 When cascading WMTS capabilities specifies a TileMatrixSet that doesn't exist GeoTools throws a ConcurrentModificationException

GEOT-7569 throw error while adding feature to FlatGeobuf featureStore

GEOT-7579 FlatGeobuf handle java.util.Date and iso correctness

GEOT-7627 Improper raster output and/or rendering transfromations output when reading at high oversampling factors with bilinear/bicubic interpolation

GEOT-7628 Regression in JDBC optimization of unique visitor with sorting

GEOT-7636 Line densification on reprojection can lead to OOM

GEOT-7658 [MongoDB Plugin] The filter spliter may drop part of the filter

GEOT-7663 Rendering one way arrows based on external graphics results in mis-centered arrows

GEOT-7665 PointStackerProcess : first point is not taken into account to calculate Enveloppe min/max x/y

GEOT-7666 Parsing empty Rotation style element throws a ClassCastException

GEOT-7667 JDBCDataStore getAggregateValue is not JSONPointer aware when splitting the filters

GEOT-7669 ConcurrentModificationException in WMSCapabilities.getLayerList()

GEOT-7672 ElasticsearchDateConverter is not properly setting day of month when parsing Instants like 2024-10-04

GEOT-7674 Shapefile performance/memory usage regression: the DBF file is fully read in memory when reading features

Improvement

GEOT-7550 Try harder to reproject envelopes with projections having a complex valid area

GEOT-7617 Add a max and a min merge mode for image mosaics

GEOT-7629 Add validation when deserializing objects

GEOT-7634 Update DWITHIN delegation in Mongo to support linestring

GEOT-7652 Avoid typename listing when NetCDF indexer file points to a single coverage

GEOT-7653 Cache CoordinateReferenceSystem hashcode, expensive to compute

GEOT-7654 Speed up reprojected rendering of large amounts of points

GEOT-7655 Exception trying to render curved labels with trailing newlines

GEOT-7656 Styles with large number of dynamic external graphics are bogged down by CQL parsing

GEOT-7657 TextSymbolizer rendering generates lots of TextStyle2D objects

GEOT-7659 Optimize font alternatives calculation

GEOT-7660 Rendering: build derived fonts in one shot

GEOT-7662 MBStyles translation of one way styles can be out of center, and upside down

GEOT-7671 Vector mosaic "count" implementation does not account for max features

Task

GEOT-7661 Fix spelling of geoemtry (geometry) in several places

v31.3: GeoTools 31.3

Compare Source

Release notes
Bug

GEOT-7127 Error in read empty DBF

GEOT-7589 Fix the JsonArrayDelegation for Postgres to support searching in root level array

GEOT-7590 Patterns containing "&" are broken when using LikeFilter

GEOT-7596 Reduce change of white line artifacts when performing high subsampling on read

Task

GEOT-7599 Update MySQL CI matrix (drop 5.7, add 8.4)

GEOT-7615 Update Jackson 2 libs from 2.17.1 to 2.17.2

What's Changed

Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.


This change is Reviewable

@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 020b323 to 60b927d Compare March 21, 2023 14:14
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from bfbf62f to d9ba274 Compare March 30, 2023 12:48
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from cfab1be to dba7efa Compare April 18, 2023 06:46
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from a59aa82 to 0c5f399 Compare May 12, 2023 00:43
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 053b526 to 744b0e5 Compare May 27, 2023 01:04
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 51c6dae to 62a7113 Compare June 9, 2023 01:18
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 2824350 to cd9b4ae Compare June 30, 2023 20:16
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 83a505d to 822fb73 Compare August 1, 2023 14:52
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 594e732 to d3d4592 Compare August 14, 2023 09:20
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 04170b4 to e92c973 Compare June 28, 2024 14:02
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 96d9097 to 32fe75a Compare July 24, 2024 16:53
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from fad88a1 to 7273881 Compare August 6, 2024 12:59
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 079153e to ae9dc5c Compare August 23, 2024 00:31
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 4a5e702 to 8365b77 Compare September 23, 2024 23:54
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 1a58bd1 to c4c065f Compare November 21, 2024 09:12
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 9d8621b to 9f0dde3 Compare November 29, 2024 19:48
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from d6ec1ec to bfb46fa Compare January 15, 2025 02:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants