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

Bump the dependencies group with 14 updates #221

Merged
merged 1 commit into from
Sep 8, 2023

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 8, 2023

Bumps the dependencies group with 14 updates:

Package From To
org.mockito:mockito-core 5.2.0 5.5.0
org.apache.commons:commons-lang3 3.12.0 3.13.0
com.fasterxml.jackson.core:jackson-databind 2.14.2 2.15.2
com.fasterxml.jackson.core:jackson-annotations 2.14.2 2.15.2
com.fasterxml.jackson.core:jackson-core 2.14.2 2.15.2
com.fasterxml.jackson.datatype:jackson-datatype-jsr310 2.14.2 2.15.2
org.slf4j:slf4j-api 2.0.6 2.0.9
ch.qos.logback:logback-classic 1.4.6 1.4.11
de.fraunhofer.iosb.ilt:SensorThings-SWE-Common 0.9 0.10
org.apache.maven.plugins:maven-release-plugin 2.5.3 3.0.1
org.owasp:dependency-check-maven 8.1.2 8.4.0
org.jacoco:jacoco-maven-plugin 0.8.8 0.8.10
org.apache.maven.plugins:maven-source-plugin 3.2.1 3.3.0
org.apache.maven.plugins:maven-gpg-plugin 3.0.1 3.1.0

Updates org.mockito:mockito-core from 5.2.0 to 5.5.0

Release notes

Sourced from org.mockito:mockito-core's releases.

v5.5.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.5.0

v5.4.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.4.0

... (truncated)

