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 root group across 1 directory with 19 updates #3638

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

Commits on Sep 20, 2024

  1. Bump the root group across 1 directory with 19 updates

    Bumps the root group with 19 updates in the / directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) | `2.0.2` | `3.13.0` |
    | [org.codehaus.mojo:build-helper-maven-plugin](https://github.com/mojohaus/build-helper-maven-plugin) | `3.4.0` | `3.6.0` |
    | [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) | `3.24.0` | `4.28.2` |
    | [org.apache.maven.plugins:maven-antrun-plugin](https://github.com/apache/maven-antrun-plugin) | `1.3` | `3.1.0` |
    | [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) | `3.1.0` | `3.4.1` |
    | [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) | `3.3.0` | `3.4.2` |
    | [org.apache.maven.scm:maven-scm-api](https://github.com/apache/maven-scm) | `2.0.1` | `2.1.0` |
    | org.apache.maven.scm:maven-scm-provider-gitexe | `2.0.1` | `2.1.0` |
    | [org.mockito:mockito-core](https://github.com/mockito/mockito) | `2.23.4` | `5.13.0` |
    | [org.codehaus.mojo:animal-sniffer-maven-plugin](https://github.com/mojohaus/animal-sniffer) | `1.15` | `1.24` |
    | [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.1.2` | `3.5.0` |
    | [org.apache.maven.plugins:maven-source-plugin](https://github.com/apache/maven-source-plugin) | `3.3.0` | `3.3.1` |
    | [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) | `3.5.0` | `3.10.0` |
    | [org.apache.maven.plugins:maven-release-plugin](https://github.com/apache/maven-release) | `3.0.1` | `3.1.1` |
    | org.sonatype.plugins:nexus-staging-maven-plugin | `1.6.13` | `1.7.0` |
    | [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) | `3.1.0` | `3.2.6` |
    | [com.google.template:soy](https://github.com/google/closure-templates) | `2022-07-20` | `v20160111` |
    | [com.google.cloud.tools:appengine-maven-plugin](https://github.com/GoogleCloudPlatform/appengine-plugins) | `2.4.4` | `2.8.1` |
    | commons-io:commons-io | `2.13.0` | `2.17.0` |
    
    
    
    Updates `org.apache.maven.plugins:maven-compiler-plugin` from 2.0.2 to 3.13.0
    - [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
    - [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-2.0.2...maven-compiler-plugin-3.13.0)
    
    Updates `org.codehaus.mojo:build-helper-maven-plugin` from 3.4.0 to 3.6.0
    - [Release notes](https://github.com/mojohaus/build-helper-maven-plugin/releases)
    - [Commits](mojohaus/build-helper-maven-plugin@3.4.0...3.6.0)
    
    Updates `com.google.protobuf:protobuf-java` from 3.24.0 to 4.28.2
    - [Release notes](https://github.com/protocolbuffers/protobuf/releases)
    - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
    - [Commits](https://github.com/protocolbuffers/protobuf/commits)
    
    Updates `org.apache.maven.plugins:maven-antrun-plugin` from 1.3 to 3.1.0
    - [Commits](apache/maven-antrun-plugin@maven-antrun-plugin-1.3...maven-antrun-plugin-3.1.0)
    
    Updates `org.codehaus.mojo:exec-maven-plugin` from 3.1.0 to 3.4.1
    - [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases)
    - [Commits](mojohaus/exec-maven-plugin@exec-maven-plugin-3.1.0...3.4.1)
    
    Updates `org.apache.maven.plugins:maven-jar-plugin` from 3.3.0 to 3.4.2
    - [Release notes](https://github.com/apache/maven-jar-plugin/releases)
    - [Commits](apache/maven-jar-plugin@maven-jar-plugin-3.3.0...maven-jar-plugin-3.4.2)
    
    Updates `org.apache.maven.scm:maven-scm-api` from 2.0.1 to 2.1.0
    - [Commits](apache/maven-scm@maven-scm-2.0.1...maven-scm-2.1.0)
    
    Updates `org.apache.maven.scm:maven-scm-provider-gitexe` from 2.0.1 to 2.1.0
    
    Updates `org.mockito:mockito-core` from 2.23.4 to 5.13.0
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](mockito/mockito@v2.23.4...v5.13.0)
    
    Updates `org.codehaus.mojo:animal-sniffer-maven-plugin` from 1.15 to 1.24
    - [Release notes](https://github.com/mojohaus/animal-sniffer/releases)
    - [Commits](mojohaus/animal-sniffer@animal-sniffer-parent-1.15...animal-sniffer-1.24)
    
    Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.1.2 to 3.5.0
    - [Release notes](https://github.com/apache/maven-surefire/releases)
    - [Commits](apache/maven-surefire@surefire-3.1.2...surefire-3.5.0)
    
    Updates `org.apache.maven.plugins:maven-source-plugin` from 3.3.0 to 3.3.1
    - [Release notes](https://github.com/apache/maven-source-plugin/releases)
    - [Commits](apache/maven-source-plugin@maven-source-plugin-3.3.0...maven-source-plugin-3.3.1)
    
    Updates `org.apache.maven.plugins:maven-javadoc-plugin` from 3.5.0 to 3.10.0
    - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
    - [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.5.0...maven-javadoc-plugin-3.10.0)
    
    Updates `org.apache.maven.plugins:maven-release-plugin` from 3.0.1 to 3.1.1
    - [Release notes](https://github.com/apache/maven-release/releases)
    - [Commits](apache/maven-release@maven-release-3.0.1...maven-release-3.1.1)
    
    Updates `org.sonatype.plugins:nexus-staging-maven-plugin` from 1.6.13 to 1.7.0
    
    Updates `org.apache.maven.plugins:maven-gpg-plugin` from 3.1.0 to 3.2.6
    - [Release notes](https://github.com/apache/maven-gpg-plugin/releases)
    - [Commits](apache/maven-gpg-plugin@maven-gpg-plugin-3.1.0...maven-gpg-plugin-3.2.6)
    
    Updates `com.google.template:soy` from 2022-07-20 to v20160111
    - [Commits](https://github.com/google/closure-templates/commits)
    
    Updates `com.google.cloud.tools:appengine-maven-plugin` from 2.4.4 to 2.8.1
    - [Release notes](https://github.com/GoogleCloudPlatform/appengine-plugins/releases)
    - [Changelog](https://github.com/GoogleCloudPlatform/appengine-plugins/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/GoogleCloudPlatform/appengine-plugins/commits/v2.8.1)
    
    Updates `commons-io:commons-io` from 2.13.0 to 2.17.0
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-compiler-plugin
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: root
    - dependency-name: org.codehaus.mojo:build-helper-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: root
    - dependency-name: com.google.protobuf:protobuf-java
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: root
    - dependency-name: org.apache.maven.plugins:maven-antrun-plugin
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: root
    - dependency-name: org.codehaus.mojo:exec-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: root
    - dependency-name: org.apache.maven.plugins:maven-jar-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: root
    - dependency-name: org.apache.maven.scm:maven-scm-api
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: root
    - dependency-name: org.apache.maven.scm:maven-scm-provider-gitexe
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: root
    - dependency-name: org.mockito:mockito-core
      dependency-type: direct:development
      update-type: version-update:semver-major
      dependency-group: root
    - dependency-name: org.codehaus.mojo:animal-sniffer-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: root
    - dependency-name: org.apache.maven.plugins:maven-surefire-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: root
    - dependency-name: org.apache.maven.plugins:maven-source-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: root
    - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: root
    - dependency-name: org.apache.maven.plugins:maven-release-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: root
    - dependency-name: org.sonatype.plugins:nexus-staging-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: root
    - dependency-name: org.apache.maven.plugins:maven-gpg-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: root
    - dependency-name: com.google.template:soy
      dependency-type: direct:production
      dependency-group: root
    - dependency-name: com.google.cloud.tools:appengine-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: root
    - dependency-name: commons-io:commons-io
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: root
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    4e9d280 View commit details
    Browse the repository at this point in the history