graphql-spring-boot icon indicating copy to clipboard operation
graphql-spring-boot copied to clipboard

chore(deps): update all non-major dependencies

Open renovate[bot] opened this issue 1 year ago • 2 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@commitlint/cli (source) 17.6.6 -> 17.8.1 age adoption passing confidence devDependencies minor
@commitlint/config-conventional (source) 17.6.6 -> 17.8.1 age adoption passing confidence devDependencies minor
gradle (source) 8.1.1 -> 8.5 age adoption passing confidence minor
org.sonarqube 4.2.1.3168 -> 4.4.1.3373 age adoption passing confidence plugin minor
jacoco (source) 0.8.10 -> 0.8.11 age adoption passing confidence dependencies patch
org.jsoup:jsoup (source) 1.16.1 -> 1.17.1 age adoption passing confidence dependencies minor
org.apache.commons:commons-text (source) 1.10.0 -> 1.11.0 age adoption passing confidence dependencies minor
com.graphql-java-kickstart:graphql-java-tools 13.0.3 -> 13.1.1 age adoption passing confidence dependencies minor
com.graphql-java:graphql-java 21.0 -> 21.3 age adoption passing confidence dependencies minor

Release Notes

conventional-changelog/commitlint (@​commitlint/cli)

v17.8.1

Compare Source

Note: Version bump only for package @​commitlint/cli

v17.8.0

Compare Source

Note: Version bump only for package @​commitlint/cli

17.7.2 (2023-09-28)

Note: Version bump only for package @​commitlint/cli

17.7.1 (2023-08-10)

Note: Version bump only for package @​commitlint/cli

v17.7.2

Compare Source

Note: Version bump only for package @​commitlint/cli

v17.7.1

Compare Source

Note: Version bump only for package @​commitlint/cli

v17.7.0

Compare Source

Note: Version bump only for package @​commitlint/cli

17.6.7 (2023-07-19)

Note: Version bump only for package @​commitlint/cli

17.6.6 (2023-06-24)

Note: Version bump only for package @​commitlint/cli

17.6.5 (2023-05-30)

Note: Version bump only for package @​commitlint/cli

17.6.3 (2023-05-04)

Note: Version bump only for package @​commitlint/cli

17.6.1 (2023-04-14)

Note: Version bump only for package @​commitlint/cli

v17.6.7

Compare Source

Note: Version bump only for package @​commitlint/cli

conventional-changelog/commitlint (@​commitlint/config-conventional)

v17.8.1

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v17.8.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v17.7.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

17.6.7 (2023-07-19)

Note: Version bump only for package @​commitlint/config-conventional

17.6.6 (2023-06-24)

Note: Version bump only for package @​commitlint/config-conventional

17.6.5 (2023-05-30)

Note: Version bump only for package @​commitlint/config-conventional

17.6.3 (2023-05-04)

Note: Version bump only for package @​commitlint/config-conventional

17.6.1 (2023-04-14)

Note: Version bump only for package @​commitlint/config-conventional

v17.6.7

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

gradle/gradle (gradle)

v8.5

Compare Source

v8.4: 8.4

Compare Source

The Gradle team is excited to announce Gradle 8.4.

Amongst other improvements, this release addresses two security vulnerabilities:

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle: Ahmed Ehab, Andrei Rybak, Baptiste Decroix, Björn Kautler, Cesar de la Vega, Ganavi Jayaram, Gaurav Padam, hwanseok, J.T. McQuigg, Jakub Chrzanowski, Jendrik Johannes, kackey0-1, Konstantin Gribov, Pratik Haldankar, Qinglin, Sebastian Schuberth, Thad House, valery1707, Vladimir Sitnikov, wuyangnju, Yanming Zhou, Yanshun Li, Yusuke Uehara, zeners

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.4

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.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v8.3: 8.3

Compare Source

The Gradle team is excited to announce Gradle 8.3.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle: Adam, Ahmed Ehab, Aurimas, Baptiste Decroix, Björn Kautler, Borewit, Korov, Mohammed Thavaf, Patrick Brückner, Philip Wedemann, Róbert Papp, Shi Chen, Tony Robalik

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.3

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.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v8.2.1

Compare Source

v8.2: 8.2

Compare Source

The Gradle team is excited to announce Gradle 8.2.

Amongst other improvements, this release addresses two security vulnerabilities:

Read the Release Notes

We would like to thank the following community contributors for their contributions to this release of Gradle:

Bruno Didot, Eric Vantillard, esfomeado, Jendrik Johannes, Jonathan Leitschuh, Lee Euije, Stefan Oehme, Todor Dinev, Yanshun Li

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.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.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

jacoco/jacoco (jacoco)

v0.8.11: 0.8.11

New Features

  • JaCoCo now officially supports Java 21 (GitHub #​1520).
  • Experimental support for Java 22 class files (GitHub #​1479).
  • Part of bytecode generated by the Java compilers for exhaustive switch expressions is filtered out during generation of report (GitHub #​1472).
  • Part of bytecode generated by the Java compilers for record patterns is filtered out during generation of report (GitHub #​1473).

Fixed bugs

  • Instrumentation should not cause VerifyError when the last local variable of method parameters is overridden in the method body to store a value of type long or double (GitHub #​893).
  • Restore exec file compatibility with versions from 0.7.5 to 0.8.8 in case of class files with zero line numbers (GitHub #​1492).

Non-functional Changes

  • jacoco-maven-plugin now requires at least Java 8 (GitHub #​1466, #​1468).
  • JaCoCo build now requires at least Maven 3.5.4 (GitHub #​1467).
  • Maven 3.9.2 should not produce warnings for jacoco-maven-plugin (GitHub #​1468).
  • JaCoCo build now requires JDK 17 (GitHub #​1482).
  • JaCoCo now depends on ASM 9.6 (GitHub #​1518).
graphql-java-kickstart/graphql-java-tools (com.graphql-java-kickstart:graphql-java-tools)

v13.1.1

Major Changes

What's Changed

Full Changelog: https://github.com/graphql-java-kickstart/graphql-java-tools/compare/v13.1.0...v13.1.1

v13.1.0: 13.1.0

Breaking changes

Minor changes

What's Changed

Full Changelog: https://github.com/graphql-java-kickstart/graphql-java-tools/compare/v13.0.3...v13.1.0

graphql-java/graphql-java (com.graphql-java:graphql-java)

v21.3: 21.3

A small bugfix release on top of 21.2, which includes correct unwrapping of non-null input types for @oneOf.

What's Changed

Full Changelog: https://github.com/graphql-java/graphql-java/compare/v21.2...v21.3

v21.2: 21.2

This is a release with new features and bugfixes. There are no breaking changes.

Thanks to everyone who contributed to this release. Thanks for your code contributions, for reporting issues, and contributing to discussions.

@oneOf directive

We've implemented the @oneOf directive for input objects. From the RFC:

OneOf Input Objects are a special variant of Input Objects where the type system asserts that exactly one of the fields must be set and non-null, all others being omitted

This will soon be a new built-in directive in the GraphQL specification.

The directive is currently labelled as experimental inside graphql-java while we wait for the RFC to be formally approved. The final step before the RFC is approved is your feedback! If you're using @oneOf, please share your thoughts on the RFC on the GraphQL Working Group repository.

DataLoader version 3.2.1 released

We've released a new version of java-dataloader including a new ticker mode and predicates per dataloader. See the release notes for more details.

What's Changed

New Contributors

Full Changelog: https://github.com/graphql-java/graphql-java/compare/v21.0...v21.2

v21.1: 21.1

This is a bugfix release, which includes two recent default value fixes.

What's Changed

Full Changelog: https://github.com/graphql-java/graphql-java/compare/v21.0...v21.1


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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[bot] avatar Jun 30 '23 19:06 renovate[bot]