Commits
  • 741fe81 Use multiple locks in TypeCachingBytecodeGenerator (#3095)
  • 076e8ac Bump org.gradle.toolchains.foojay-resolver-convention (#3096)
  • cb75cec Bump versions.bytebuddy from 1.14.5 to 1.14.6 (#3094)
  • f673545 Add note on backporting policy to README (#3090)
  • ece6107 Report unused stubbing exceptions when test filter is no-op (#3078)
  • fd16dd1 Bump versions.errorprone from 2.21.0 to 2.21.1 (#3083)
  • f5ad9e9 Bump versions.errorprone from 2.20.0 to 2.21.0 (#3076)
  • 771425d Bump com.gradle.enterprise from 3.14 to 3.14.1 (#3074)
  • 79d77fc Bump org.opentest4j:opentest4j from 1.2.0 to 1.3.0 (#3072)
  • cbedebf Bump org.junit.platform:junit-platform-launcher from 1.9.3 to 1.10.0 (#3070)
  • Additional commits viewable in compare view

Updates org.apache.commons:commons-lang3 from 3.12.0 to 3.13.0

Updates com.fasterxml.jackson.core:jackson-databind from 2.14.2 to 2.15.2

Commits

Updates com.fasterxml.jackson.core:jackson-annotations from 2.14.2 to 2.15.2

Commits

Updates com.fasterxml.jackson.core:jackson-core from 2.14.2 to 2.15.2

Commits

Updates com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.14.2 to 2.15.2

Updates org.slf4j:slf4j-api from 2.0.6 to 2.0.9

Updates ch.qos.logback:logback-classic from 1.4.6 to 1.4.11

Commits
  • 4b159c4 prepare release 1.4.11
  • 4633df5 revert Configurator interface to match that in version 1.4.8
  • 70071fe start work on 1.4.11-SNAPSHOT
  • 44e12a9 prepare release 1.4.10
  • a1ec27a slight editing of logback-classic/src/main/java/module-info.java
  • 0f80b01 remove Rank and RankValue from Configurator. These types have been replaced b...
  • 48a7676 revert Configurator interface from logback-core to logback-classic
  • c2abb72 remove commented out code
  • b4c7117 start work on 1.4.10-SNAPSHOT
  • d29732d prepare release 1.4.9
  • Additional commits viewable in compare view

Updates de.fraunhofer.iosb.ilt:SensorThings-SWE-Common from 0.9 to 0.10

Commits

Updates org.apache.maven.plugins:maven-release-plugin from 2.5.3 to 3.0.1

Release notes

Sourced from org.apache.maven.plugins:maven-release-plugin's releases.

3.0.1

🐛 Bug Fixes

📦 Dependency updates

👻 Maintenance

3.0.0

🐛 Bug Fixes

📦 Dependency updates

... (truncated)

Commits
  • 0fae89d [maven-release-plugin] prepare release maven-release-3.0.1
  • 95cde3e [MRELEASE-1127] Refresh download page
  • 33f0d91 [MRELEASE-1123] Fix for Maven 4 compatibility
  • e89d46a [MRELEASE-1077] Add the since tag to the documentation
  • 2ffacc8 [MRELEASE-1114] Restore interactive mode for forked process
  • e3bf326 [MRELEASE-1121] Bump maven-shared-utils from 3.4.1 to 3.4.2
  • 7b9282c [MNG-6829] Replace any StringUtils#isEmpty(String) and #isNotEmpty(String) (#...
  • ad666d3 [MRELEASE-1122] configure system requirements history
  • 6e152c9 [MRELEASE-1121] Bump maven-shared-utils from 3.3.4 to 3.4.1 (#183)
  • 78e2329 Auto-link MRELEASE Jira
  • Additional commits viewable in compare view

Updates org.owasp:dependency-check-maven from 8.1.2 to 8.4.0

Release notes

Sourced from org.owasp:dependency-check-maven's releases.

Version 8.4.0

Added

  • feat: Add support for Nexus v3 to NexusAnalyzer (#5849)

Fixed

  • fix: Hint Analyzer should run before VersionFilter Analyzer (#5818)
  • chore: switch to sha1-pinning as suggested by Semgrep
  • fix: OSS Index Analyzer SocketTimeoutException exception handling based on warn only parameter (#5845)
  • fix: use curl with -L to follow github redirect (#5808)
  • fix: use curl with -L to follow github redirect
  • fix: #5671 out of memory error (#5789)
  • fix: #5671 Exit method as soon as we detect a loop to prevent an infinite loop leading to an OutOfMemoryError

Version 8.3.1

Re-release of 8.3.0 as 8.3.1.

v8.3.0

Added

  • Add LibmanAnalyzer (#5652)
  • Update HTML report Dependencies header based on display settings (#5619)
  • Add link to suppressed vulnerabilities header in HTML report (#5620)
  • Enable local proxy configuration in maven plugin configuration (#5696)

Fixed

  • Fix npm alias present in requires of dependencies (#5703)
  • Make Central URL configurable via CLI (#5667)
  • Ensure support of CVSSv3.1 (#5602)

See the full listing of changes.

Version 8.2.1

Fixed

  • NullPointerException in MSBuildAnalyzer (#5589)
  • SQL Syntax for Oracle (#5590)
  • Use https:// URLs in report templates (#5582)

See the full listing of changes.

Version 8.2.0

Added

  • Support msbuild Directory.build.props (#5475)
  • better display of NPM audit references
  • Add CVSS V3 results from NPM Audit results

... (truncated)

Changelog

Sourced from org.owasp:dependency-check-maven's changelog.

Version 8.4.0 (2023-08-19)

Added

  • feat: Add support for Nexus v3 to NexusAnalyzer (#5849)

Fixed

  • fix: Hint Analyzer should run before VersionFilter Analyzer (#5818)
  • chore: switch to sha1-pinning as suggested by Semgrep
  • fix: OSS Index Analyzer SocketTimeoutException exception handling based on warn only parameter (#5845)
  • fix: use curl with -L to follow github redirect (#5808)
  • fix: use curl with -L to follow github redirect
  • fix: #5671 out of memory error (#5789)
  • fix: #5671 Exit method as soon as we detect a loop to prevent an infinite loop leading to an OutOfMemoryError

See the full listing of changes.

Version 8.3.1 (2023-06-12)

Re-release of 8.3.0 as 8.3.1.

Version 8.3.0 (2023-06-12)

Added

  • Add LibmanAnalyzer (#5652)
  • Update HTML report Dependencies header based on display settings (#5619)
  • Add link to suppressed vulnerabilities header in HTML report (#5620)
  • Enable local proxy configuration in maven plugin configuration (#5696)

Fixed

  • Fix npm alias present in requires of dependencies (#5703)
  • Make Central URL configurable via CLI (#5667)
  • Ensure support of CVSSv3.1 (#5602)

See the full listing of changes.

Version 8.2.1 (2023-03-23)

Fixed

  • NullPointerException in MSBuildAnalyzer (#5589)
  • SQL Syntax for Oracle (#5590)
  • Use https:// URLs in report templates (#5582)

See the full listing of changes.

Version 8.2.0 (2023-03-22)

... (truncated)

Commits
  • cc2db4c build: prepare release v8.4.0
  • 17c5081 chore: prepare release (#5891)
  • d1e5736 build(deps): bump com.google.guava:guava from 32.0.1-jre to 32.1.2-jre (#5850)
  • e685b80 feat: Add support for Nexus v3 to NexusAnalyzer (#5849)
  • a29afc4 fix: Hint Analyzer should run before VersionFilter Analyzer (#5818)
  • 49c6591 build(deps): bump actions/setup-node from 3.8.0 to 3.8.1 (#5889)
  • 0f4553a build(deps): bump actions/setup-node from 3.8.0 to 3.8.1
  • 8ee8214 build(deps): bump actions/setup-node from 3.7.0 to 3.8.0 (#5877)
  • d71f038 build(deps): bump org.semver4j:semver4j from 5.0.0 to 5.1.0 (#5878)
  • 5a55c81 build(deps): bump org.semver4j:semver4j from 5.0.0 to 5.1.0
  • Additional commits viewable in compare view

Updates org.jacoco:jacoco-maven-plugin from 0.8.8 to 0.8.10

Release notes

Sourced from org.jacoco:jacoco-maven-plugin's releases.

0.8.10

Fixed bugs

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

0.8.9

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

  • JaCoCo now depends on ASM 9.5 (GitHub #1299, #1368, #1416).
  • JaCoCo build now requires JDK 11 (GitHub #1413).
Commits
  • 8ea9668 Prepare release 0.8.10
  • 8f1daf9 AgentModule should set ProtectionDomain when defining classes (#1425)
  • 31f16d8 Upgrade ECJ to 3.33.0 (#1423)
  • 3d58c42 Prepare for next development iteration
  • c0ad781 Prepare release 0.8.9
  • c561c13 Fix validation test for Java 21 (#1422)
  • 461ebf3 Add validation test for JEP 432: Record Patterns (#1415)
  • 5f12145 Upgrade ASM to 9.5 (#1416)
  • b865890 Agent should not open java.lang package to unnamed module of the applicatio...
  • 5bc2fae Upgrade spotless-maven-plugin to 2.35.0 and Eclipse JDT Formatter to 4.27 (#1...
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-source-plugin from 3.2.1 to 3.3.0

Commits
  • 02a9847 [maven-release-plugin] prepare release maven-source-plugin-3.3.0
  • f186993 [MSOURCES-135] Cleanup project code
  • 021af55 [MSOURCES-134] Refresh download page
  • b11a457 Use shared GitHub actions v3
  • 7caf2b0 [MSOURCES-133] Upgrade Parent to 39 - ignore git blame
  • dee4c10 [MSOURCES-133] Upgrade Parent to 39
  • 452111f Add dependabot configuration
  • e691ac3 s/MSOURCE/MSOURCES/
  • 1ddffd8 Auto-link MSOURCE Jira
  • 37ffefe Add pull request template
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-gpg-plugin from 3.0.1 to 3.1.0

Commits
  • 699e2ad [maven-release-plugin] prepare release maven-gpg-plugin-3.1.0
  • f314f8e [MGPG-97] use gpgverify plugin to check dependencies signatures
  • bad6b57 [MGPG-96] add INFO message
  • 0498a82 [MGPG-95] don't GPG-sign .sigstore signatures
  • 09b5be9 Auto-link MGPG Jira
  • 1e0472f extract FilesCollector
  • af9ccfd [MGPG-94] Ignore reformatting
  • 5e51734 [MGPG-94] Integration tests - convert and reformat bsh to groovy
  • 955ea0e [MGPG-94] Reformat code
  • e160f43 [MGPG-94] Bump maven-plugins from 36 to 39
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Sep 8, 2023
@hylkevds
Copy link
Member

hylkevds commented Sep 8, 2023

@dependabot rebase

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 8, 2023

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@hylkevds
Copy link
Member

hylkevds commented Sep 8, 2023

@dependabot recreate

Bumps the dependencies group with 14 updates:

| Package | From | To |
| --- | --- | --- |
| [org.mockito:mockito-core](https://github.com/mockito/mockito) | `5.2.0` | `5.5.0` |
| org.apache.commons:commons-lang3 | `3.12.0` | `3.13.0` |
| [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.14.2` | `2.15.2` |
| [com.fasterxml.jackson.core:jackson-annotations](https://github.com/FasterXML/jackson) | `2.14.2` | `2.15.2` |
| [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) | `2.14.2` | `2.15.2` |
| com.fasterxml.jackson.datatype:jackson-datatype-jsr310 | `2.14.2` | `2.15.2` |
| org.slf4j:slf4j-api | `2.0.6` | `2.0.9` |
| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.4.6` | `1.4.11` |
| [de.fraunhofer.iosb.ilt:SensorThings-SWE-Common](https://github.com/hylkevds/SensorThings-SWE-Common) | `0.9` | `0.10` |
| [org.apache.maven.plugins:maven-release-plugin](https://github.com/apache/maven-release) | `2.5.3` | `3.0.1` |
| [org.owasp:dependency-check-maven](https://github.com/jeremylong/DependencyCheck) | `8.1.2` | `8.4.0` |
| [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) | `0.8.8` | `0.8.10` |
| [org.apache.maven.plugins:maven-source-plugin](https://github.com/apache/maven-source-plugin) | `3.2.1` | `3.3.0` |
| [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) | `3.0.1` | `3.1.0` |


Updates `org.mockito:mockito-core` from 5.2.0 to 5.5.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.2.0...v5.5.0)

Updates `org.apache.commons:commons-lang3` from 3.12.0 to 3.13.0

Updates `com.fasterxml.jackson.core:jackson-databind` from 2.14.2 to 2.15.2
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `com.fasterxml.jackson.core:jackson-annotations` from 2.14.2 to 2.15.2
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `com.fasterxml.jackson.core:jackson-core` from 2.14.2 to 2.15.2
- [Release notes](https://github.com/FasterXML/jackson-core/releases)
- [Commits](FasterXML/jackson-core@jackson-core-2.14.2...jackson-core-2.15.2)

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.14.2 to 2.15.2

Updates `org.slf4j:slf4j-api` from 2.0.6 to 2.0.9

Updates `ch.qos.logback:logback-classic` from 1.4.6 to 1.4.11
- [Commits](qos-ch/logback@v_1.4.6...v_1.4.11)

Updates `de.fraunhofer.iosb.ilt:SensorThings-SWE-Common` from 0.9 to 0.10
- [Commits](https://github.com/hylkevds/SensorThings-SWE-Common/commits)

Updates `org.apache.maven.plugins:maven-release-plugin` from 2.5.3 to 3.0.1
- [Release notes](https://github.com/apache/maven-release/releases)
- [Commits](apache/maven-release@maven-release-2.5.3...maven-release-3.0.1)

Updates `org.owasp:dependency-check-maven` from 8.1.2 to 8.4.0
- [Release notes](https://github.com/jeremylong/DependencyCheck/releases)
- [Changelog](https://github.com/jeremylong/DependencyCheck/blob/main/CHANGELOG.md)
- [Commits](jeremylong/DependencyCheck@v8.1.2...v8.4.0)

Updates `org.jacoco:jacoco-maven-plugin` from 0.8.8 to 0.8.10
- [Release notes](https://github.com/jacoco/jacoco/releases)
- [Commits](jacoco/jacoco@v0.8.8...v0.8.10)

Updates `org.apache.maven.plugins:maven-source-plugin` from 3.2.1 to 3.3.0
- [Commits](apache/maven-source-plugin@maven-source-plugin-3.2.1...maven-source-plugin-3.3.0)

Updates `org.apache.maven.plugins:maven-gpg-plugin` from 3.0.1 to 3.1.0
- [Commits](apache/maven-gpg-plugin@maven-gpg-plugin-3.0.1...maven-gpg-plugin-3.1.0)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.apache.commons:commons-lang3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.core:jackson-annotations
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.core:jackson-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.slf4j:slf4j-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: de.fraunhofer.iosb.ilt:SensorThings-SWE-Common
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.apache.maven.plugins:maven-release-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: org.owasp:dependency-check-maven
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.jacoco:jacoco-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.apache.maven.plugins:maven-source-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.apache.maven.plugins:maven-gpg-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/dependencies-c4a18da4a2 branch from 88a5f02 to 9677a33 Compare September 8, 2023 09:16
@hylkevds hylkevds merged commit b2f7738 into master Sep 8, 2023
1 check passed
@hylkevds hylkevds deleted the dependabot/maven/dependencies-c4a18da4a2 branch September 8, 2023 09:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant