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 #54

Merged
merged 1 commit into from
Dec 18, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 18, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.slf4j:slf4j-api (source, changelog) 1.7.30 -> 1.7.36 age adoption passing confidence
org.junit.jupiter:junit-jupiter-engine (source) 5.11.0 -> 5.11.4 age adoption passing confidence
org.junit.jupiter:junit-jupiter-api (source) 5.11.0 -> 5.11.4 age adoption passing confidence
org.mockito:mockito-core 5.13.0 -> 5.14.2 age adoption passing confidence
org.sonarsource.sonarlint.core:sonarlint-rpc-impl (source) 10.11.2.79730 -> 10.12.0.79820 age adoption passing confidence
org.sonarsource.sonarlint.core:sonarlint-rpc-java-client (source) 10.11.2.79730 -> 10.12.0.79820 age adoption passing confidence
org.sonarsource.sonarlint.core:sonarlint-core (source) 10.11.2.79730 -> 10.12.0.79820 age adoption passing confidence
org.sonarsource.api.plugin:sonar-plugin-api-test-fixtures (source) 10.11.0.2468 -> 10.14.0.2599 age adoption passing confidence
org.sonarsource.api.plugin:sonar-plugin-api (source) 10.11.0.2468 -> 10.14.0.2599 age adoption passing confidence
org.sonarsource.slang:slang-testing (source) 1.17.0.6351 -> 1.18.0.6375 age adoption passing confidence
org.sonarsource.slang:slang-antlr (source) 1.17.0.6351 -> 1.18.0.6375 age adoption passing confidence
org.sonarsource.slang:checkstyle-import (source) 1.17.0.6351 -> 1.18.0.6375 age adoption passing confidence
org.sonarsource.slang:slang-plugin (source) 1.17.0.6351 -> 1.18.0.6375 age adoption passing confidence
org.sonarsource.slang:slang-checks (source) 1.17.0.6351 -> 1.18.0.6375 age adoption passing confidence
org.sonarsource.slang:slang-api (source) 1.17.0.6351 -> 1.18.0.6375 age adoption passing confidence

Release Notes

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

v5.14.2

Changelog generated by Shipkit Changelog Gradle Plugin

5.14.2
  • 2024-10-15 - 12 commit(s) by Brice Dutheil, Rafael Winterhalter, dependabot[bot]
  • Fix #​3466 nexus publishing configuration (#​3470)
  • Bump org.jetbrains.kotlin:kotlin-stdlib from 2.0.20 to 2.0.21 (#​3468)
  • Bump bytebuddy from 1.15.3 to 1.15.4 (#​3467)
  • Missing 5.14.2 release (#​3466)
  • chore: Tests whether JVM warnings / messages on dynamic attach (#​3462)
  • Bump junit-jupiter from 5.11.1 to 5.11.2 (#​3461)
  • Renames extension modules with mockito- prefix (#​3460)
  • Avoid attach warning if Byte Buddy is configured for command-line attach. (#​3459)
  • Bump org.shipkit:shipkit-auto-version from 2.0.10 to 2.0.11 (#​3458)
  • Bump junit-jupiter from 5.11.0 to 5.11.1 (#​3455)
  • Move root project to dedicated core folder (#​3444)
  • Bump biz.aQute.bnd:biz.aQute.bnd.gradle from 6.4.0 to 7.0.0 (#​3136)

v5.14.1

Changelog generated by Shipkit Changelog Gradle Plugin

5.14.1
  • 2024-09-30 - 2 commit(s) by Brice Dutheil, dependabot[bot]
  • fix: gradle mockitoAgent configuration should not be transitive (#​3454)
  • Bump bytebuddy from 1.15.2 to 1.15.3 (#​3452)
  • Allow for installing a Java agent within the Mockito jar, without exposing Byte Buddy's attach mechanism. (#​3437)

v5.14.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.14.0
  • 2024-09-27 - 9 commit(s) by Ali-Hassan, Brice Dutheil, David Saff, Rafael Winterhalter, dependabot[bot]
  • Bump org.junit.platform:junit-platform-launcher from 1.11.0 to 1.11.1 (#​3451)
  • Bump bytebuddy from 1.15.1 to 1.15.2 (#​3450)
  • Update Documentation of ArgumentCaptor.java (#​3448)
  • Split subprojects (#​3447)
  • Separate extensions from integration tests (#​3443)
  • Bump org.eclipse.platform:org.eclipse.osgi from 3.20.0 to 3.21.0 (#​3440)
  • Bump com.gradle.enterprise from 3.18 to 3.18.1 (#​3439)
  • Allow for installing a Java agent within the Mockito jar, without exposing Byte Buddy's attach mechanism. (#​3437)
  • Bump bytebuddy from 1.15.0 to 1.15.1 (#​3434)
  • Fixes #​3419: Disable mocks with an error message (#​3424)
  • Accessing a mock after clearInlineMocks could provide much more useful error message. (#​3419)
SonarSource/sonar-plugin-api (org.sonarsource.api.plugin:sonar-plugin-api-test-fixtures)

v10.14.0.2599

Compare Source

PLUGINAPI-106 Remove deprecation on RuleType, Rule Severity since 10.x version

v10.13.0.2560

Compare Source

Task

PLUGINAPI-103 Revert addition of impacts on ActiveRules

Improvement

PLUGINAPI-102 Deprecate components Qualifiers, Scope and ResourceType
PLUGINAPI-104 Change the name of the metric high_impact_accepted_issues
PLUGINAPI-105 Deprecate ‘reliability_issues' ‘maintainability_issues’, ‘security_issues', ‘new_reliability_issues' ‘new_maintainability_issues’ and ‘new_security_issues'

v10.12.0.2522

Compare Source

PLUGINAPI-101 Add impacts to LoadedActiveRule


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" in timezone CET, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team December 18, 2024 10:49
Copy link

Quality Gate passed Quality Gate passed for 'Go'

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarQube

@petertrr petertrr merged commit a94cbbd into master Dec 18, 2024
10 checks passed
@petertrr petertrr deleted the renovate/all-minor-patch branch December 18, 2024 11:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant