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

fix(deps): update all dependencies #3207

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

fix(deps): update all dependencies #3207

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 30, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
scheduler (source) ^0.23.0 -> ^0.25.0 age adoption passing confidence
org.apache.maven.plugins:maven-gpg-plugin 3.2.5 -> 3.2.7 age adoption passing confidence
com.github.eirslett:frontend-maven-plugin 1.15.0 -> 1.15.1 age adoption passing confidence
org.apache.maven.plugins:maven-surefire-plugin 3.5.0 -> 3.5.2 age adoption passing confidence
org.apache.maven.plugins:maven-failsafe-plugin 3.5.0 -> 3.5.2 age adoption passing confidence
com.github.spotbugs:spotbugs (source) 4.8.6 -> 4.9.0 age adoption passing confidence
com.github.spotbugs:spotbugs-maven-plugin (source) 4.8.6.2 -> 4.8.6.6 age adoption passing confidence
com.spotify.fmt:fmt-maven-plugin 2.24 -> 2.25 age adoption passing confidence
org.webjars.npm:linkifyjs (source) 4.0.0-beta.6 -> 4.1.3 age adoption passing confidence
org.webjars.npm:fontsource__source-sans-pro (source) 4.2.2 -> 4.5.11 age adoption passing confidence
org.webjars.npm:es-module-shims (source) 1.5.10 -> 1.10.0 age adoption passing confidence
org.webjars.npm:bootstrap-table (source) 1.21.2 -> 1.24.0 age adoption passing confidence
org.passay:passay (source) 1.6.5 -> 1.6.6 age adoption passing confidence
org.mockito:mockito-core 5.13.0 -> 5.15.2 age adoption passing confidence
org.junit.jupiter:junit-jupiter (source) 5.11.0 -> 5.11.4 age adoption passing confidence
org.assertj:assertj-core (source) 3.26.3 -> 3.27.3 age adoption passing confidence
net.logstash.logback:logstash-logback-encoder (source) 7.3 -> 7.4 age adoption passing confidence
io.github.dbmdz.metadata:metasvc-client 9.3.2 -> 9.5.1 age adoption passing confidence
commons-io:commons-io (source) 2.16.1 -> 2.18.0 age adoption passing confidence
commons-codec:commons-codec (source) 1.17.1 -> 1.18.0 age adoption passing confidence
commons-beanutils:commons-beanutils (source) 1.9.4 -> 1.10.0 age adoption passing confidence
com.google.guava:guava 33.3.0-jre -> 33.4.0-jre age adoption passing confidence
com.github.spotbugs:spotbugs-annotations (source) 4.8.6 -> 4.9.0 age adoption passing confidence

Release Notes

facebook/react (scheduler)

v0.25.0

Compare Source

v0.23.2

Compare Source

v0.23.1

Compare Source

eirslett/frontend-maven-plugin (com.github.eirslett:frontend-maven-plugin)

v1.15.1

  • Fix #​1150: Update lifecycle-mapping-metadata.xml for npx
spotbugs/spotbugs (com.github.spotbugs:spotbugs)

v4.9.0

Compare Source

Added
  • Updated the SuppressFBWarnings annotation to support finer grained bug suppressions (#​3102)
  • SimpleDateFormat, DateTimeFormatter, FastDateFormat string check for bad combinations of flag formatting (#​637)
  • New detector ResourceInMultipleThreadsDetector and introduced new bug type:
    • AT_UNSAFE_RESOURCE_ACCESS_IN_THREAD is reported in case of unsafe resource access in multiple threads.
Fixed
  • Do not consider Records as Singletons (#​2981)
  • Keep a maximum of 10000 cached analysis entries for plugin's analysis engines (#​3025)
  • Only report MC_OVERRIDABLE_METHOD_CALL_IN_READ_OBJECT when calling own methods (#​2957)
  • Check the actual caught exceptions (instead of their common type) when analyzing multi-catch blocks (#​2968)
  • System property findbugs.refcomp.reportAll is now being used. For some new conditions, it will emit an experimental warning (#​2988)
  • -version flag prints the version to the standard output (#​2797)
  • Revert the changes from (#​2894) to get HTML stylesheets to work again (#​2969)
  • Fix FP SING_SINGLETON_GETTER_NOT_SYNCHRONIZED report when the synchronization is in a called method (#​3045)
  • Let BetterCFGBuilder2.isPEI handle dup2 bytecode used by Spring AOT (#​3059)
  • Detect failure to close RocksDB's ReadOptions (#​3069)
  • Fix FP EI_EXPOSE_REP when there are multiple immutable assignments (#​3023)
  • Fixed false positive NP_NONNULL_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR for Kotlin, handle Kotlin's Intrinsics.checkNotNullParameter() (#​3094)
  • Fixed some CWE mappings (#​3124)
  • Recognize some classes as immutable, fixing EI_EXPOSE and MS_EXPOSE FPs (#​3137)
  • Do not report UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR for fields initialized in method annotated with TestNG's @​BeforeClass. (#​3152)
  • Fixed detector FindReturnRef not finding references exposed from nested and inner classes (#​2042)
  • Fix call graph, include non-parametric void methods (#​3160)
  • Fix multiple reporting of identical bugs messing up statistics (#​3185)
  • Added missing comma between line number and confidence when describing matching and mismatching bugs for tests (#​3187)
  • Fixed method matchers with array types (#​3203)
  • Fix SARIF report's message property in Exception to meet the standard (#​3197)
  • Fixed FI_FINALIZER_NULLS_FIELDS FPs for functions called finalize() but not with the correct signature. (#​3207)
  • Fixed an error in the detection of bridge methods causing analysis crashes (#​3208)
  • Fixed detector ThrowingExceptions by removing false positive reports, such as synthetic methods (lambdas), methods which inherited their exception specifications and methods which call throwing methods (#​2040)
  • Do not report DP_DO_INSIDE_DO_PRIVILEGED, DP_CREATE_CLASSLOADER_INSIDE_DO_PRIVILEGED and USC_POTENTIAL_SECURITY_CHECK_BASED_ON_UNTRUSTED_SOURCE in code targeting Java 17 and above, since it advises the usage of deprecated method (#​1515).
  • Fixed a RV_RETURN_VALUE_IGNORED_NO_SIDE_EFFECT false positive for a builder delegating to another builder (#​3235)
Cleanup
  • Cleanup thread issue and regex issue in test-harness (#​3130)
  • Remove extra blank lines and remove public from interface objects as inherently already public (#​3131)
  • Fix order of modifiers on properties/methods and ensure correct location in file (#​3132, #​3177)
  • Return objects directly instead of creating more garbage collection by defining them (#​3133, #​3175)
  • Restrict the constructor of abstract classes visibility to protected (#​3178)
  • Cleanup double initialization and fix comments referring to findbugs instead of spotbugs(#​3134)
  • Use diamond operator in constructor calls of Collections (#​3176)
  • Use Collection.isEmpty() or String.isEmpty() to test for emptiness (#​3180, #​3219)
  • Use method references instead of lambdas where possible (#​3179)
  • Move default clauses to the end of switches (#​3222)
  • Remove unnecessary throws declarations (#​3220)
  • Use Boolean.parseBoolean() for string-to-boolean conversion. (#​3217)
  • Rename shadowing fields (#​3221)
  • Combine catch blocks with the same body (#​3223)
  • Merge conditions of nested ifs (#​3231)
  • Use non deprecated 'getDottedClassName' instead of 'toDottedClassName'(#​3251)
  • Use try with resources where possible (#​3253)
Changed
  • Bump up Java version to 11
spotify/fmt-maven-plugin (com.spotify.fmt:fmt-maven-plugin)

v2.25

Compare Source

What's Changed

Full Changelog: spotify/fmt-maven-plugin@2.24...2.25

Hypercontext/linkifyjs (org.webjars.npm:linkifyjs)

v4.1.3

Compare Source

  • Fix HTML entity & symbol double-encoding in linkify-html
  • Support for full-width brackets, full-width less-than/greater-than signs and corner bracket as delimiters

v4.1.1

Compare Source

  • Slightly simpler TLDs encoding/parsing
  • Fix jsdoc in linkify-react
  • Improved parsing of URLs with symbols
  • Ensure function options get called with unformatted href
guybedford/es-module-shims (org.webjars.npm:es-module-shims)

v1.10.0

Compare Source

What's Changed

Full Changelog: guybedford/es-module-shims@1.9.0...1.10.0

wenzhixin/bootstrap-table (org.webjars.npm:bootstrap-table)

v1.24.0

Compare Source

Core
  • New: Added card-view-field class to card-view.
  • Update: Fixed id not working bug in rowAttributes.
  • Update: Fixed data field attr not working bug.
  • Update: Fixed column is undefined bug in updateFieldGroup when using refreshOptions.
  • Update: Fixed post-header trigger bug after table destroy.
  • Update: Fixed strictSearch not working bug.
  • Update: Fixed insertRow bug after on the last row of the table.
  • Update: Fixed display error of total rows using load more pagination.
  • Update: Updated Sass and refined the SCSS file.
  • Update: Update Eslint and fix some lint errors.
Extensions
  • Update(cookie): Fixed cookie columns display error after adding a column.
  • Update(filter-control): Fixed select not working bug after an Ajax loaded.

v1.23.5

Compare Source

Core
  • New: Added getFooterData method.
  • Update: Fixed refresh invalid url bug when url is relative path.
  • Update: Fixed getData bug with formatted param.
  • Update: Fixed column class option not work bug in td.

v1.23.4

Compare Source

Core
  • New: Added support for column options formatter and footerFormatter methods returning type jQuery, HTMLElement.
  • New: Added sortReset method to reset the current sort state.
  • New: Added a presentation role if no matching rows are found.
  • Update: Fixed refresh method doesn't reuse parameters provided as query bug.
  • Update: Fixed compatibility issues when colspan is set as a string.
Extensions
  • Update(fixed-columns): Fixed undefined error in some cases.
  • Update(reorder-columns): Fixed incorrect column values order with detail view.

v1.23.3

Compare Source

Core
  • New: Added support for column options formatter and footerFormatter methods returning type jQuery, HTMLElement.
  • New: Added sortReset method to reset the current sort state.
  • New: Added a presentation role if no matching rows are found.
  • Update: Fixed refresh method doesn't reuse parameters provided as query bug.
  • Update: Fixed compatibility issues when colspan is set as a string.
Extensions
  • Update(fixed-columns): Fixed undefined error in some cases.
  • Update(reorder-columns): Fixed incorrect column values order with detail view.

v1.23.2

Compare Source

Core
  • New: Added buttonsAttributeTitle option to customize title attribute.
  • Update: Updated sort icons using SVG instead of PNG.
  • Update: Fixed search highlight not working when it contains multiple HTML elements.
  • Update: Fixed the esbuild bundle error.
  • Update: Fixed insertRow, updateRow, and updateCell methods bugs.
  • Update: Fixed undefined error when searching using the dotted field.

v1.23.0

Compare Source

Core
  • New: Add support for vue3 instead of vue2.
  • Update: Fixed getData with formatted data bug when a column is missing.
  • Update: Fixed toggleColumn exception when the field does not exist.
  • Update: Fixed vue component init twice when options and columns both changed.
Extensions
  • New(addrbar): Added addrCustomParams option for custom parameters.
  • New(filter-control): Added filterControlSearchClear option to stop clearing the filters when using showSearchButton option.
  • Update(filter-control): Fixed error with clear filters button when not enabled cookie extension.
  • Update(filter-control): Fixed bug with enabled cookie extension using localStorage.
  • Update(multiple-sort): Fixed not trigger event bug when using server-side pagination.

v1.22.6

Compare Source

Extensions
  • Update(cookie): Fixed cookie does not work bug with pagination ALL list.
  • Update(editable): Fixed the formatter function does not include the field parameter bug.
  • Update(toolbar): Fixed toolbar display bug when using an HTML title.
  • Update(toolbar): Fixed toolbar does not update bug when column visible updated.
  • Update(toolbar): Fixed toolbar does not update bug when the locale is changed.

v1.22.4

Compare Source

Core
  • New: Added paginationLoadMore option.
  • Update: Fixed change visibility of multiple headers with the same index.
  • Update: Fixed footer height bug when setting table-sm.
  • Update: Fixed the locale not changed bug using the refreshOptions method.
  • Update: Fixed custom iconPrefix and icons bugs.
  • Update: Updated vi-VN, zh-CN and zh-TW locales.
Extensions
  • New(copy-rows): Added copyRowsHandler option to handle the copy rows data.
  • New(print): Added printStyles option.
  • Update(export): Updated the trigger timing for export-started.
  • Update(multiple-sort): Fixed the missing parameters error of the sorter function.
  • Update(pipeline): Fixed loading message not display bug.

v1.22.3

Compare Source

Core
  • New: Added fixedScroll option.
  • New: Added support for setting icons automatically by iconsPrefix.
  • Update: Fixed search bug when the field has . character.
  • Update: Updated tr-TR, es-ES, pt-BR and pt-PT locales.
Extensions
  • New(addrbar): Fixed addrbar bug when using sortReset option.
  • Update(jump-to): Fixed page jump-to bug when using both pagination displays.
  • Update(print): Fixed print bug when field is not set.

v1.22.2

Compare Source

Core
  • New: Added footerStyle column option.
  • Update: Fixed empty style in header and footer bug.
  • Update: Fixed the trigger order of sort event.
  • Update: Updated ar-SA locale.
Extensions
  • New(cookie): Added cookie support for custom view extension.
  • Update(cookie): Fixed cookie bug when using cardView option.
  • Update(cookie): Fixed cookie bug with column switchable.
  • Update(editable): Fixed export-saved event error when exportDataType is all.
  • Update(filter-control): Fixed searchAccentNeutralise option not work.
  • Update(filter-control): Fixed filterOrderBy not work bug for select.
  • Update(group-by): Fixed group-by bug when using singleSelect option.
  • Update(reorder-rows): Fixed reorder bug when using pagination.
Documentation
  • Update: Improved the parameter of updateCellByUniqueId method.
  • Update: Improved the print docs.

v1.22.1

Compare Source

Core
  • Update: Fixed maximum call stack size exceeded error.
  • Update: Updated ca-ES locale.

v1.22.0

Compare Source

Core
  • New: Added sortBy method.
  • New: Added switchableLabel column option.
  • New: Added support for class attributes in toolbar buttons.
  • Update: Removed title from columns button.
Extensions
  • Update(addrbar): Fixed clear search bug when clicking clearSearch button.
  • Update(filter-control): Fixed pagination server side not working bug.

v1.21.4

Compare Source

Core
  • New: Added searchable table option to enable sending searchable (columns) parameters.
  • Update: Fixed Maximum call stack size exceeded error.
  • Update: Fixed getData bug with hidden rows.
  • Update: Added support for select form to the searchSelector option.
Extensions
  • Update(filter-control): Fixed inputs losing their content when using nested attributes.
  • Update(reorder-rows): Fixed reorder row bug when side-pagination is server.

v1.21.3

Compare Source

Core
  • New: Added escapeTitle table option.
  • New: Added Aria Label to the search input for screen readers.
  • New: Persist data attributes for the header(th).
  • Update: Fixed wrong condition for searching with server-side pagination.
  • Update: Fixed overwriting the filterOptions after rebuild.
  • Update: Fixed apostrophe issue when table via html.
  • Update: Updated extend util instead of $.extend.
  • Update: Updated Constructor.EVENTS to events.
  • Update: Updated packages to the latest version.
Extensions
  • Update(cookie): Fixed issue with hidden and radio/checkbox columns.
  • Update(export): Fixed exportTypes option not working bug.
  • Update(filter-control): Fixed selector scope issues with multiple tables.
  • Update(filter-control): Fixed filtering values issue of select with html value.
  • Update(reorder-columns): Fixed same internal function name with reorder-rows.
  • Update(treegrid): Fixed treegrid not working when id is text.
vt-middleware/passay (org.passay:passay)

v1.6.6: Release

Compare Source

See https://www.passay.org/download.html for change log and binaries.

mockito/mockito (org.mockito:mockito-core)

v5.15.2

Changelog generated by Shipkit Changelog Gradle Plugin

5.15.2

v5.14.2

Compare Source

Changelog generated by Shipkit Changelog Gradle Plugin

5.14.2
  • 2024-10-15 - 12 commit(s) by Brice Dutheil, Rafael Winterhalter, dependabot[bot]
  • Fix #​3466 nexus publishing configuration (#​3470)
  • Bump org.jetbrains.kotlin:kotlin-stdlib from 2.0.20 to 2.0.21 (#​3468)
  • Bump bytebuddy from 1.15.3 to 1.15.4 (#​3467)
  • Missing 5.14.2 release (#​3466)
  • chore: Tests whether JVM warnings / messages on dynamic attach (#​3462)
  • Bump junit-jupiter from 5.11.1 to 5.11.2 (#​3461)
  • Renames extension modules with mockito- prefix (#​3460)
  • Avoid attach warning if Byte Buddy is configured for command-line attach. (#​3459)
  • Bump org.shipkit:shipkit-auto-version from 2.0.10 to 2.0.11 (#​3458)
  • Bump junit-jupiter from 5.11.0 to 5.11.1 (#​3455)
  • Move root project to dedicated core folder (#​3444)
  • Bump biz.aQute.bnd:biz.aQute.bnd.gradle from 6.4.0 to 7.0.0 (#​3136)

v5.14.1

Compare Source

Changelog generated by Shipkit Changelog Gradle Plugin

5.14.1
  • 2024-09-30 - 2 commit(s) by Brice Dutheil, dependabot[bot]
  • fix: gradle mockitoAgent configuration should not be transitive (#​3454)
  • Bump bytebuddy from 1.15.2 to 1.15.3 (#​3452)
  • Allow for installing a Java agent within the Mockito jar, without exposing Byte Buddy's attach mechanism. (#​3437)

v5.14.0

Compare Source

Changelog generated by Shipkit Changelog Gradle Plugin

5.14.0
  • 2024-09-27 - 9 commit(s) by Ali-Hassan, Brice Dutheil, David Saff, Rafael Winterhalter, dependabot[bot]
  • Bump org.junit.platform:junit-platform-launcher from 1.11.0 to 1.11.1 (#​3451)
  • Bump bytebuddy from 1.15.1 to 1.15.2 (#​3450)
  • Update Documentation of ArgumentCaptor.java (#​3448)
  • Split subprojects (#​3447)
  • Separate extensions from integration tests (#​3443)
  • Bump org.eclipse.platform:org.eclipse.osgi from 3.20.0 to 3.21.0 (#​3440)
  • Bump com.gradle.enterprise from 3.18 to 3.18.1 (#​3439)
  • Allow for installing a Java agent within the Mockito jar, without exposing Byte Buddy's attach mechanism. (#​3437)
  • Bump bytebuddy from 1.15.0 to 1.15.1 (#​3434)
  • Fixes #​3419: Disable mocks with an error message (#​3424)
  • Accessing a mock after clearInlineMocks could provide much more useful error message. (#​3419)
dbmdz/metadata-service (io.github.dbmdz.metadata:metasvc-client)

v9.5.1

Compare Source

Fixed
  • SQL: check function ensuring subjects uniqueness broke mirroring & backups;
    FQN (with schema) are necessary

v9.5.0

Compare Source

Added
  • SQL status code in error message
  • All transactional errors cause setting of ProblemHint.RETRY_RECOMMENDED
Fixed
  • Check constraint on table subjects obeys empty identifiers:
    If there are no identifiers then type and label must be unique
    among those entries without identifiers. Therefore entries are allowed
    that have the same type and label but one is with and one w/o
    identifiers.

v9.4.1

Compare Source

Fixed
  • A deletion of a nonexistant resource no longer leads to a client error

v9.4.0

Compare Source

Added
  • Deletion of EntityRelations

v9.3.3

Compare Source

Fixed
  • Fixed Nullpointer in Manifestation.toString()
apache/commons-codec (commons-codec:commons-codec)

v1.18.0

The Apache Commons Codec component contains encoders and decoders for
formats such as Base16, Base32, Base64, digest, and Hexadecimal. In addition to these
widely used encoders and decoders, the codec package also maintains a
collection of phonetic encoding utilities.

This is a feature and maintenance release. Java 8 or later is required.

v1.17.2

The Apache Commons Codec component contains encoders and decoders for
formats such as Base16, Base32, Base64, digest, and Hexadecimal. In addition to these
widely used encoders and decoders, the codec package also maintains a
collection of phonetic encoding utilities.

This is a feature and maintenance release. Java 8 or later is required.


Configuration

📅 Schedule: Branch creation - "every weekend" (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.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Nov 30, 2024
@renovate renovate bot changed the title chore(deps): update all dependencies fix(deps): update all dependencies Dec 6, 2024
@renovate renovate bot force-pushed the renovate/all branch 9 times, most recently from 401c109 to f29db25 Compare January 8, 2025 13:23
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 2584888 to b97c593 Compare January 15, 2025 07:25
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 831a11a to 009b152 Compare January 20, 2025 03:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants