Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Update all non-major dependencies #291

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 17, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pl.project13.maven:git-commit-id-plugin 4.0.3 -> 4.9.10 age adoption passing confidence
org.apache.maven.plugins:maven-surefire-plugin 3.0.0-M5 -> 3.3.0 age adoption passing confidence
mysql:mysql-connector-java 8.0.23 -> 8.0.33 age adoption passing confidence
org.webjars.bower:moment (source) 2.27.0 -> 2.29.4 age adoption passing confidence
org.webjars.bower:jquery (source) 3.5.1 -> 3.7.1 age adoption passing confidence
org.webjars:font-awesome (source) 5.15.1 -> 5.15.4 age adoption passing confidence
org.webjars:Eonasdan-bootstrap-datetimepicker (source) 4.17.47 -> 4.17.49 age adoption passing confidence
org.webjars:bootstrap (source) 3.3.7 -> 3.4.1 age adoption passing confidence
org.codehaus.castor:castor-jdo (source) 1.3.3-rc1 -> 1.3.3-SNAPSHOT age adoption passing confidence
commons-io:commons-io (source) 2.8.0 -> 2.16.1 age adoption passing confidence
junit:junit (source) 4.13.1 -> 4.13.2 age adoption passing confidence
net.sf.saxon:Saxon-HE (source) 10.3 -> 10.9 age adoption passing confidence
org.jsoup:jsoup (source) 1.13.1 -> 1.17.2 age adoption passing confidence
org.apache.maven.plugins:maven-compiler-plugin 3.8.1 -> 3.13.0 age adoption passing confidence
info.cqframework:cql-formatter (source) 1.5.1 -> 1.5.12 age adoption passing confidence
com.sun.xml.bind:jaxb-impl (source) 3.0.0 -> 3.0.2 age adoption passing confidence
com.sun.xml.bind:jaxb-core (source) 3.0.0 -> 3.0.2 age adoption passing confidence
org.eclipse.persistence:org.eclipse.persistence.jpa.modelgen.processor (source) 2.7.7 -> 2.7.15 age adoption passing confidence
org.opencds.cqf:r4 (source) 0.4.0 -> 0.4.1 age adoption passing confidence
info.cqframework:qdm (source) 1.5.4 -> 1.5.12 age adoption passing confidence
info.cqframework:quick (source) 1.5.4 -> 1.5.12 age adoption passing confidence
info.cqframework:elm (source) 1.5.4 -> 1.5.12 age adoption passing confidence
info.cqframework:cql-to-elm (source) 1.5.4 -> 1.5.12 age adoption passing confidence
info.cqframework:model (source) 1.5.4 -> 1.5.12 age adoption passing confidence
info.cqframework:cql (source) 1.5.4 -> 1.5.12 age adoption passing confidence
org.apache.maven.plugins:maven-war-plugin 3.3.1 -> 3.4.0 age adoption passing confidence
org.eclipse.persistence:eclipselink (source) 2.7.7 -> 2.7.15 age adoption passing confidence
org.apache.tomcat.embed:tomcat-embed-core 9.0.83 -> 9.0.90 age adoption passing confidence
org.slf4j:slf4j-api (source, changelog) 1.7.30 -> 1.7.36 age adoption passing confidence
org.springdoc:springdoc-openapi-ui (source) 1.5.4 -> 1.8.0 age adoption passing confidence
ca.uhn.hapi.fhir:hapi-fhir-validation-resources-r4 (source) 5.0.2 -> 5.7.9 age adoption passing confidence
ca.uhn.hapi.fhir:hapi-fhir-validation (source) 5.0.2 -> 5.7.9 age adoption passing confidence
ca.uhn.hapi.fhir:hapi-fhir-structures-r5 (source) 5.0.2 -> 5.7.9 age adoption passing confidence
ca.uhn.hapi.fhir:hapi-fhir-structures-r4 (source) 5.0.2 -> 5.7.9 age adoption passing confidence
ca.uhn.hapi.fhir:hapi-fhir-client (source) 5.0.2 -> 5.7.9 age adoption passing confidence
ca.uhn.hapi.fhir:hapi-fhir-testpage-overlay (source) 5.0.2 -> 5.7.9 age adoption passing confidence
ca.uhn.hapi.fhir:hapi-fhir-jaxrsserver-base (source) 5.0.2 -> 5.7.9 age adoption passing confidence
ca.uhn.hapi.fhir:hapi-fhir-jpaserver-base (source) 5.0.2 -> 5.7.9 age adoption passing confidence
ca.uhn.hapi.fhir:hapi-fhir-spring-boot-starter (source) 5.0.2 -> 5.7.9 age adoption passing confidence
org.opencds.cqf:cqf-ruler-r4 (source) 0.4.0 -> 0.4.1 age adoption passing confidence
com.fasterxml.jackson.core:jackson-annotations (source) 2.12.1 -> 2.17.1 age adoption passing confidence
com.fasterxml.jackson.core:jackson-databind (source) 2.12.1 -> 2.17.1 age adoption passing confidence
org.springframework.boot:spring-boot-starter-parent (source) 2.6.15 -> 2.7.18 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

git-commit-id/git-commit-id-maven-plugin (pl.project13.maven:git-commit-id-plugin)

v4.9.10: Version 4.9.10 (The continued relocation saga)

Compare Source

Where should I start....this release should not exists.
Ideally the entire 4.9.9 "relocation" release was just intended to inform that the plugin moved to a new artifactId/groupId combination.

As outlined in https://github.com/git-commit-id/git-commit-id-maven-plugin/issues/571 or https://issues.apache.org/jira/browse/MNG-7204 there seems to be a problem where Maven will not forward the correct settings when you use the old coordinates with the 4.9.9 version.
Since the 4.9.9 release contains relocation information it essentially became unusable triggering this "fix".
Please note that the plugin is still moving to it's new coordinates.
This 4.9.10 release is just a follow up to avoid any silent configuration issues being present somewhere....

TLDR:
If you can use:

<groupId>io.github.git-commit-id</groupId>
<artifactId>git-commit-id-maven-plugin</artifactId>
<version>5.0.0</version>

v4.9.9: Version 4.9.9 (Relocation Release)

Compare Source

This is a special release and should function in the same way as v4.0.5.

⚠️ WARNING
Based on the issue outlined in https://github.com/git-commit-id/git-commit-id-maven-plugin/issues/571 it is discouraged to use the old coordinates, since the plugin configuration might not be correctly applied to the plugin. Feel free to follow https://issues.apache.org/jira/browse/MNG-7204 for further informations.

Initially this release was just intended to inform that the plugin moved to a new artifactId/groupId combination, but to avoid having published a release that might be considered broken I decided to just "fix" it.
Currently the 4.9.9 release works only when using the new coordinates

<groupId>io.github.git-commit-id</groupId>
<artifactId>git-commit-id-maven-plugin</artifactId>
<version>4.9.9</version>

v4.0.5: Version 4.0.5

Compare Source

Version 4.0.5 is finally there and includes various bug-fixes and improvements :-)

New Features / Bug-Fixes:

The main key-aspects that have been improved or being worked on are the following:

  • #​547 / #​540: add org.eclipse.jgit:org.eclipse.jgit.ssh.jsch as dependency
  • #​548 / #​549: Plugin breaks if git config log.showSignature is 'true'
  • #​556: update dependencies
Getting the latest release

The plugin is available from Maven Central (see here), so you don't have to configure any additional repositories to use this plugin. All you need to do is to configure it inside your project as dependency:

<dependency>
    <groupId>pl.project13.maven</groupId>
    <artifactId>git-commit-id-plugin</artifactId>
    <version>4.0.5</version>
</dependency>
Getting the latest snapshot (build automatically)

If you can't wait for the next release, you can also get the latest snapshot version from sonatype, that is being deployed automatically by travis:

<pluginRepositories>
    <pluginRepository>
        <id>sonatype-snapshots</id>
        <name>Sonatype Snapshots</name>
        <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
    </pluginRepository>
</pluginRepositories>

Even though travis will only deploy a new snapshot once all tests have finished, it is recommended to rely on the released and more stable version.

Known Issues / Limitations:
Reporting Problems

If you find any problem with this plugin, feel free to report it here

v4.0.4: Version 4.0.4

Compare Source

Version 4.0.4 is finally there and includes various bug-fixes and improvements :-)

New Features / Bug-Fixes:

The main key-aspects that have been improved or being worked on are the following:

  • #​531 / #​532: fix a NullPointerException when session.getProjectDependencyGraph() might be null when running the plugin from eclipse
  • #​523 / #​534: Avoid illegal reflective access warning in JDK11
  • #​539: Support Bitbucket Pipelines CI for build number and branch
  • #​544: add support for author and commiter times (properties will be exposed as git.commit.author.time, git.commit.committer.time)
  • #​529: update dependencies

Getting the latest release

The plugin is available from Maven Central (see here), so you don't have to configure any additional repositories to use this plugin. All you need to do is to configure it inside your project as dependency:

<dependency>
    <groupId>pl.project13.maven</groupId>
    <artifactId>git-commit-id-plugin</artifactId>
    <version>4.0.4</version>
</dependency>

Getting the latest snapshot (build automatically)

If you can't wait for the next release, you can also get the latest snapshot version from sonatype, that is being deployed automatically by travis:

<pluginRepositories>
    <pluginRepository>
        <id>sonatype-snapshots</id>
        <name>Sonatype Snapshots</name>
        <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
    </pluginRepository>
</pluginRepositories>

Even though travis will only deploy a new snapshot once all tests have finished, it is recommended to rely on the released and more stable version.

Known Issues / Limitations:

Reporting Problems

If you find any problem with this plugin, feel free to report it here

moment/moment (org.webjars.bower:moment)

v2.29.4

Compare Source

  • Release Jul 6, 2022
    • #​6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex

v2.29.3

Compare Source

  • Release Apr 17, 2022

v2.29.1

Compare Source

  • Release Oct 6, 2020

Updated deprecation message, bugfix in hi locale

jquery/jquery-dist (org.webjars.bower:jquery)

v3.7.1

Compare Source

v3.7.0

Compare Source

v3.6.3

Compare Source

v3.6.2

Compare Source

v3.6.1

Compare Source

v3.6.0

Compare Source

jhy/jsoup (org.jsoup:jsoup)

v1.17.2

Improvements
  • Attribute object accessors: Added Element.attribute(String) and Attributes.attribute(String) to more simply
    obtain an Attribute object. 2069
  • Attribute source tracking: If source tracking is on, and an Attribute's key is changed (
    via Attribute.setKey(String)), the source range is now still tracked
    in Attribute.sourceRange(). 2070
  • Wildcard attribute selector: Added support for the [*] element with any attribute selector. And also restored
    support for selecting by an empty attribute name prefix ([^]). 2079
Bug Fixes
  • Mixed-cased source position: When tracking the source position of attributes, if the source attribute name was
    mix-cased but the parser was lower-case normalizing attribute names, the source position for that attribute was not
    tracked correctly. 2067
  • Source position NPE: When tracking the source position of a body fragment parse, a null pointer
    exception was thrown. 2068
  • Multi-point emoji entity: A multi-point encoded emoji entity may be incorrectly decoded to the replacement
    character. 2074
  • Selector sub-expressions: (Regression) in a selector like parent [attr=va], other, the , OR was binding
    to [attr=va] instead of parent [attr=va], causing incorrect selections. The fix includes a EvaluatorDebug class
    that generates a sexpr to represent the query, allowing simpler and more thorough query parse
    tests. 2073
  • XML CData output: When generating XML-syntax output from parsed HTML, script nodes containing (pseudo) CData
    sections would have an extraneous CData section added, causing script execution errors. Now, the data content is
    emitted in a HTML/XML/XHTML polyglot format, if the data is not already within a CData
    section. 2078
  • Thread safety: The :has evaluator held a non-thread-safe Iterator, and so if an Evaluator object was
    shared across multiple concurrent threads, a NoSuchElement exception may be thrown, and the selected results may be
    incorrect. Now, the iterator object is a thread-local. 2088

Older changes for versions 0.1.1 (2010-Jan-31) through 1.17.1 (2023-Nov-27) may be found in
change-archive.txt.

cqframework/clinical_quality_language (info.cqframework:cql-formatter)

v1.5.12: CQL 1.5 Maintenance Release (v1.5.12)

Compare Source

This is a maintenance release of the v1.5 version of the translator that incorporates several fixes for QICore ModelInfo as well as support for negation profiles in QICore:

What's Changed

Full Changelog: cqframework/clinical_quality_language@v1.5.11...v1.5.12

v1.5.11: CQL 1.5 Maintenance Release (v1.5.11)

Compare Source

What's Changed

Full Changelog: cqframework/clinical_quality_language@v1.5.10...v1.5.11

v1.5.10: CQL 1.5 Maintenance Release (v1.5.10)

Compare Source

What's Changed

Full Changelog: cqframework/clinical_quality_language@v1.5.9...v1.5.10

v1.5.9: CQL 1.5 Maintenance Release (v1.5.9)

Compare Source

What's Changed

Full Changelog: cqframework/clinical_quality_language@v1.5.8...v1.5.9

v1.5.8: CQL 1.5 Maintenance Release (v1.5.8)

Compare Source

What's Changed

Full Changelog: cqframework/clinical_quality_language@v1.5.7...v1.5.8

v1.5.7: CQL 1.5 Maintenance Release (v1.5.7)

Compare Source

What's Changed

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 becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 0416899 to 59a4316 Compare April 25, 2021 18:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 343a424 to 6d98960 Compare April 27, 2021 13:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 84355a7 to 3637f09 Compare May 11, 2021 16:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 9b671b4 to fb13b47 Compare May 23, 2021 12:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fb13b47 to 20bae54 Compare May 25, 2021 21:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 8b9fb36 to 6734479 Compare June 14, 2021 19:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 8ee6058 to f6fcfad Compare June 18, 2021 07:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f6fcfad to 7928af1 Compare June 25, 2021 00:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 2abfc1d to bcf4b74 Compare July 13, 2021 15:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bcf4b74 to b630cc3 Compare July 19, 2021 20:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 7db2b88 to 1c2ed7f Compare November 30, 2023 11:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from cd690d4 to 5a45b8b Compare December 19, 2023 08:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 054bd36 to c2ff912 Compare December 30, 2023 05:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 6e15a64 to 0ee311d Compare January 16, 2024 20:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from beeca1d to 4facbe7 Compare March 15, 2024 05:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4facbe7 to e9f7b91 Compare March 19, 2024 05:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e9f7b91 to f973de4 Compare March 29, 2024 17:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f973de4 to 19564e2 Compare April 10, 2024 00:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 19564e2 to 8d0e42b Compare April 18, 2024 02:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from efc9bb7 to affa3fb Compare May 8, 2024 17:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from affa3fb to 40ebf75 Compare May 23, 2024 06:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 40ebf75 to fc39a97 Compare June 14, 2024 23:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fc39a97 to d6d37b4 Compare June 19, 2024 23:45
@sb-benohe sb-benohe closed this Jun 28, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant