Skip to content

Bump gmavenplus-plugin from 1.11.0 to 1.13.1#1801

Closed
dependabot[bot] wants to merge 1 commit into3.5-devfrom
dependabot/maven/3.5-dev/org.codehaus.gmavenplus-gmavenplus-plugin-1.13.1
Closed

Bump gmavenplus-plugin from 1.11.0 to 1.13.1#1801
dependabot[bot] wants to merge 1 commit into3.5-devfrom
dependabot/maven/3.5-dev/org.codehaus.gmavenplus-gmavenplus-plugin-1.13.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 7, 2022

Bumps gmavenplus-plugin from 1.11.0 to 1.13.1.

Release notes

Sourced from gmavenplus-plugin's releases.

1.13.1

Bugs

  • #203 Using bindAllProjectProperties and bindSessionUserOverrideProperties together can cause an NPE.

Enhancements

None

Potentially breaking changes

None.

Notes

None.

1.13.0

Bugs

None.

Enhancements

Potentially breaking changes

None.

Notes

None.

1.12.1

Bugs

  • #186 Certain AST transformations had classloader issues because 1.12.0 was no longer setting the context classloader.

Enhancements

  • Update Jansi to 2.x.

Potentially breaking changes

The Jansi upgrade should generally be compatible, but could cause issues with scripts that were using Jansi 1.x specific classes.

Notes

None.

1.12.0

Bugs

  • #183 The classloader project dependencies are loaded onto is reused between modules, so each module was a superset of all modules that preceded it. Also, the console, execute, and shell mojos didn't pass the classloader to use into the instantiated GroovyConsole/GroovyShell, so it accidentally was using the plugin classloader, even when configured to use PROJECT_ONLY classpath.

Enhancements

None

Potentially breaking changes

This should be a non-breaking change (except for unusual situations that were relying on the previous incorrect behavior). However, since it's a significant change, I'm bumping the version by more than just the patch version.

... (truncated)

Commits
  • eb7f459 [maven-release-plugin] prepare release 1.13.1
  • 5fcfa68 Merge pull request #204 from groovy/203_fix
  • b662879 Check that user property exists before adding to properties
  • a7d6a0c Add 4.0.0-beta-2 to test versions
  • 2bcf757 Fix JavaDoc typo
  • 060f1f3 [maven-release-plugin] prepare for next development iteration
  • d9e69c8 [maven-release-plugin] prepare release 1.13.0
  • 0f83655 Revert "[maven-release-plugin] prepare release 1.13.0"
  • 442fa59 Revert "[maven-release-plugin] prepare for next development iteration"
  • 2c7b17f Merge pull request #200 from groovy/revert_developer_removal
  • Additional commits viewable in compare view

Dependabot compatibility score

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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [gmavenplus-plugin](https://github.com/groovy/GMavenPlus) from 1.11.0 to 1.13.1.
- [Release notes](https://github.com/groovy/GMavenPlus/releases)
- [Commits](groovy/GMavenPlus@1.11.0...1.13.1)

---
updated-dependencies:
- dependency-name: org.codehaus.gmavenplus:gmavenplus-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java labels Sep 7, 2022
@codecov-commenter
Copy link

codecov-commenter commented Sep 7, 2022

Codecov Report

Merging #1801 (eb2cc12) into 3.5-dev (e732954) will decrease coverage by 0.00%.
The diff coverage is n/a.

@@              Coverage Diff              @@
##             3.5-dev    #1801      +/-   ##
=============================================
- Coverage      69.43%   69.42%   -0.01%     
  Complexity      8922     8922              
=============================================
  Files            861      861              
  Lines          40858    40858              
  Branches        5384     5384              
=============================================
- Hits           28368    28365       -3     
  Misses         10584    10584              
- Partials        1906     1909       +3     
Impacted Files Coverage Δ
...cess/computer/traversal/step/map/ShortestPath.java 57.89% <0.00%> (-5.27%) ⬇️
...versal/step/map/ShortestPathVertexProgramStep.java 90.00% <0.00%> (-3.34%) ⬇️
...pache/tinkerpop/gremlin/jsr223/JavaTranslator.java 70.96% <0.00%> (-1.94%) ⬇️
...in/process/traversal/dsl/graph/GraphTraversal.java 90.81% <0.00%> (+0.54%) ⬆️
...e/tinkerpop/gremlin/server/util/MetricManager.java 52.48% <0.00%> (+0.55%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@spmallette
Copy link
Contributor

merged on 37ca6f1

@spmallette spmallette closed this Sep 20, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 20, 2022

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/maven/3.5-dev/org.codehaus.gmavenplus-gmavenplus-plugin-1.13.1 branch September 20, 2022 18:43
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants