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 non-major dependencies - autoclosed #49

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 21, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
gradle (source) minor 8.10.2 -> 8.12 age adoption passing confidence
org.junit:junit-bom (source) dependencies patch 5.11.2 -> 5.11.4 age adoption passing confidence
com.google.guava:guava dependencies minor 33.3.1-jre -> 33.4.0-jre age adoption passing confidence
com.h2database:h2 (source) dependencies minor 2.1.214 -> 2.3.232 age adoption passing confidence
org.postgresql:postgresql (source) dependencies patch 42.7.3 -> 42.7.4 age adoption passing confidence
org.mariadb.jdbc:mariadb-java-client (source) dependencies minor 3.4.1 -> 3.5.1 age adoption passing confidence
com.github.MilkBowl:VaultAPI (source) dependencies patch 1.7 -> 1.7.1 age adoption passing confidence
net.kyori:adventure-text-minimessage dependencies minor 4.17.0 -> 4.18.0 age adoption passing confidence
net.kyori:adventure-platform-bukkit dependencies patch 4.3.3 -> 4.3.4 age adoption passing confidence
com.eternalcode:multification-okaeri dependencies patch 1.1.3 -> 1.1.4 age adoption passing confidence
com.eternalcode:multification-bukkit dependencies patch 1.1.3 -> 1.1.4 age adoption passing confidence
com.gradleup.shadow:shadow-gradle-plugin dependencies patch 8.3.3 -> 8.3.5 age adoption passing confidence
dev.rollczi:litecommands-jakarta dependencies minor 3.6.0-SNAPSHOT -> 3.9.5 age adoption passing confidence
dev.rollczi:litecommands-adventure dependencies minor 3.6.0-SNAPSHOT -> 3.9.5 age adoption passing confidence
dev.rollczi:litecommands-bukkit dependencies minor 3.6.0-SNAPSHOT -> 3.9.5 age adoption passing confidence
eu.okaeri:okaeri-configs-serdes-commons dependencies patch 5.0.3 -> 5.0.5 age adoption passing confidence
eu.okaeri:okaeri-configs-yaml-snakeyaml dependencies patch 5.0.3 -> 5.0.5 age adoption passing confidence
checkstyle (source) dependencies minor 10.18.2 -> 10.21.1 age adoption passing confidence

Release Notes

gradle/gradle (gradle)

v8.12

Compare Source

v8.11.1: 8.11.1

Compare Source

This is a patch release for Gradle 8.11. We recommend users upgrade to 8.11.1 instead of 8.11.

It fixes the following issues:

  • #​31268 BuildEventsListenerRegistry corrupted with Isolated Projects and parallel configuration
  • #​31282 Running executables sporadically fails with ETXTBSY (Text file busy)
  • #​31284 ArrayIndexOutOfBoundsException after upgrading to gradle 8.11 when generating problems report
  • #​31310 Unable to run Gradle task in 8.10 due to bytecode interception

Read the Release Notes

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.11.1

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

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

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.11: 8.11

Compare Source

The Gradle team is excited to announce Gradle 8.11.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Adam,
alyssoncs,
Bilel MEDIMEGH,
Björn Kautler,
Chuck Thomas,
Daniel Lacasse,
Finn Petersen,
JK,
Jérémie Bresson,
luozexuan,
Mahdi Hosseinzadeh,
Markus Gaisbauer,
Matthew Haughton,
Matthew Von-Maszewski,
ploober,
Siarhei,
Titus James,
vrp0211

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.11

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

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

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.

pgjdbc/pgjdbc (org.postgresql:postgresql)

v42.7.4

Added
  • chore: SCRAM dependency to 3.1 and support channel binding PR #​3188
  • chore: Add PostgreSQL 15, 16, and 17beta1 to CI tests PR #​3299
  • test: Update to 17beta3 PR #​3308
  • chore: Implement direct SSL ALPN connections PR #​3252
  • translation: Add Korean translation file PR #​3276
Fixed
  • fix: PgInterval ignores case for represented interval string PR #​3344
  • perf: Avoid extra copies when receiving int4 and int2 in PGStream PR #​3295
  • fix: Add support for Infinity::numeric values in ResultSet.getObject PR #​3304
  • fix: Ensure order of results for getDouble PR #​3301
  • perf: Replace BufferedOutputStream with unsynchronized PgBufferedOutputStream, allow configuring different Java and SO_SNDBUF buffer sizes PR #​3248
  • fix: Fix SSL tests PR #​3260
  • fix: Support bytea in preferQueryMode=simple PR #​3243
  • fix: Fix #​3234 - Return -1 as update count for stored procedure calls PR #​3235
  • fix: Fix #​3224 - conversion for TIME '24:00' to LocalTime breaks in binary-mode PR #​3225
  • perf: Speed up getDate by parsing bytes instead of String PR #​3141
  • fix: support PreparedStatement.setBlob(1, Blob) and PreparedStatement.setClob(1, Clob) for lobs that return -1 for length PR #​3136
  • fix: Validates resultset Params in PGStatement constructor. uses assertThro… PR #​3171
  • fix: Validates resultset parameters PR #​3167
  • docs: Replace greater to with greater than PR #​3315
  • docs: Clarify binaryTransfer and prepareThreshold PR #​3338
  • docs: use.md, typo PR #​3314
  • test: Use docker v2 which changes docker-compose to docker compose #​3339
  • refactor: Merge PgPreparedStatement#setBinaryStream int and long methods PR #​3165
  • test: Test both binaryMode=true,false when creating connections in DatabaseMetaDataTest PR #​3231
  • docs: Fixed typos in all source code and documentations PR #​3242
  • chore: Remove self-hosted runner PR #​3227
  • docs: Add cancelSignalTimeout in README PR #​3190
  • docs: Document READ_ONLY_MODE in README PR #​3175
  • test: Test for +/- infinity double values PR #​3294
  • test: Switch localhost and auth-test around for test-gss PR #​3343
  • fix: remove preDescribe from internalExecuteBatch PR #​2883
Deprecated
  • test: Deprecate all PostgreSQL versions older than 9.1 PR #​3335
mariadb-corporation/mariadb-connector-j (org.mariadb.jdbc:mariadb-java-client)

v3.5.1

Compare Source

Full Changelog

Notable changes
  • CONJ-1193 Implement parsec authentication
  • CONJ-1207 New HaMode: sequential write, loadbalance read
  • CONJ-1208 permit bulk for INSERT ON DUPLICATE KEY UPDATE commands for 11.5.1+ servers
Bugs Fixed
  • CONJ-1053 Mark waffle-jna dependency optional in module descriptor
  • CONJ-1196 setObject on java.util.Date was considered was a java.sql.Date and truncate hour/minutes/seconds/ms while it must be considered like a java.sql.Timestamp
  • CONJ-1211 jdbc 4.3 enquoteIdentifier missing validation
  • CONJ-1213 sql command ending with semicolon and trailing space are not using bulk

v3.5.0

Compare Source

Full Changelog

Notable changes

~~* CONJ-1193 Parsec authentication implementation~~

  • CONJ-1183 permit setting specific truststore
Bugs Fixed
  • CONJ-1202 Session variable setting must be executed last
  • CONJ-1201 incorrect default behavior for forceConnectionTimeZoneToSession
  • CONJ-1200 Batch import fails with exception "Unknown command"
  • CONJ-1199 option connectionCollation addition in order to force collation
  • CONJ-1187 Use different exception type for connection timeouts
MilkBowl/VaultAPI (com.github.MilkBowl:VaultAPI)

v1.7.1: VaultAPI 1.7.1

Compare Source

  • latest fixes and new tag for jitpack
KyoriPowered/adventure (net.kyori:adventure-text-minimessage)

v4.18.0: 🌏 Adventure 4.18.0

Adventure 4.18 has a few new features to improve expressiveness, plus support for the new shadow colour style attribute added in Minecraft 1.21.4.

What's Changed

✨ Features
🐛 Fixes

New Contributors

Full Changelog: KyoriPowered/adventure@v4.17.0...v4.18.0

KyoriPowered/adventure-platform (net.kyori:adventure-platform-bukkit)

v4.3.4

This is a minor bugfix release that aims to fix some issues in certain environments.

What's Changed

🐛 Fixes

New Contributors

Full Changelog: KyoriPowered/adventure-platform@v4.3.3...v4.3.4

GradleUp/shadow (com.gradleup.shadow:shadow-gradle-plugin)

v8.3.5

Compare Source

Fixed

  • Revert "Bump Java level to 11" (#​1011).
    This reverts the change to maintain compatibility with 8.x versions. The Java level will be bumped to 11 or above in the next major release.

v8.3.4

Compare Source

Fixed

  • Apply legacy plugin last, and declare capabilities for old plugins, fixes #​964. (#​991)
checkstyle/checkstyle (checkstyle)

v10.21.1

Compare Source

v10.21.0

v10.20.2

v10.20.1

v10.20.0

v10.19.0

Compare Source


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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update dependency org.junit:junit-bom to v5.11.3 Update all non-major dependencies Oct 23, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 6b37856 to c0f864f Compare October 29, 2024 04:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 1012a7a to 8a397a2 Compare November 7, 2024 18:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from d991df4 to 0c5b795 Compare November 18, 2024 14:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 1b21f4a to 172350e Compare November 20, 2024 23:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 172350e to d6386c6 Compare November 30, 2024 17:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 16ae257 to aeaf322 Compare December 19, 2024 21:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 461e4d1 to c1540dc Compare December 23, 2024 01:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 514bf00 to 1d18d51 Compare December 29, 2024 15:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1d18d51 to cbe897f Compare December 29, 2024 20:43
@renovate renovate bot changed the title Update all non-major dependencies Update all non-major dependencies - autoclosed Dec 29, 2024
@renovate renovate bot closed this Dec 29, 2024
@renovate renovate bot deleted the renovate/all-minor-patch branch December 29, 2024 21:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants