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

Update dependency org.codehaus.mojo:sonar-maven-plugin to v3.11.0.3922 #112

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 5, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.codehaus.mojo:sonar-maven-plugin 3.4.0.905 -> 3.11.0.3922 age adoption passing confidence

Release Notes

SonarSource/sonar-scanner-maven (org.codehaus.mojo:sonar-maven-plugin)

v3.11.0.3922

Compare Source

Release notes - Sonar Scanner for Maven - 3.11

Bug

MSONAR-205 Undesired behaviour when sonar.projectKey is specified in root pom or as user property

Documentation

MSONAR-203 Update license headers

Task

MSONAR-208 Migrate tests to JUnit 5

Improvement

MSONAR-202 Improve logging : log information about Maven options, Java version and the OS

MSONAR-204 "SonarQube version" is not displayed when communicating with SonarCloud

MSONAR-207 The scanner for Maven collects files outside of conventional sonar.sources

v3.10.0.2594

Compare Source

Release notes - Sonar Scanner for Maven - 3.10

New Feature

MSONAR-193 Set property `sonar.java.enablePreview` when Java's enablePreview feature is set

Task

MSONAR-184 Properly escape multi-valued properties if some paths contain comma

MSONAR-187 Upgrade github-action_release to v4

MSONAR-188 Stop leaking Maven classes in the scanner engine classloader

MSONAR-189 Add ITs with java 17

MSONAR-192 Run all tests nightly

MSONAR-195 Reduce the scope of the maven-compat dependency

MSONAR-198 Add Maven 4 tests to the pipeline

MSONAR-199 Use master build for peachee jobs

Improvement

MSONAR-190 Default sources to "src/main" instead of "src/main/java"

MSONAR-197 Maven Scanner relies on old slf4j version

v3.9.1.2184

Compare Source

v3.9.0.2155

Compare Source

v3.8.0.2131

Compare Source

v3.7.0.1746

Compare Source

v3.6.1.1688

Compare Source

v3.6.0.1398

Compare Source

v3.5.0.1254

Compare Source

v3.4.1.1168

Compare Source


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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@yegor256
Copy link
Owner

yegor256 commented Nov 5, 2022

@rultor please, try to merge

@rultor
Copy link
Collaborator

rultor commented Nov 5, 2022

@rultor please, try to merge

@yegor256 OK, I'll try to merge now. You can check the progress of the merge here

@rultor
Copy link
Collaborator

rultor commented Nov 5, 2022

@rultor please, try to merge

@renovate[bot] @yegor256 Oops, I failed. You can see the full log here (spent 19min)

