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 Minor Updates #5

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

Update Minor Updates #5

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Oct 31, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
gradle (source) minor 6.7 -> 6.9.4 age adoption passing confidence
org.slf4j:slf4j-log4j12 (source) dependencies patch 1.7.30 -> 1.7.36 age adoption passing confidence
com.google.http-client:google-http-client-jackson2 dependencies minor 1.34.0 -> 1.44.1 age adoption passing confidence
com.google.code.gson:gson dependencies minor 2.3.1 -> 2.10.1 age adoption passing confidence
com.google.http-client:google-http-client dependencies minor 1.36.0 -> 1.44.1 age adoption passing confidence
com.google.cloud:libraries-bom (source) dependencies minor 3.3.0 -> 3.5.0 age adoption passing confidence
org.rundeck:rundeck-core (source) dependencies minor 3.0.+ -> 3.4.+ age adoption passing confidence
pl.allegro.tech.build.axion-release plugin minor 1.12.0 -> 1.17.2 age adoption passing confidence

Release Notes

gradle/gradle (gradle)

v6.9.4: 6.9.4

Compare Source

This is a patch release for 6.9. We recommend using 6.9.4 instead of 6.9.

It fixes the following issues:

  • #​23680 Dependency graph resolution: Equivalent excludes can cause un-necessary graph mutations [backport 6.x]
  • #​23945 Backport trusting only full GPG keys in dependency verification [Backport 6.9.4]
  • #​23950 Exclude rule merging: missing optimization [backport 6.x]

Read the Release Notes

Upgrade Instructions

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

./gradlew wrapper --gradle-version=6.9.4

See the Gradle 6.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 6.9.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.

v6.9.3: 6.9.3

Compare Source

This is a patch release for Gradle 6.9, containing backported bugfixes in Gradle 7.x to Gradle 6.x.

It fixes the following issues:

  • #​19523 Fix buffer overflow error in KryoBackedDecoder [Backport 6.x]
  • #​20189 Support constraints without version in GMM [Backport 6.9.x]
  • #​22358 Missing exclude rule merging optimizations

We recommend users upgrade to 6.9.3 instead of 6.9.

Upgrade Instructions

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

./gradlew wrapper --gradle-version=6.9.3

See the Gradle 6.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 6.9.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.

v6.9.2: 6.9.2

Compare Source

This is a patch release for Gradle 6.9, containing backported bugfixes in Gradle 7.2 to Gradle 6.x.

It fixes the following issues:

  • #​18163 Fix excludes for substituted dependencies
  • #​18164 POSIX shell scripts improvements
  • #​18697 Fix corrupted resolution result from replacement / capability conflict
  • #​19328 Mitigations for log4j vulnerability in Gradle builds
  • #​19372 Multiple transformed artifacts selected

We recommend users upgrade to 6.9.2 instead of 6.9.

Given the context of the Log4Shell vulnerability, make sure you take a look at our blog post on this topic.

Upgrade Instructions

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

./gradlew wrapper --gradle-version=6.9.2

See the Gradle 6.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 6.9.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.

v6.9.1: 6.9.1

Compare Source

This is a patch release for Gradle 6.9, containing backported bugfixes in Gradle 7.2 to Gradle 6.x.

It fixes the following issues:

  • #​18089 Deprecate jcenter() repository
  • #​17950 Renaming and recreating the project directory causes Gradle to lose track of changes on Windows
  • #​17949 Gradle's up-to-date checks do not work on Windows FAT drives

We recommend users upgrade to 6.9.1 instead of 6.9.

Upgrade Instructions

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

./gradlew wrapper --gradle-version=6.9.1

See the Gradle 6.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 6.9.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.

v6.9: 6.9

Compare Source

This is a backport release, Gradle 6.9.

This release features bugfixes and other changes that were backported from Gradle 7.0 to Gradle 6.x.

We would like to thank the following community contributors to this release of Gradle:
Ståle Undheim

Upgrade instructions

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

./gradlew wrapper --gradle-version=6.9

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

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Backports

Limited support for Java 16

This release does not support running Gradle with JDK 16, but you can use Java toolchains to request Java 16 and compile your project.

Using dynamic versions in the plugins block

Until now, the plugins { } block only supported fixed versions for community plugins. All version string notations Gradle supports are now accepted, including + or latest.release.

We recommend using the plugins {} block for applying plugins using Gradle 7. The old apply plugin: mechanism will be deprecated in the future.

Note that dynamic versions will introduce non-deterministic behavior to your build process and should be used judiciously. You can use dependency locking to save the set of dependencies resolved when using dynamic versions.

Native support for Apple Silicon

Previous Gradle versions were able to run on new Macs with Apple Silicon processors with some disadvantages:

  • With a native ARM JDK, Gradle features like the rich console and file system watching would be disabled.
  • With an Intel JDK, Gradle would run at about half speed through the Rosetta2 compatibility layer.

