-
Notifications
You must be signed in to change notification settings - Fork 2
fix(deps): update dependency com.google.guava:guava to v31 #19
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
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/major-guava-monorepo
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Author
Edited/Blocked NotificationRenovate 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. |
WejsoneKK
pushed a commit
to odmcdevelopment/odmc-multi-platform-plugin-template
that referenced
this pull request
Apr 10, 2023
# 1.0.0 (2022-01-21) ### Bug Fixes * add default config.yml ([bf36d49](sVoxelDev@bf36d49)), closes [#128](https://github.com/sVoxelDev/multi-platform-plugin-template/issues/128) * **build:** cache node correctly ([20bb9e3](sVoxelDev@20bb9e3)) * **build:** cache yarn.lock instead of package-lock ([c067aab](sVoxelDev@c067aab)) * **build:** copy plugin to server based on rootProject.rootDir ([1315050](sVoxelDev@1315050)) * **build:** declutter test log and ignore successes ([018d467](sVoxelDev@018d467)) * **build:** hash yarn.lock for cache ([307b744](sVoxelDev@307b744)) * **build:** include dependencies in the shadow jar ([803099b](sVoxelDev@803099b)) * **build:** jacoco coverage report not generated ([90721d9](sVoxelDev@90721d9)) * **build:** only run once on PR from same repo ([4df7f57](sVoxelDev@4df7f57)) * **build:** use ubuntu-18.04 as build host ([38669f1](sVoxelDev@38669f1)) * **ci:** invalid unit test results path ([76a65f5](sVoxelDev@76a65f5)) * **ci:** update the release branch to main ([5654a3c](sVoxelDev@5654a3c)) * **ci:** use jacoco report in publish ([1a67cf0](sVoxelDev@1a67cf0)) * **debug:** exclude all content inside debug/ ([751d2b7](sVoxelDev@751d2b7)) * **docs:** remove invalid whitespaces from gradle.properties ([d3fd4b5](sVoxelDev@d3fd4b5)) * downgrade to jdk 16 ([3791bd2](sVoxelDev@3791bd2)) * **git:** ignore automatic generated plugin.yml ([4cccd5b](sVoxelDev@4cccd5b)) * **gradle:** publish build artifacts to maven ([a997f81](sVoxelDev@a997f81)) * **idea:** Utilize `$PROJECT_DIR$` in the `WORKING_DIRECTORY` option ([3bef4ee](sVoxelDev@3bef4ee)) * **lint:** remove spotless linting ([cb2f8d1](sVoxelDev@cb2f8d1)) * lowercase groupid and artifactid on publish ([f02d7dd](sVoxelDev@f02d7dd)) * plugin startup ([134f07f](sVoxelDev@134f07f)) * **plugin:** set correct spigradle plugin name ([a7d5af5](sVoxelDev@a7d5af5)) * **plugin:** use pluginName property in plugin.yml ([094c57b](sVoxelDev@094c57b)) * publish shaded artifacts ([dc60f45](sVoxelDev@dc60f45)) * **publish:** publish shadow jar artifact ([64968ce](sVoxelDev@64968ce)) * **publish:** revert publishing to project namespace ([4f2aa72](sVoxelDev@4f2aa72)) * **release:** add github credentials ([c6387b5](sVoxelDev@c6387b5)) * **release:** allow semantic-release legacy peer deps ([630364c](sVoxelDev@630364c)) * **release:** override GitHub API url with GH_URL ([43669f7](sVoxelDev@43669f7)) * **release:** run gradle-release before github ([a3ef1fa](sVoxelDev@a3ef1fa)) * **release:** update semantic-release/GitHub ([aefa8c1](sVoxelDev@aefa8c1)) * **release:** update to nodejs 16.5 ([eb6e104](sVoxelDev@eb6e104)) * **release:** upgrade to jdk11 ([120683e](sVoxelDev@120683e)) * **release:** use node 12 for semantic-release ([88166a9](sVoxelDev@88166a9)) * restore gradle wrapper jar ([c172046](sVoxelDev@c172046)) * target Minecraft 1.16.1 in gradle.properties ([8beb34a](sVoxelDev@8beb34a)) * **test:** copy plugin.yml to test resources ([54893f2](sVoxelDev@54893f2)) * **test:** directly reference plugin.yml in test ([97f7fc4](sVoxelDev@97f7fc4)) * **tests:** output jacoco html report for intellij coverage ([7f94567](sVoxelDev@7f94567)) * upgrade to matching gradle-wrapper for jdk 17 ([ee642b0](sVoxelDev@ee642b0)) * upgrade to matching gradle-wrapper for jdk 17 ([7e35ba7](sVoxelDev@7e35ba7)) ### Features * add acf-command example incl. tests ([1a71da6](sVoxelDev@1a71da6)) * add basic core module structure ([c01f9b8](sVoxelDev@c01f9b8)) * add example for a test base class ([436f690](sVoxelDev@436f690)) * add gradle lombok plugin ([d2468bf](sVoxelDev@d2468bf)) * add platform module with config and commands ([3c8dc9e](sVoxelDev@3c8dc9e)) * add script to update maven and gradle versions inside the readme ([234f0fa](sVoxelDev@234f0fa)) * add support for building jdk17 packages with jitpack ([b9eec76](sVoxelDev@b9eec76)) * add vault economy example incl. tests ([331e961](sVoxelDev@331e961)) * add working bukkit platform including translations ([14cb041](sVoxelDev@14cb041)) * auto update dependencies with dependabot ([e28ccf4](sVoxelDev@e28ccf4)) * **build:** add semantic versioning ([cdedcfd](sVoxelDev@cdedcfd)) * **build:** replace artifactory with github packages ([f83a08a](sVoxelDev@f83a08a)) * **build:** split build and test into separate jobs ([38f74d4](sVoxelDev@38f74d4)) * **build:** target JDK 1.8 ([0cc380c](sVoxelDev@0cc380c)) * **build:** update to java16, minecraft 1.17 and gradle 7 ([6cb9365](sVoxelDev@6cb9365)) * **ci:** publish unit test report directly in github ([96430db](sVoxelDev@96430db)) * **ci:** update to jdk16 in gradle ci build ([4c6ee7a](sVoxelDev@4c6ee7a)) * **docs:** add spiget shields to spigot resource ([0907394](sVoxelDev@0907394)) * **module:** add identity and pointer to api module incl. tests ([1743e59](sVoxelDev@1743e59)) * **publish:** publish artifact to github packages ([29afd59](sVoxelDev@29afd59)) * **publish:** publish github package to user namespace ([ac38c81](sVoxelDev@ac38c81)) * **release:** add alpha and beta releases ([1931153](sVoxelDev@1931153)) * **release:** remove unnecessary node dependency ([ce926bf](sVoxelDev@ce926bf)) * **renovate:** group patch and minor dependencies to one PR ([0c0119a](sVoxelDev@0c0119a)) * update spigradle to 2.0.0 ([df1f431](sVoxelDev@df1f431)), closes [sVoxelDev#19](sVoxelDev#19) * update to gradle 7.3-rc1 (adds jdk17 support) ([b9a4e7b](sVoxelDev@b9a4e7b)) * upgrade to gradle 7.3 and JDK17 ([9e0aadc](sVoxelDev@9e0aadc)) * upgrade to jdk 17 ([24ae775](sVoxelDev@24ae775)) * use new spigradle debug task for running the server ([d7a3f25](sVoxelDev@d7a3f25)) ### Reverts * publish shadowJar artifact ([6e869fc](sVoxelDev@6e869fc)) * upgrade to jdk 17 ([92036bf](sVoxelDev@92036bf)) ### BREAKING CHANGES * **build:** now uses java16 to be compatible with minecraft 1.17 * **release:** the template now supports jdk11 and upwards * The `@Plugin` annotation on the plugin main class for spigradle was renamed to `@PluginMain`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
21.0->31.1-jreRelease Notes
google/guava
v23.0: 23.0Final Guava 23.0 release.
v22.0: 22.0Final Guava 22.0 release.
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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.