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 mend: high confidence minor and patch dependency updates #20

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

Conversation

mend-for-github.aaakk.us.kg[bot]
Copy link

@mend-for-github.aaakk.us.kg mend-for-github.aaakk.us.kg bot commented Oct 9, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@semantic-release/changelog 6.0.2 -> 6.0.3 age adoption passing confidence
org.apache.maven.plugins:maven-compiler-plugin 3.10.1 -> 3.13.0 age adoption passing confidence
org.apache.maven.plugins:maven-enforcer-plugin 3.1.0 -> 3.5.0 age adoption passing confidence
org.slf4j:slf4j-jdk14 (source) 2.0.6 -> 2.0.16 age adoption passing confidence
org.slf4j:slf4j-api (source, changelog) 2.0.6 -> 2.0.16 age adoption passing confidence
org.codehaus.mojo:buildnumber-maven-plugin (source) 3.0.0 -> 3.2.1 age adoption passing confidence
org.apache.maven.plugins:maven-failsafe-plugin 3.0.0-M7 -> 3.5.2 age adoption passing confidence
org.apache.maven.plugins:maven-project-info-reports-plugin 3.4.1 -> 3.8.0 age adoption passing confidence
org.apache.maven.plugins:maven-checkstyle-plugin 3.2.0 -> 3.6.0 age adoption passing confidence
org.apache.maven.plugins:maven-site-plugin 3.12.1 -> 3.21.0 age adoption passing confidence
org.apache.maven.plugins:maven-javadoc-plugin 3.4.1 -> 3.11.2 age adoption passing confidence
org.apache.maven.plugins:maven-jar-plugin 3.2.2 -> 3.4.2 age adoption passing confidence
org.apache.maven.plugins:maven-shade-plugin 3.3.0 -> 3.6.0 age adoption passing confidence
org.apache.maven.plugins:maven-source-plugin 3.2.1 -> 3.3.1 age adoption passing confidence
org.apache.maven.plugins:maven-gpg-plugin 3.0.1 -> 3.2.7 age adoption passing confidence
org.sonatype.plugins:nexus-staging-maven-plugin (source) 1.6.13 -> 1.7.0 age adoption passing confidence
org.apache.maven.plugins:maven-deploy-plugin 3.0.0 -> 3.1.3 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.0.0-M7 -> 3.5.2 age adoption passing confidence
com.squareup.okhttp3:mockwebserver (source) 4.10.0 -> 4.12.0 age adoption passing confidence
com.squareup.okhttp3:okhttp (source) 4.10.0 -> 4.12.0 age adoption passing confidence
org.testng:testng (source) 7.7.1 -> 7.10.2 age adoption passing confidence

Release Notes

semantic-release/changelog (@​semantic-release/changelog)

v6.0.3

Compare Source

Bug Fixes
mojohaus/buildnumber-maven-plugin (org.codehaus.mojo:buildnumber-maven-plugin)

v3.2.1

Compare Source

Changes

🚀 New features and improvements

  • Add configuration to be able to use the plugin without scm info in pom (#​228) @​olamy

📦 Dependency updates

👻 Maintenance

v3.2.0

Compare Source

v3.1.0

Changes

🚀 New features and improvements

🐛 Bug Fixes

📦 Dependency updates

👻 Maintenance

🔧 Build

sonatype/nexus-maven-plugins (org.sonatype.plugins:nexus-staging-maven-plugin)

v1.7.0

Compare Source

v1.6.14

Compare Source

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

testng-team/testng (org.testng:testng)

v7.10.2: TestNG v7.10.2

Compare Source

What's Changed

Full Changelog: testng-team/testng@7.10.1...7.10.2

v7.10.1: TestNG v7.10.1

Compare Source

What's Changed

Full Changelog: testng-team/testng@7.10.0...7.10.1

v7.10.0: TestNG v7.10.0

Compare Source

What's Changed

New Contributors

Full Changelog: testng-team/testng@7.9.0...7.10.0

v7.9.0: TestNG v7.9.0

Compare Source

What's Changed


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

@mend-for-github.aaakk.us.kg mend-for-github.aaakk.us.kg bot force-pushed the whitesource-remediate/mend-high-confidence-minor-and-patch-dependency-updates branch 5 times, most recently from 37f1624 to 748755e Compare October 27, 2024 05:56
@mend-for-github.aaakk.us.kg mend-for-github.aaakk.us.kg bot force-pushed the whitesource-remediate/mend-high-confidence-minor-and-patch-dependency-updates branch 5 times, most recently from 409d0a0 to e7451c8 Compare November 5, 2024 08:37
@mend-for-github.aaakk.us.kg mend-for-github.aaakk.us.kg bot force-pushed the whitesource-remediate/mend-high-confidence-minor-and-patch-dependency-updates branch from e7451c8 to a345cff Compare November 6, 2024 09:02
@mend-for-github.aaakk.us.kg mend-for-github.aaakk.us.kg bot force-pushed the whitesource-remediate/mend-high-confidence-minor-and-patch-dependency-updates branch 4 times, most recently from 08f9573 to f0d9ff9 Compare November 22, 2024 09:24
@mend-for-github.aaakk.us.kg mend-for-github.aaakk.us.kg bot force-pushed the whitesource-remediate/mend-high-confidence-minor-and-patch-dependency-updates branch 3 times, most recently from 97f4c4c to 0a82e73 Compare November 27, 2024 05:39
@mend-for-github.aaakk.us.kg mend-for-github.aaakk.us.kg bot force-pushed the whitesource-remediate/mend-high-confidence-minor-and-patch-dependency-updates branch from 0a82e73 to 3b19269 Compare December 8, 2024 08: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