With this release, every feature is now supported using a native ARM JDK.
If you're using a new Mac with Apple Silicon, you should use Gradle with a native ARM JDK for optimal performance.

Other backports

Please refer to the list of fixed issues for all issues backported from Gradle 7.0.

v6.8.3: 6.8.3

Compare Source

This is a patch release for Gradle 6.8.

This fixes a critical bug present in Gradle 6.8, 6.8.1 and 6.8.2.

All issues fixed in this patch release

Please don’t use the original 6.8 release or previous patch releases, and instead upgrade to 6.8.3.

Upgrade Instructions

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

./gradlew wrapper --gradle-version=6.8.3 --gradle-distribution-sha256-sum 7faa7198769f872826c8ef4f1450f839ec27f0b4d5d1e51bade63667cbccd205

See the Gradle 6.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 6.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.

v6.8.2: 6.8.2

Compare Source

This is a patch release for Gradle 6.8.

This fixes several bugs in Gradle 6.8.1.

All issues fixed in this patch release

Please don’t use the original 6.8 release or the 6.8.1, and instead upgrade to 6.8.2.

Upgrade Instructions

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

./gradlew wrapper --gradle-version=6.8.2

See the Gradle 6.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 6.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.

v6.8.1: 6.8.1

Compare Source

This is a patch release for Gradle 6.8.

This fixes several critical bugs in Gradle 6.8.

All issues fixed in this patch release

We recommend that you use Gradle 6.8.1 over the initial release of Gradle 6.8.

Upgrade Instructions

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

./gradlew wrapper --gradle-version=6.8.1

See the Gradle 6.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 6.8.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.

v6.8: 6.8

Compare Source

The Gradle team is excited to announce Gradle 6.8.

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

Marcono1234,
Björn Sundahl,
Roberto Perez Alcolea,
Danny Thomas,
Jeff,
Mattia Tommasone,
jdai8,
David Burström,
Björn Kautler,
Stefan Oehme,
Thad House,
knittl,
hywelbennett,
and Gregorios Leach.

Upgrade Instructions

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

./gradlew wrapper --gradle-version=6.8

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

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.

v6.7.1: 6.7.1

Compare Source

This is a patch release for Gradle 6.7.

This fixes several critical bugs in Gradle 6.7.

All issues fixed in this patch release

We recommend that you use Gradle 6.7.1 over the initial release of Gradle 6.7.

Upgrade Instructions

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

./gradlew wrapper --gradle-version=6.7.1

See the Gradle 6.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 6.7.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.

googleapis/google-http-java-client (com.google.http-client:google-http-client-jackson2)

v1.44.1

Bug Fixes
  • Fixing declaration of maven-source-plugin for release job (f555f56)

v1.43.3

Dependencies

v1.43.2

Bug Fixes

v1.43.1

Bug Fixes
Dependencies

v1.43.0

Features
  • GsonFactory to have read leniency option via GsonFactory.builder().setReadLeniency(true).build() (00d61b9)
  • Next release from main branch is 1.43.0 (#​1764) (9fbae6c)
Dependencies
  • Update dependency com.fasterxml.jackson.core:jackson-core to v2.14.0 (#​1774) (dc41010)
  • Update dependency com.fasterxml.jackson.core:jackson-core to v2.14.1 (#​1785) (234e7b5)
  • Update dependency com.fasterxml.jackson.core:jackson-core to v2.14.2 (#​1810) (23094ff)
  • Update dependency com.google.code.gson:gson to v2.10.1 (#​1799) (a114c7e)
  • Update dependency com.google.errorprone:error_prone_annotations to v2.18.0 (#​1797) (09f3607)
  • Update dependency com.google.protobuf:protobuf-java to v3.21.12 (#​1789) (03b5b32)
  • Update dependency kr.motd.maven:os-maven-plugin to v1.7.1 (#​1777) (3f318f4)
  • Update dependency org.apache.httpcomponents:httpclient to v4.5.14 (#​1790) (0664e17)
  • Update dependency org.apache.httpcomponents:httpcore to v4.4.16 (#​1787) (512aa23)
  • Update project.appengine.version to v2.0.10 (#​1773) (5ddb634)

v1.42.3

Bug Fixes
Dependencies

v1.42.2

Bug Fixes

v1.42.1

Dependencies
  • update dependency com.google.protobuf:protobuf-java to v3.21.2 (#​1676) (d7638ec)

v1.42.0

Features
Dependencies
  • update dependency com.fasterxml.jackson.core:jackson-core to v2.13.3 (#​1665) (e4f0959)
  • update dependency com.google.errorprone:error_prone_annotations to v2.13.0 (#​1630) (bf777b3)
  • update dependency com.google.errorprone:error_prone_annotations to v2.13.1 (#​1632) (9e46cd8)
  • update dependency com.google.errorprone:error_prone_annotations to v2.14.0 (#​1667) (3516e18)
  • update dependency com.google.protobuf:protobuf-java to v3.20.1 (#​1639) (90a99e2)
  • update dependency com.google.protobuf:protobuf-java to v3.21.0 (#​1668) (babbe94)
  • update dependency com.google.protobuf:protobuf-java to v3.21.1 (#​1669) (30ec091)
  • update dependency org.apache.felix:maven-bundle-plugin to v5.1.6 (#​1643) (8547f5f)
  • update project.appengine.version to v2.0.5 (#​1662) (2c82c0d)
  • update project.opencensus.version to v0.31.1 (#​1644) (3c65a07)
1.41.7 (2022-04-11)
Dependencies
  • revert dependency com.google.protobuf:protobuf-java to v3.19.4 (#​1626) (076433f)
1.41.6 (2022-04-06)
Bug Fixes
  • Content-Encoding: gzip along with Transfer-Encoding: chunked sometimes terminates early (#​1608) (941da8b)
Dependencies
  • update dependency com.google.errorprone:error_prone_annotations to v2.12.1 (#​1622) (4e1101d)
  • update dependency com.google.protobuf:protobuf-java to v3.20.0 (#​1621) (640dc40)
1.41.5 (2022-03-21)
Documentation
Dependencies
1.41.4 (2022-02-11)
Dependencies
  • update dependency com.google.code.gson:gson to v2.9.0 (#​1582) (8772778)
1.41.3 (2022-02-09)
Dependencies
  • update dependency com.google.protobuf:protobuf-java to v3.19.4 (#​1568) (416e5d7)
  • update dependency com.puppycrawl.tools:checkstyle to v9.3 (#​1569) (9c7ade8)
  • update project.opencensus.version to v0.31.0 (#​1563) (0f9d2b7)
1.41.2 (2022-01-27)
Dependencies
1.41.1 (2022-01-21)
Dependencies
  • update dependency com.fasterxml.jackson.core:jackson-core to v2.13.1 (#​1527) (7750398)
  • update dependency com.google.protobuf:protobuf-java to v3.19.3 (#​1549) (50c0765)
  • update dependency com.puppycrawl.tools:checkstyle to v9.2.1 (#​1532) (e13eebd)
  • update dependency kr.motd.maven:os-maven-plugin to v1.7.0 (#​1547) (8df0dbe)
  • update dependency org.apache.felix:maven-bundle-plugin to v5 (#​1548) (ac10b6c)
  • update project.appengine.version to v1.9.94 (#​1557) (05c78f4)
  • update project.opencensus.version to v0.30.0 (#​1526) (318e54a)

v1.41.8

1.41.8 (2022-04-29)
Dependencies

v1.41.7

v1.41.6

v1.41.5

v1.41.4

v1.41.3

v1.41.2

v1.41.1

v1.41.0

Features
Bug Fixes
Dependencies
  • update dependency com.coveo:fmt-maven-plugin to v2.12 (#​1487) (8b1b8f2)
  • update dependency com.google.code.gson:gson to v2.8.9 (#​1492) (6615933)
  • update dependency com.google.errorprone:error_prone_annotations to v2.10.0 (#​1498) (a6a73c2)
  • update dependency com.google.protobuf:protobuf-java to v3.19.1 (#​1488) (24e6c51)
  • update dependency com.google.protobuf:protobuf-java to v3.19.2 (#​1539) (772370a)
  • update dependency com.puppycrawl.tools:checkstyle to v9.1 (#​1493) (87b980b)
  • update dependency com.puppycrawl.tools:checkstyle to v9.2 (#​1510) (0922b67)
  • update dependency org.apache.httpcomponents:httpcore to v4.4.15 (#​1523) (6148d97)
  • update project.appengine.version to v1.9.92 (#​1495) (43c3b11)
  • update project.appengine.version to v1.9.93 (#​1516) (2fa47c6)
1.40.1 (2021-10-07)
Bug Fixes
Dependencies
  • update dependency com.fasterxml.jackson.core:jackson-core to v2.12.5 (#​1437) (0ce8467)
  • update dependency com.fasterxml.jackson.core:jackson-core to v2.13.0 (#​1469) (7d9a042)
  • update dependency com.google.protobuf:protobuf-java to v3.18.0 (#​1454) (cc63e41)
  • update dependency com.google.protobuf:protobuf-java to v3.18.1 (#​1470) (c36637a)
  • update dependency com.puppycrawl.tools:checkstyle to v9 (#​1441) (a95cd97)
  • update project.appengine.version to v1.9.91 (#​1287) (09ebf8d)

v1.40.1

google/gson (com.google.code.gson:gson)

v2.10


Configuration

📅 Schedule: Branch creation - "before 4am 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 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the minor label Oct 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants