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 #306

Closed
wants to merge 5 commits into from
Closed

Update all dependencies #306

wants to merge 5 commits into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 27, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
gradle (source) major 7.5.1 -> 8.0.2 age adoption passing confidence
org.junit.platform:junit-platform-commons (source) dependencies patch 1.9.1 -> 1.9.2 age adoption passing confidence
org.junit.jupiter:junit-jupiter-api (source) dependencies patch 5.9.1 -> 5.9.2 age adoption passing confidence
org.junit.jupiter:junit-jupiter-engine (source) dependencies patch 5.9.1 -> 5.9.2 age adoption passing confidence
au.com.dius.pact.consumer:java8 (source) dependencies patch 4.1.39 -> 4.1.41 age adoption passing confidence
au.com.dius.pact.consumer:junit5 dependencies patch 4.1.39 -> 4.1.41 age adoption passing confidence
com.github.hmcts:fortify-client dependencies minor 1.2.2 -> 1.3.0 age adoption passing confidence
net.javacrumbs.json-unit:json-unit dependencies minor 2.36.0 -> 2.37.0 age adoption passing confidence
org.assertj:assertj-core dependencies minor 3.23.1 -> 3.24.2 age adoption passing confidence
nl.jqno.equalsverifier:equalsverifier (source) dependencies minor 3.10.1 -> 3.14.1 age adoption passing confidence
org.junit:junit-bom (source) dependencies patch 5.9.1 -> 5.9.2 age adoption passing confidence
io.github.openfeign:feign-jackson dependencies minor 12.1 -> 12.2 age adoption passing confidence
com.fasterxml.jackson.core:jackson-databind (source) dependencies patch 2.14.0 -> 2.14.2 age adoption passing confidence
org.springframework.security:spring-security-crypto (source) dependencies major 5.7.5 -> 6.0.2 age adoption passing confidence
org.apache.tomcat.embed:tomcat-embed-websocket dependencies major 9.0.70 -> 10.1.7 age adoption passing confidence
org.apache.tomcat.embed:tomcat-embed-core dependencies major 9.0.70 -> 10.1.7 age adoption passing confidence
org.yaml:snakeyaml dependencies major 1.33 -> 2.0 age adoption passing confidence
org.json:json dependencies major 20220924 -> 20230227 age adoption passing confidence
org.springframework.boot:spring-boot-devtools (source) dependencies major 2.7.4 -> 3.0.5 age adoption passing confidence
org.elasticsearch:elasticsearch (source) dependencies patch 7.17.6 -> 7.17.9 age adoption passing confidence
com.nimbusds:nimbus-jose-jwt dependencies minor 9.25.5 -> 9.31 age adoption passing confidence
org.apache.pdfbox:pdfbox (source) dependencies patch 3.0.0-alpha2 -> 3.0.0-RC1 age adoption passing confidence
org.apache.tika:tika-core (source) dependencies minor 2.6.0 -> 2.7.0 age adoption passing confidence
uk.gov.service.notify:notifications-java-client (source) dependencies minor 3.18.0-RELEASE -> 3.19.1-RELEASE age adoption passing confidence
com.github.hmcts:service-auth-provider-java-client dependencies major 4.1.0 -> 5.0.0 age adoption passing confidence
com.github.hmcts:idam-java-client dependencies major 2.1.1 -> 3.0.0 age adoption passing confidence
com.github.hmcts:et-data-model dependencies minor 1.3.4 -> 1.12.0 age adoption passing confidence
org.springdoc:springdoc-openapi-ui (source) dependencies patch 1.6.12 -> 1.6.15 age adoption passing confidence
org.springframework.retry:spring-retry (source) dependencies major 1.3.4 -> 2.0.1 age adoption passing confidence
org.springframework.cloud:spring-cloud-starter-openfeign (source) dependencies major 3.1.5 -> 4.0.1 age adoption passing confidence
com.github.hmcts:et-common dependencies minor 1.0.3 -> 1.16.1 age adoption passing confidence
org.apache.logging.log4j:log4j-to-slf4j (source) dependencies minor 2.19.0 -> 2.20.0 age adoption passing confidence
org.apache.logging.log4j:log4j-api (source) dependencies minor 2.19.0 -> 2.20.0 age adoption passing confidence
pmd (source) dependencies minor 6.41.0 -> 6.55.0 age adoption passing confidence
checkstyle (source) dependencies major 9.2.1 -> 10.9.3 age adoption passing confidence
au.com.dius.pact plugin minor 4.3.15 -> 4.5.4 age adoption passing confidence
hmcts.ccd.sdk plugin major 4.1.0 -> 5.3.0 age adoption passing confidence
org.sonarqube plugin major 3.4.0.2513 -> 4.0.0.2929 age adoption passing confidence
com.github.ben-manes.versions plugin minor 0.42.0 -> 0.46.0 age adoption passing confidence
org.owasp.dependencycheck plugin minor 8.0.1 -> 8.2.1 age adoption passing confidence
org.springframework.boot plugin major 2.7.4 -> 3.0.5 age adoption passing confidence
io.spring.dependency-management plugin minor 1.0.14.RELEASE -> 1.1.0 age adoption passing confidence

Release Notes

gradle/gradle

v8.0.2: 8.0.2

The Gradle team is excited to announce Gradle 8.0.2.

This is the second patch release for Gradle 8.0. We recommend using 8.0.2 instead of 8.0.

It fixes the following issues:

  • #​23698 Gradle 8 RC2 runs out of metaspace
  • #​23962 Java/Scala build with no explicit toolchain: build fails with Gradle 8.0.1 / Scala 2.13
  • #​23990 Gradle 8.0.+ silently dropped support for custom compilers in JavaCompile
  • #​24031 InstrumentingTransformer generates different class files in Gradle 8 and 7.6 which leads to Remote Build-Cache misses
  • #​24109 Extending an already resolved configuration no longer works correctly
  • #​24122 Update configuration cache state for some plugins
  • #​24129 includeBuild in PluginManagementSpec deincubated in Gradle 8, docs still say it's incubating

Issues fixed in the first patch release:

  • #​21551 Document integration of Scala plugin with toolchains and problems with target flag
  • #​23888 --no-rebuild suddenly gone without new deprecation cycle and without the reason for its undeprecation being void
  • #​23905 Gradle 8.0 fails Scala build with isBlank not found in String class error

Read the Release Notes

Upgrade Instructions

Switch your build to use Gradle 8.0.2 by updating your wrapper:

./gradlew wrapper --gradle-version=8.0.2

See the Gradle 7.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 8.0.2.

Reporting Problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

v8.0.1: 8.0.1

This is a patch release for 8.0. We recommend using 8.0.1 instead of 8.0.

It fixes the following issues:

  • #​21551 - Document integration of Scala plugin with toolchains and problems with target flag
  • #​23888 - --no-rebuild suddenly gone without new deprecation cycle and without the reason for its undeprecation being void
  • #​23905 - Gradle 8.0 fails Scala build with isBlank not found in String class error

Read the Release Notes

Upgrade Instructions

Switch your build to use Gradle 8.0.1 by updating your wrapper:

./gradlew wrapper --gradle-version=8.0.1

See the Gradle 7.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 8.0.1.

Reporting Problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

v7.6.1: 7.6.1

This is a patch release for 7.6. We recommend using 7.6.1 instead of 7.6.

It fixes the following issues:

  • #​19065 Platform dependencies not possible in dependency block of test suite plugin
  • #​22688 Increased memory usage (with -p option)
  • #​22796 Building gradle itself fails during toolchain download: permission denied copying a file within .gradle/jdks
  • #​22875 Regression with 7.6: @​​pom artifact in JVM library project is no longer found
  • #​22937 Remove safe credentials reference
  • #​22973 Kotlin MPP plugin broken with Gradle 7.6 due to signature change in TestResultProcessor
  • #​23016 toolchainManagement.jvm.javaRepositories should not expose the full surface of NamedDomainObjectList
  • #​23025 Back-port toolchain related fixes to 7.6.1
  • #​23053 Auto-provisioning/auto-detection of IBM Semeru toolchains is broken with Gradle 7.6
  • #​23074 Docs: Build Lifecycle starts halfway through a point
  • #​23096 Classifiers of version catalog are discarded while copied to anothor dependency
  • #​23111 Ant closures are broken with Gradle 7.6
  • #​23178 Mention the Foojay Toolchain Resolver plugin in the Gradle manual
  • #​23215 Gradle 7.6: high memory usage (android project)
  • #​23224 Backport to 7.6.1 "Fix for Incremental compilation with modules"
  • #​23294 "Unable to make progress running work" together with --continue and failing tasks (Backport to 7.6.1)
  • #​23555 Improve Toolchain related deprecation nagging in 7.6
  • #​23894 Update EOL policy
  • #​23910 Backport trusting only full GPG keys in dependency verification [Backport 7.6.1]
  • #​23941 Typo in v7.6 docs about disabling_the_daemon
  • #​23985 Resolving of manually created configuration creates a ResolveException

Read the Release Notes

Upgrade Instructions

Switch your build to use Gradle 7.6.1 by updating your wrapper:

./gradlew wrapper --gradle-version=7.6.1

See the Gradle 7.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 7.6.1.

Reporting Problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

pact-foundation/pact-jvm

v4.1.41

Compare Source

v4.1.40

Compare Source

hmcts/fortify-client

v1.3.0: CCD-3831 Replace logging dependency

Compare Source

What's Changed

Full Changelog: hmcts/fortify-client@1.2.3...1.3.0

v1.2.4.ccd-3831

Compare Source

v1.2.3

Compare Source

jqno/equalsverifier

v3.14.1

  • Fixes incorrect error message when a sealed type has multiple permitted subtypes. (Issue 786)

v3.14

  • Fixes incorrect error message when a sealed type has multiple permitted subtypes. (Issue 786)

v3.13.2

Added
  • Verifies hashCode consistency when String.equalsIgnoreCase is used. (Issue 748)
  • Improves error messages for detected NullPointerExceptions: if a field causes one, EqualsVerifier will indicate whether it's the field on the 'this' object or the one on the parameter object.

v3.13.1

Fixed
  • Warning.SURROGATE_KEY was ignored when @Id annotation is in entity's superclass. (Issue 763)

v3.13

Added
  • Verifies hashCode consistency when String.equalsIgnoreCase is used. (Issue 748)
  • Improves error messages for detected NullPointerExceptions: if a field causes one, EqualsVerifier will indicate whether it's the field on the 'this' object or the one on the parameter object.

v3.12.4

Changed
  • Automates release procedure using JReleaser and GitHub Actions.
Fixed
  • Added prefab values for java.io.PrintStream. (Issue 753)

v3.12.3

Fixed
  • Getters for lazy fields in entities could not be found in a superclass. (Issue 744)

v3.12.2

Added
  • Warning.SURROGATE_OR_BUSINESS_KEY for JPA entities that insist on using all fields in equals() and hashCode(), whether they are @Id or not.
Changed
  • Removed duplicated website urls and diagnostic output when using forPackage() or forClasses() and multiple classes have issues.

v3.12.1

Changed
  • Improved error message output for objects that throw exceptions in their toString() methods. (Issue 716)
Fixed
  • Fix ClassFormatError when attempting to create a dynamic subclass for a class that has no package. (Issue 638)
  • Fix LinkageError when running Quarkus dev mode and testing an abstract class. (Issue 550)

v3.12

Changed
  • Automates release procedure using JReleaser and GitHub Actions.
Fixed
  • Added prefab values for java.io.PrintStream. (Issue 753)

v3.11.1

Added
  • Verifies Map.Entry's extended hashCode contract. (Issue 603; thanks scordio!)

v3.11

Added
  • Verifies Map.Entry's extended hashCode contract. (Issue 603; thanks scordio!)
openfeign/feign

v12.2: OpenFeign 12.2

Compare Source

What's Changed


List of PRs that updated libraries versions

Configuration

📅 Schedule: Branch creation - "before 6am on Monday" (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.

JustMehmet and others added 4 commits March 22, 2023 10:27
* Update for PDF mapping to add customer tribunal recommendations.

* Update for PDF mapping to add customer tribunal recommendations.

* Update for PDF mapping to add customer tribunal recommendations.

* Update for PDF mapping to add customer tribunal recommendations.

* Update for PDF mapping to add customer tribunal recommendations.

* Update for PDF mapping to add customer tribunal recommendations.

* Update for PDF mapping to add customer tribunal recommendations.
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Mar 27, 2023
@marcjudge marcjudge changed the base branch from master to Release-1.2 March 27, 2023 14:53
@renovate
Copy link
Contributor Author

renovate bot commented Mar 27, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@marcjudge marcjudge closed this Mar 29, 2023
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.

3 participants