mqtt-cli icon indicating copy to clipboard operation
mqtt-cli copied to clipboard

Update all minor dependencies (master)

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

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
de.thetaphi.forbiddenapis 3.6 -> 3.7 age adoption passing confidence
org.mockito:mockito-core 5.10.0 -> 5.11.0 age adoption passing confidence
org.jline:jline-terminal-jansi 3.21.0 -> 3.25.1 age adoption passing confidence
org.jline:jline 3.21.0 -> 3.25.1 age adoption passing confidence
com.hivemq:hivemq-community-edition-embedded 2024.2 -> 2024.3 age adoption passing confidence
com.google.guava:guava 33.0.0-jre -> 33.1.0-jre age adoption passing confidence
org.graalvm.nativeimage:svm (source) 22.0.0.2 -> 22.3.5 age adoption passing confidence
com.google.dagger:dagger-compiler 2.50 -> 2.51.1 age adoption passing confidence
com.google.dagger:dagger 2.50 -> 2.51.1 age adoption passing confidence
commons-io:commons-io (source) 2.15.1 -> 2.16.0 age adoption passing confidence

Release Notes

mockito/mockito (org.mockito:mockito-core)

v5.11.0

Compare Source

Changelog generated by Shipkit Changelog Gradle Plugin

5.11.0
  • 2024-03-01 - 17 commit(s) by Aouichaoui Youssef, Franz Wong, Pranoti Durugkar, Róbert Papp, dependabot[bot]
  • Fixes #​3281 : Add native method to exception message of MissingMethodI… (#​3283)
  • MissingMethodInvocationException is thrown when mocking native method in 5.x (#​3281)
  • Bump com.google.googlejavaformat:google-java-format from 1.19.2 to 1.20.0 (#​3277)
  • Bump versions.bytebuddy from 1.14.11 to 1.14.12 (#​3272)
  • Bump gradle/wrapper-validation-action from 2.1.0 to 2.1.1 (#​3268)
  • Bump org.shipkit:shipkit-auto-version from 2.0.3 to 2.0.4 (#​3267)
  • Bump gradle/wrapper-validation-action from 2.0.1 to 2.1.0 (#​3266)
  • Bump org.junit.platform:junit-platform-launcher from 1.10.1 to 1.10.2 (#​3265)
  • Bump gradle/wrapper-validation-action from 2.0.0 to 2.0.1 (#​3264)
  • Bump org.assertj:assertj-core from 3.25.2 to 3.25.3 (#​3261)
  • Bump versions.junitJupiter from 5.10.1 to 5.10.2 (#​3260)
  • Bump gradle/wrapper-validation-action from 1.1.0 to 2.0.0 (#​3258)
  • Fixes #​3229: Resolve test generic arguments (#​3257)
  • Bump org.shipkit:shipkit-auto-version from 2.0.2 to 2.0.3 (#​3256)
  • Use kvm on ubuntu instead of macos to run Android tests (#​3252)
  • Fixes #​3240 : Renamed mockito bom artifact (#​3251)
  • Remove shipkit workaround for generateChangelog (#​3250)
  • Bump com.gradle.enterprise from 3.16.1 to 3.16.2 (#​3249)
  • Mockito bom missing artifact in maven central for java21 (#​3240)
  • @Captor test parameters don't work with primitive type arguments (#​3229)
  • Gradle 8.2: work around fix for release publishing (#​3053)
jline/jline3 (org.jline:jline-terminal-jansi)

v3.25.1

[3_25_1] https://repo1.maven.org/maven2/org/jline/jline/3.25.1/

v3.25.0

[3_25_0] https://repo1.maven.org/maven2/org/jline/jline/3.25.0/

v3.24.1

[3_24_1] https://repo1.maven.org/maven2/org/jline/jline/3.24.1/

v3.24.0

[3_24_0] https://repo1.maven.org/maven2/org/jline/jline/3.24.0/

v3.23.0

  • e82b526a Reformat
  • 8951fc85 Add spotless
  • 0eddc136 Fix javadoc
  • cc021a55 Fix signal processing on windows, fixes #​822
  • 6fa8b785 Clean up console mode4
  • c571b146 Refine color support in various environments, fixes #​814 (#​829)
  • f3fa7036 Verify ioctl return value in jansi
  • 362b233e The JNA ioctl call is broken on Mac/aarch64
  • ca176daf This is a demo, so allow remote connections for debugging VM
  • 117782b0 Fix calling commands in gogo under jdk 17
  • 6c5a2759 Add missing ConEmu capabilities, fixes #​800
  • 63618cc6 Fix AltGr+Shift characters, fixes #​747
  • 4dbe26bc Decode alternative charset in/out sequences, fixes #​805
  • 64fc2f20 Add a test for #i805
  • caa2d14a Fix restoration of Terminal at close, fixes #​819
  • 0b97167f Allow custom sort of providers, and prefer jansi by default
  • 6fcf987d Add some javadoc on Terminal getAttributes/setAttributes
  • b0b4f709 Use Attributes copy constructor
  • 3e872d86 fix javadocs of classes ConsoleEngine, JrtJavaBasePackages and Widgets
  • c6a476e4 SyntaxHighlighter and Repl demo: use UTF-8 character encoding instead of JVM default
  • 90e9e868 builtins Commands: fix keymap help and remove redundant toString() calls
  • 2c55e39b Use a native library to create FileDescriptors if reflection does not allow access (fixes #​575)
  • e893fb48 Optimized Styles.isStylePattern() to avoid StackOverflowError (#​817)
  • 8cb3793a Fix missing graalvm information for the exec provider (fixes #​820)

v3.22.0

  • dd697ee0 Remove compilation warnings (#​816)
  • e00a8370 Appveyor fix (#​815)
  • 87f7e576 Upgrade all plugins to latest version (#​740)
  • d6e84da4 Support for out or err stream for the terminal (fixes #​787) (#​788)
  • c2a0c9e8 Avoid redundant Map.containsKey call (#​781)
  • 77f1cea0 Make readBuffered blocking and add more readBuffered methods, fixes #​757 (#​782)
  • 4f57697f Replace AtomicBoolean with volatile boolean field. (#​796)
  • 6e94df5f Upgrade Groovy to 4.0.7
  • b82a347c Scroll forward of the cli cause tailtips to collide with text, fixes #​738
  • fcc8ce61 Bump ivy from 2.5.0 to 2.5.1
  • 751a7d7c prnt command: add option --multiColumns
  • ade7806f Less: eliminate a couple of source.lines() calls
  • 239d6e04 less pager does not work well when using InputStreamSource, fixes #​812
  • 181279c0 Standard escape character () doesn't seem to be handled correctly, fixes #​798
  • 1579fc04 command less: manage object arguments, fixes #​811
  • 9243e6db add CONSOLE_OPTIONS boolean variable redirectColor to switch on/off redirect colors
  • 9711716b Less method run(Source... sources) throws UnsupportedOperationException, fixes #​810
  • 2c4a1923 Upgrade maven-enforcer-plugin to 3.1.0
  • 58dccf72 Upgrade Graal to 22.1.0
  • 396a39e1 Upgrade Groovy to 4.0.3
  • 4dac9b0c Infinite loop in TerminalLine constructor, fixes #​751
  • 8b89ff5f Console example fix NPE
  • 9706eadf Builtins command registry: Add null check for configpath parameter
  • 1cf2cda9 Upgrade Groovy to 4.0.2
  • ed6cef30 Add a simple example of printAbove
  • d75b4f18 Groovy REPL: add tab-completion for groovy array methods
  • 0959a40b Upgrade Groovy to 4.0.1
  • c8fcdda6 Simplify String operations (#​776)
  • fe1a6ff4 Docs typo: Columns separated -> Colon separated (#​775)
  • f9b267f6 Option to disable Undo in LineReader
  • 0bb26e99 SystemHighlighter: command line parsed twice
  • d3aa7dc6 nanorc parser: the reader is not closed if exception is thrown
  • f988d35f args.nanorc: improve options highlighting
  • 4b743231 SystemHighlighter: fix subcommand highlighting
  • ac26d10c lsStyle resolver defined as static field, fixes #​764
  • bfcc415b Candidates customized order lost when tabbing through candidates, fixes #​763
  • cea9632b LineReader Candidate: tests for sorting and potential int overflow fix (#​762)
  • aa11f6ee REPL demo: add nanorctheme.template (#​761)
  • 233a6cce gron.nanorc: improve *_COLORS variable value highlight
  • c70d3272 REPL demo refactoring: add nanorc directory
  • 43127122 REPL demo: add light.nanorctheme and rename default theme to dark
  • f72694f6 DefaultPrinter: add @​SuppressWarnings("serial") in highlighters cache map
  • 51c0399d SystemHighlighter refresh() refresh also external syntaxHighlighters
  • 652d7a19 GroovyEngine & DefaultPrinter: add syntaxHighlighter cache
  • e9cbb19f builtins.Styles: make public method style(name, defStyle)
  • 1aae0ae8 highlighter command: add option --switch=theme
  • 7ae2b8b9 ConsoleEngineImpl: fix potential NPE
  • 771f2217 Mandatory import of sun.misc, fixes #​758
  • afb067fe Tab candidate menu list exceeds from visible terminal display, fixes #​759
  • 08d27d71 SyntaxHighlighter: added a few string constants
  • 4ce93d9f align less config parsing with nanorc theme system
  • 844ce0bb nano editor fails to highlight block comments, fixes #​753
  • f759ea68 SyntaxHighlighter: add parser to tokenize string literals and comments, fixes #​746
  • bcc7f307 Refactoring: moved SyntaxHighlighter implementation in its own file
  • 5cef3bab Nano SystemHighlighter: add theme system (#​752)
  • 40109530 Groovy REPL: highlight shell commands
  • 35379cf8 SystemHighlighter: add specificHighlighter to manage subcommand syntax highlighting
  • ec66af98 Groovy REPL: highlight triple-quoted strings
  • abf8d943 Groovy REPL: fix '# comment line' highlight (#​750)
  • 95f1e91c SystemHighlighter: fix commandIndex calculation
  • 2cbc73ca Groovy REPL: methods print and println appear twice in tab completion candidate list, fixes #​749
  • d98f1648 3.20.0 Regression - Groovy REPL highlight syntax errors while typing is broken, fixes #​748 #​745
  • 789ac75b Groovy REPL: prnt command parameter completion does not work well, fixes #​744
  • 9fb62296 Nano SyntaxHighlighter fails to highlight the line after the block comment, fixes #​743
  • 4c4031d4 Groovy REPL: highlight comments in command line
  • 045b3c8f Nano SyntaxHighlighter fails to highlight strings with line delimiters, fixes #​742
  • fc22be31 Error in custom command line highlighter let readLine() method in an unusable state, fixes #​741
  • bd2c2188 Groovy REPL: configure parser comment delimiters
  • b8c26ce8 appveyor: fix download URL of maven
  • 1315fc0b [JLINE-730] Support for comments in DefaultParser (#​731)
  • f89e28ad Fix last line not displayed when scrolling using Display, fixes #​737 (#​739)
  • 997496e6 Fix Parser javadoc of ParseContext.SPLIT_LINE, fixes #​733
  • ae78e09c Parser interface: remove redundant variable initializer and field modifiers
hivemq/hivemq-community-edition (com.hivemq:hivemq-community-edition-embedded)

v2024.3

Compare Source

🌟 Features
  • #​466 Provide multi-arch container image for the platforms linux/amd64 and linux/arm64/v8
✨ Improvements
  • #​466 Improved container image user handling: run as non-root user 10000, no root step down required anymore
ℹ️ Misc
❤️ Thanks to all contributors

Full Changelog: https://github.com/hivemq/hivemq-community-edition/compare/2024.2...2024.3


Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC).

🚦 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 Feb 24 '24 03:02 renovate[bot]