Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
Update allPatch
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 17, 2023
1 parent ec1db97 commit 204c57b
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spring_boot_version=2.0.9.RELEASE
# The hibernate version should match the one managed by
# https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-dependencies/${spring-boot.version} -->
hibernate_version=5.2.17.Final
mapstruct_version=1.5.2.Final
mapstruct_version=1.5.4.Final

liquibase_hibernate5_version=3.10.2
liquibaseTaskPrefix=liquibase
Expand Down
2 changes: 1 addition & 1 deletion gradle/sonar.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: "org.sonarqube"
apply plugin: 'jacoco'

jacoco {
toolVersion = '0.8.2'
toolVersion = '0.8.9'
}

jacocoTestReport {
Expand Down
34 changes: 17 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
"@angular/platform-browser-dynamic": "8.2.14",
"@angular/router": "8.2.14",
"@fortawesome/angular-fontawesome": "0.3.0",
"@fortawesome/fontawesome-svg-core": "6.1.1",
"@fortawesome/free-solid-svg-icons": "6.1.1",
"@fortawesome/fontawesome-svg-core": "6.1.2",
"@fortawesome/free-solid-svg-icons": "6.1.2",
"@ng-bootstrap/ng-bootstrap": "4.2.2",
"@ng-select/ng-select": "2.20.5",
"@ngx-translate/core": "11.0.1",
"@ngx-translate/http-loader": "4.0.0",
"bootstrap": "4.6.1",
"bootstrap": "4.6.2",
"core-js": "2.6.12",
"moment": "2.29.4",
"ng-jhipster": "0.9.3",
Expand All @@ -32,7 +32,7 @@
"ngx-webstorage": "2.0.1",
"rxjs": "6.4.0",
"swagger-ui": "2.2.10",
"tslib": "2.4.0",
"tslib": "2.4.1",
"zone.js": "0.9.1"
},
"devDependencies": {
Expand Down

2 comments on commit 204c57b

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.❔
Category Percentage Covered / Total
🟑 Statements 72.61% 1771/2439
πŸ”΄ Branches 57.4% 194/338
πŸ”΄ Functions 48.09% 340/707
🟑 Lines 71.29% 1537/2156

Test suite run success

172 tests passing in 56 suites.

Report generated by πŸ§ͺjest coverage report action from 204c57b

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.❔
Category Percentage Covered / Total
🟑 Statements 72.61% 1771/2439
πŸ”΄ Branches 57.4% 194/338
πŸ”΄ Functions 48.09% 340/707
🟑 Lines 71.29% 1537/2156

Test suite run success

172 tests passing in 56 suites.

Report generated by πŸ§ͺjest coverage report action from 204c57b

Please sign in to comment.