Skip to content

Commit

Permalink
Bump com.puppycrawl.tools:checkstyle from 10.12.7 to 10.13.0 (#465)
Browse files Browse the repository at this point in the history
* Bump com.puppycrawl.tools:checkstyle from 10.12.7 to 10.13.0

Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 10.12.7 to 10.13.0.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](checkstyle/checkstyle@checkstyle-10.12.7...checkstyle-10.13.0)

---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Trigger notification

* Trying disabling sonar

* Bump nick-invision/retry from 2 to 3 (#466)

Bumps [nick-invision/retry](https://github.com/nick-invision/retry) from 2 to 3.
- [Release notes](https://github.com/nick-invision/retry/releases)
- [Changelog](https://github.com/nick-fields/retry/blob/master/.releaserc.js)
- [Commits](nick-fields/retry@v2...v3)

---
updated-dependencies:
- dependency-name: nick-invision/retry
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Fabio Borriello <[email protected]>

* Bump nick-invision/retry from 2 to 3 (#467)

Bumps [nick-invision/retry](https://github.com/nick-invision/retry) from 2 to 3.
- [Release notes](https://github.com/nick-invision/retry/releases)
- [Changelog](https://github.com/nick-fields/retry/blob/master/.releaserc.js)
- [Commits](nick-fields/retry@v2...v3)

---
updated-dependencies:
- dependency-name: nick-invision/retry
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Removes sonar

* Bump joda-time:joda-time from 2.12.6 to 2.12.7 (#470)

* Bump nick-invision/retry from 2 to 3 (#468)

* Bump org.assertj:assertj-core from 3.25.2 to 3.25.3 (#469)

Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.25.2 to 3.25.3.
- [Release notes](https://github.com/assertj/assertj/releases)
- [Commits](assertj/assertj@assertj-build-3.25.2...assertj-build-3.25.3)

---
updated-dependencies:
- dependency-name: org.assertj:assertj-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Fabio Borriello <[email protected]>
Co-authored-by: Fabio Borriello <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Fabio Borriello <[email protected]>
Co-authored-by: Fabio Borriello <[email protected]>
  • Loading branch information
3 people authored Feb 6, 2024
1 parent 760417e commit a3546b4
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 22 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/github-default-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,8 @@ jobs:
java-version: '15'
distribution: 'adopt'
- name: "Test and Quality check"
uses: nick-invision/retry@v2
uses: nick-invision/retry@v3
env:
SONAR_ORGANIZATION: ${{ secrets.SONAR_ORGANIZATION }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SOURCE_BRANCH: ${{ steps.build_info.outputs.SOURCE_BRANCH }}
COVERALLS_IO_TOKEN: ${{ secrets.COVERALLS_IO_TOKEN }}
Expand All @@ -59,7 +57,7 @@ jobs:
timeout_minutes: 10
retry_on: error
command: |
mvn verify jacoco:report-aggregate coveralls:report -D repoToken=$COVERALLS_IO_TOKEN sonar:sonar -D sonar.projectKey=BULL -D sonar.organization=$SONAR_ORGANIZATION -D sonar.host.url=https://sonarcloud.io -D sonar.login=$SONAR_TOKEN -D sonar.branch.name=$SOURCE_BRANCH -P compatibility-mode
mvn verify jacoco:report-aggregate coveralls:report -D repoToken=$COVERALLS_IO_TOKEN -P compatibility-mode
security-check:
name: "Security check"
runs-on: ubuntu-latest
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/github-default-jdk11-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,8 @@ jobs:
java-version: '11'
distribution: 'adopt'
- name: "Test and Quality check"
uses: nick-invision/retry@v2
uses: nick-invision/retry@v3
env:
SONAR_ORGANIZATION: ${{ secrets.SONAR_ORGANIZATION }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SOURCE_BRANCH: ${{ steps.build_info.outputs.SOURCE_BRANCH }}
COVERALLS_IO_TOKEN: ${{ secrets.COVERALLS_IO_TOKEN }}
Expand All @@ -59,7 +57,7 @@ jobs:
timeout_minutes: 10
retry_on: error
command: |
mvn verify jacoco:report-aggregate coveralls:report -D repoToken=$COVERALLS_IO_TOKEN sonar:sonar -D sonar.projectKey=BULL -D sonar.organization=$SONAR_ORGANIZATION -D sonar.host.url=https://sonarcloud.io -D sonar.login=$SONAR_TOKEN -D sonar.branch.name=$SOURCE_BRANCH -P compatibility-mode
mvn verify jacoco:report-aggregate coveralls:report -D repoToken=$COVERALLS_IO_TOKEN -P compatibility-mode
security-check:
name: "Security check"
runs-on: ubuntu-latest
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/github-jdk11-release-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,9 @@ jobs:
settings-path: ${{ github.workspace }}
- name: "Quality check"
env:
SONAR_ORGANIZATION: ${{ secrets.SONAR_ORGANIZATION }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
mvn install sonar:sonar -Dsonar.projectKey=BULL -Dsonar.organization=$SONAR_ORGANIZATION -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=$SONAR_TOKEN -P compatibility-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -q
mvn install -P compatibility-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -q
- name: "Site build"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/github-release-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,9 @@ jobs:
settings-path: ${{ github.workspace }}
- name: "Quality check"
env:
SONAR_ORGANIZATION: ${{ secrets.SONAR_ORGANIZATION }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
mvn install sonar:sonar -Dsonar.projectKey=BULL -Dsonar.organization=$SONAR_ORGANIZATION -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=$SONAR_TOKEN -P compatibility-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -q
mvn install -P compatibility-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -q
- name: "Site build"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ It's the only library able to transform Mutable, Immutable, and Mixed bean witho

[![GitHub site](https://img.shields.io/badge/GitHub-site-blue.svg)](https://opensource.expediagroup.com/bull/)
[![Coverage Status](https://coveralls.io/repos/github/ExpediaGroup/bull/badge.svg?branch=master)](https://coveralls.io/github/ExpediaGroup/bull?branch=master)
[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=BULL&metric=security_rating)](https://sonarcloud.io/dashboard?id=BULL)
[![License](https://img.shields.io/github/license/ExpediaGroup/bull.svg)](https://img.shields.io/github/license/ExpediaGroup/bull.svg)
[![Dependabot](https://img.shields.io/badge/dependabot-enabled-success?logo=dependabot)](https://img.shields.io/badge/dependabot-enabled-success?logo=dependabot)

Expand Down
1 change: 0 additions & 1 deletion docs/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
<item name="Samples" href="/converter/samples.html" />
</menu>
<menu name="Quality check">
<item name="Sonar Cloud" href="https://sonarcloud.io/dashboard?id=BULL" />
<item name="Coveralls" href="https://coveralls.io/github/ExpediaGroup/bull" />
</menu>
<menu name="Related Articles">
Expand Down
10 changes: 4 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,24 +55,22 @@
<!-- testing dependencies -->
<mockito-core.version>4.11.0</mockito-core.version>
<testng.version>7.9.0</testng.version>
<assertj-core.version>3.25.2</assertj-core.version>
<joda-time.version>2.12.6</joda-time.version>
<assertj-core.version>3.25.3</assertj-core.version>
<joda-time.version>2.12.7</joda-time.version>
<!-- validation dependencies -->
<hibernate-validator.version>8.0.0.Final</hibernate-validator.version>
<jboss-logging.version>3.5.3.Final</jboss-logging.version>
<jboss-logging-modules.version>2.2.1.Final</jboss-logging-modules.version>
<slf4j-api.version>2.0.11</slf4j-api.version>
<glassfish.jakarta.el.version>4.0.2</glassfish.jakarta.el.version>
<!-- JaCoCo & Sonar properties -->
<!-- JaCoCo properties -->
<jacoco.version>0.8.11</jacoco.version>
<jacoco.classRatio>1.0</jacoco.classRatio>
<jacoco.instructionRatio>0.98</jacoco.instructionRatio>
<jacoco.methodRatio>1.0</jacoco.methodRatio>
<jacoco.branchRatio>0.89</jacoco.branchRatio>
<jacoco.complexityRatio>0.91</jacoco.complexityRatio>
<jacoco.lineRatio>0.98</jacoco.lineRatio>
<sonar.coverage.exclusions>**/AbstractTransformer.*,**/model/*,**/constant/*,**/error/*,**/annotation/*</sonar.coverage.exclusions>
<sonar.scanner.force-deprecated-java-version>true</sonar.scanner.force-deprecated-java-version>
<!-- Required for coverall jdk >= 9 compatibility -->
<jaxb-api.version>2.3.1</jaxb-api.version>
<!-- site properties -->
Expand All @@ -86,7 +84,7 @@
<maven.javadoc-plugin.version>3.6.3</maven.javadoc-plugin.version>
<maven.checkstyle.plugin.version>3.3.1</maven.checkstyle.plugin.version>
<maven.versions.plugin.version>2.16.2</maven.versions.plugin.version>
<puppycrawl.checkstyle.version>10.12.7</puppycrawl.checkstyle.version>
<puppycrawl.checkstyle.version>10.13.0</puppycrawl.checkstyle.version>
<maven.release.plugin.version>3.0.0-M4</maven.release.plugin.version>
<maven.nexus-staging.plugin.version>1.6.13</maven.nexus-staging.plugin.version>
<maven.project.info.reports.plugin.version>3.1.2</maven.project.info.reports.plugin.version>
Expand Down

0 comments on commit a3546b4

Please sign in to comment.