-rwxrwxr-x  1 rultor rultor 6773 Nov  5 13:19 run.sh
-rw-rw-r--  1 rultor rultor  851 Nov  5 13:19 script.sh
-rw-rw-r--  1 rultor rultor 2570 Nov  5 13:19 secring.gpg
-rw-rw-r--  1 rultor rultor  831 Nov  5 13:19 settings.xml
-rw-rw-r--  1 rultor rultor 7117 Nov  5 13:19 stdout
++ pwd
++ pwd
+ docker run -t --rm -v /tmp/rultor-RIGq:/main --env=MAVEN_OPTS=-Xmx1g --env=JAVA_OPTS=-Xmx1g --env=head=git@github.com:yegor256/cactoos-http.git --env=pull_id=112 --env=fork=git@github.com:yegor256/cactoos-http.git --env=fork_branch=renovate/org.codehaus.mojo-sonar-maven-plugin-3.x --env=head_branch=master '--env=pull_title=Update dependency org.codehaus.mojo:sonar-maven-plugin to v3.9.1.2184' --env=author=yegor256 '--env=scripts=( '\''export '\''\'\'''\''MAVEN_OPTS=-Xmx1g'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''JAVA_OPTS=-Xmx1g'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head=git@github.com:yegor256/cactoos-http.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_id=112'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork=git@github.com:yegor256/cactoos-http.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''fork_branch=renovate/org.codehaus.mojo-sonar-maven-plugin-3.x'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''pull_title=Update dependency org.codehaus.mojo:sonar-maven-plugin to v3.9.1.2184'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''sudo gem install --no-rdoc --no-ri pdd'\'' '\'';'\'' '\''sudo gem install --no-rdoc --no-ri xcop'\'' '\'';'\'' '\''pdd --file=/dev/null'\'' '\'';'\'' '\''mvn javadoc:javadoc'\'' '\'';'\'' '\''mvn clean install -Pqulice --errors --settings ../settings.xml'\'' '\'';'\'' '\''mvn clean site -Psite --errors --settings ../settings.xml'\'' '\'';'\'' )' --hostname=docker --privileged --memory=8g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-RIGq/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=yegor256_cactoos-http_112 yegor256/java8 /main/entry.sh
WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
+ set -e
+ set -o pipefail
+ shopt -s dotglob
+ useradd -m -G sudo r
+ usermod -s /bin/bash r
+ echo '%sudo ALL=(ALL) NOPASSWD:ALL'
+ cp -R /root/.bashrc /root/.composer /root/.gem /root/.gnupg /root/.m2 /root/.oracle_jre_usage /root/.profile /root/texmf /home/r
+ cp -R ./cid ./end.sh ./entry.sh ./pid ./pubring.gpg ./repo ./run.sh ./script.sh ./secring.gpg ./settings.xml ./stdout /home/r
+ rm -rf repo
+ chown -R r:r /home/r
+ chmod a+x /home/r/script.sh
+ su --login r --command /home/r/script.sh
+ set -e
+ set -o pipefail
+ '[' -e /home/r/.profile ']'
+ source /home/r/.profile
++ '[' /bin/bash ']'
++ '[' -f /home/r/.bashrc ']'
++ . /home/r/.bashrc
+++ '[' -z '' ']'
+++ return
++ mesg n
+ shopt -s expand_aliases
+ alias 'sudo=sudo -i'
+ export HOME=/home/r
+ HOME=/home/r
+ cd /home/r/repo
+ export MAVEN_OPTS=-Xmx1g
+ MAVEN_OPTS=-Xmx1g
+ export JAVA_OPTS=-Xmx1g
+ JAVA_OPTS=-Xmx1g
+ export head=git@github.com:yegor256/cactoos-http.git
+ head=git@github.com:yegor256/cactoos-http.git
+ export pull_id=112
+ pull_id=112
+ export fork=git@github.com:yegor256/cactoos-http.git
+ fork=git@github.com:yegor256/cactoos-http.git
+ export fork_branch=renovate/org.codehaus.mojo-sonar-maven-plugin-3.x
+ fork_branch=renovate/org.codehaus.mojo-sonar-maven-plugin-3.x
+ export head_branch=master
+ head_branch=master
+ export 'pull_title=Update dependency org.codehaus.mojo:sonar-maven-plugin to v3.9.1.2184'
+ pull_title='Update dependency org.codehaus.mojo:sonar-maven-plugin to v3.9.1.2184'
+ export author=yegor256
+ author=yegor256
+ sudo -i gem install --no-rdoc --no-ri pdd
Fetching: racc-1.6.0.gem
Fetching: racc-1.6.0.gem (  2%)
Fetching: racc-1.6.0.gem (  4%)
Fetching: racc-1.6.0.gem (  6%)
Fetching: racc-1.6.0.gem (  8%)
Fetching: racc-1.6.0.gem ( 10%)
Fetching: racc-1.6.0.gem ( 12%)
Fetching: racc-1.6.0.gem ( 14%)
Fetching: racc-1.6.0.gem ( 16%)
Fetching: racc-1.6.0.gem ( 18%)
Fetching: racc-1.6.0.gem ( 20%)
Fetching: racc-1.6.0.gem ( 22%)
Fetching: racc-1.6.0.gem ( 23%)
Fetching: racc-1.6.0.gem ( 46%)
Fetching: racc-1.6.0.gem ( 70%)
Fetching: racc-1.6.0.gem ( 93%)
Fetching: racc-1.6.0.gem (100%)
Fetching: racc-1.6.0.gem (100%)
ERROR:  Error installing pdd:
	racc requires Ruby version >= 2.5.
container 15a86ea965778032aaaa61994726176feb6b3e91c49ee98a5f8e7c83f39107d4 is dead
Sat 05 Nov 2022 01:38:29 PM CET

@renovate renovate bot changed the title Update dependency org.codehaus.mojo:sonar-maven-plugin to v3.9.1.2184 Update dependency org.codehaus.mojo:sonar-maven-plugin to v3.10.0.2594 Sep 15, 2023
@renovate renovate bot force-pushed the renovate/org.codehaus.mojo-sonar-maven-plugin-3.x branch from 398ae3c to 3840a57 Compare September 15, 2023 05:33
@renovate renovate bot force-pushed the renovate/org.codehaus.mojo-sonar-maven-plugin-3.x branch from 3840a57 to 2f5a407 Compare March 13, 2024 20:39
@renovate renovate bot changed the title Update dependency org.codehaus.mojo:sonar-maven-plugin to v3.10.0.2594 Update dependency org.codehaus.mojo:sonar-maven-plugin to v3.11.0.3922 Mar 13, 2024
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.

None yet

2 participants