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

chore(deps): update maven non-major dependencies #131

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Oct 10, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.github.eirslett:frontend-maven-plugin 1.14.0 -> 1.15.0 age adoption passing confidence
org.jacoco:jacoco-maven-plugin (source) 0.8.8 -> 0.8.12 age adoption passing confidence
org.apache.maven.plugins:maven-surefire-plugin 3.1.2 -> 3.2.5 age adoption passing confidence
org.apache.maven.plugins:maven-compiler-plugin 3.10.1 -> 3.13.0 age adoption passing confidence
org.sonarsource.sonar-packaging-maven-plugin:sonar-packaging-maven-plugin (source) 1.21.0.505 -> 1.23.0.740 age adoption passing confidence
org.apache.maven:maven-model 3.8.6 -> 3.9.7 age adoption passing confidence
org.apache.commons:commons-lang3 (source) 3.12.0 -> 3.14.0 age adoption passing confidence
org.sonarsource.api.plugin:sonar-plugin-api (source) 9.5.0.71 -> 9.17.0.587 age adoption passing confidence

Release Notes

eirslett/frontend-maven-plugin (com.github.eirslett:frontend-maven-plugin)

v1.15.0

  • Bun support
  • Prevent Bad zip entry exceptions when installing Node to a relative directory (#​1124)

v1.14.2

  • Prevent corrupt downloaded files by waiting for the download to complete before writing the file to disk.

v1.14.1

  • Expose pnpm executable on Windows (#​1116)
jacoco/jacoco (org.jacoco:jacoco-maven-plugin)

v0.8.12: 0.8.12

Compare Source

New Features

  • JaCoCo now officially supports Java 22 (GitHub #​1596).
  • Experimental support for Java 23 class files (GitHub #​1553).

Fixed bugs

  • Branches added by the Kotlin compiler for functions with default arguments and having more than 32 parameters are filtered out during generation of report (GitHub #​1556).
  • Branch added by the Kotlin compiler version 1.5.0 and above for reading from lateinit property is filtered out during generation of report (GitHub #​1568).

Non-functional Changes

  • JaCoCo now depends on ASM 9.7 (GitHub #​1600).

v0.8.11: 0.8.11

Compare Source

New Features

  • JaCoCo now officially supports Java 21 (GitHub #​1520).
  • Experimental support for Java 22 class files (GitHub #​1479).
  • Part of bytecode generated by the Java compilers for exhaustive switch expressions is filtered out during generation of report (GitHub #​1472).
  • Part of bytecode generated by the Java compilers for record patterns is filtered out during generation of report (GitHub #​1473).

Fixed bugs

  • Instrumentation should not cause VerifyError when the last local variable of method parameters is overridden in the method body to store a value of type long or double (GitHub #​893).
  • Restore exec file compatibility with versions from 0.7.5 to 0.8.8 in case of class files with zero line numbers (GitHub #​1492).

Non-functional Changes

  • jacoco-maven-plugin now requires at least Java 8 (GitHub #​1466, #​1468).
  • JaCoCo build now requires at least Maven 3.5.4 (GitHub #​1467).
  • Maven 3.9.2 should not produce warnings for jacoco-maven-plugin (GitHub #​1468).
  • JaCoCo build now requires JDK 17 (GitHub #​1482).
  • JaCoCo now depends on ASM 9.6 (GitHub #​1518).

v0.8.10: 0.8.10

Compare Source

Fixed bugs

  • Agent should not require configuration of permissions for SecurityManager outside of its codeBase (GitHub #​1425).

v0.8.9: 0.8.9

Compare Source

New Features

  • JaCoCo now officially supports Java 19 and 20 (GitHub #​1371, #​1386).
  • Experimental support for Java 21 class files (GitHub #​1386).
  • Add parameter to include the current project in the report-aggregate Maven goal (GitHub #​1007).
  • Component accessors generated by the Java compilers for records are filtered out during generation of report. Contributed by Tesla Zhang (GitHub #​1393).

Fixed bugs

  • Agent should not open java.lang package to unnamed module of the application class loader (GitHub #​1334).

Non-functional Changes

SonarSource/sonar-packaging-maven-plugin (org.sonarsource.sonar-packaging-maven-plugin:sonar-packaging-maven-plugin)

v1.23.0.740

Compare Source

  • Fix datime format for Plugin-BuildDate field
SonarSource/sonar-plugin-api (org.sonarsource.api.plugin:sonar-plugin-api)

v9.17.0.587

Compare Source

What's Changed

  • PLUGINAPI-40 LogTester doesn't intercept logged exceptions
  • PLUGINAPI-41 LogTester can throw 'ConcurrentModificationException' if logs are written and asserted concurrently
  • PLUGINAPI-47 Add code variants to issues

v9.16.0.560

Compare Source

What's Changed

v9.15.0.435

Compare Source

What's Changed

Added

  • PLUGINAPI-35 Expose file content hash in plugin API
  • PLUGINAPI-36 Remove dependency on logback
  • PLUGINAPI-39 Add woff2 to static resource filter list

v9.14.0.375

Compare Source

What's Changed

Added

  • PLUGINAPI-34 Add new aliases for sonar.test.inclusions and sonar.test.exclusions

v9.13.0.360

Compare Source

What's Changed

  • PLUGINAPI-8 Introduce an API to contribute quick fixes
  • PLUGINAPI-31 Support code highlighting in the issue messages

Full Changelog: SonarSource/sonar-plugin-api@9.12.0.310...9.13.0.360\*\*

v9.12.0.310

Compare Source

What's Changed

New Contributors

Full Changelog: SonarSource/sonar-plugin-api@9.11.0.290...9.12.0.310

v9.11.0.290

Compare Source

What's Changed

  • PLUGINAPI-22 Empty content for rule description section should not be allowed
  • PLUGINAPI-25 Introduce support for data and execution flows

Full Changelog: SonarSource/sonar-plugin-api@9.10.0.269...9.11.0.290

v9.10.0.269

Compare Source

Changelog

Added
  • Add ZipUtils.unzip new overloaded methods to limit unzipped size PLUGINAPI-23

v9.9.0.229

Compare Source

Changelog

Added
  • SensorContext.markAsUnchanged: Sensors can flag files that have unchanged data. This allows the platform to perform optimizations in some situations (PLUGINAPI-20)
  • NewRule.addWaspAsvs: Analyzers can report OWASP Application Security Verification Standard requirements for rules that they declare (PLUGINAPI-19)

v9.8.0.203

Compare Source

Changelog

Added
  • NewRule.addEducationPrincipleKeys: Register a list of education principle keys to link to the rule (PLUGINAPI-15)
  • NewIssue.setRuleDescriptionContextKey: Set the optional rule description section context key (PLUGINAPI-16)

v9.7.0.160

Compare Source

Changelog

Added
  • RuleDescriptionSectionBuilder.context: Define a context for rule description sections (PLUGINAPI-12)

v9.6.1.114

Compare Source

Changelog

❌ Breaking changes without deprecation
  • RuleDescriptionSectionKeys: Supported rule description section keys defined in v9.6 were changed

v9.6.0.104

Compare Source

Changelog

Added
  • NewRule.addDescriptionSection: Add multiple description sections to rules. PLUGINAPI-6
⚠️ Deprecated
  • NewRule.setMarkdownDescription: Use NewRule.addDescriptionSection with HTML instead. PLUGINAPI-5

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/maven-non-major-dependencies branch from a84b67d to 71cf4b8 Compare October 16, 2023 13:17
@renovate renovate bot force-pushed the renovate/maven-non-major-dependencies branch 3 times, most recently from 03f37d0 to 2b2861a Compare October 26, 2023 00:35
@renovate renovate bot changed the title Update Maven non-major dependencies chore(deps): update maven non-major dependencies Nov 1, 2023
@renovate renovate bot force-pushed the renovate/maven-non-major-dependencies branch from 2b2861a to 28b98d3 Compare November 6, 2023 23:09
@renovate renovate bot force-pushed the renovate/maven-non-major-dependencies branch from 28b98d3 to 69c7715 Compare November 22, 2023 03:58
@renovate renovate bot force-pushed the renovate/maven-non-major-dependencies branch 2 times, most recently from b343bbd to 1d9539b Compare December 1, 2023 12:10
@renovate renovate bot force-pushed the renovate/maven-non-major-dependencies branch 2 times, most recently from ca9d97d to c85939c Compare December 19, 2023 01:37
@renovate renovate bot force-pushed the renovate/maven-non-major-dependencies branch from c85939c to 9ac33e5 Compare December 24, 2023 13:18
@renovate renovate bot force-pushed the renovate/maven-non-major-dependencies branch from 9ac33e5 to aaddd64 Compare January 9, 2024 23:01
@renovate renovate bot force-pushed the renovate/maven-non-major-dependencies branch from aaddd64 to 744360a Compare February 17, 2024 15:14
@renovate renovate bot force-pushed the renovate/maven-non-major-dependencies branch from 744360a to 497498e Compare March 18, 2024 19:26
@renovate renovate bot force-pushed the renovate/maven-non-major-dependencies branch from 497498e to 21f243d Compare April 2, 2024 17:14
@renovate renovate bot force-pushed the renovate/maven-non-major-dependencies branch from 21f243d to 01ff830 Compare May 25, 2024 10:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
0 participants