-
Notifications
You must be signed in to change notification settings - Fork 358
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
chore(deps): bump jts.version from 1.18.2 to 1.19.0 in /dhis-2 #11143
Conversation
Kudos, SonarCloud Quality Gate passed!
|
@dependabot rebase |
Bumps `jts.version` from 1.18.2 to 1.19.0. Updates `jts-core` from 1.18.2 to 1.19.0 Updates `jts-io-common` from 1.18.2 to 1.19.0 --- updated-dependencies: - dependency-name: org.locationtech.jts:jts-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.locationtech.jts.io:jts-io-common dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
93faa6d
to
9d116ca
Compare
f499f65
to
baa024c
Compare
locationtech/jts parser has either gotten stricter or not reported Trim leading/trailing single quotes. The parser handles double quotes well. |
as locationtech/jts parser has either gotten stricter or not reported such parser errors before locationtech/jts#786
baa024c
to
ab3c2af
Compare
Codecov Report
@@ Coverage Diff @@
## master #11143 +/- ##
============================================
+ Coverage 63.12% 63.14% +0.02%
- Complexity 27199 27230 +31
============================================
Files 3187 3195 +8
Lines 112496 112604 +108
Branches 13219 13228 +9
============================================
+ Hits 71009 71106 +97
- Misses 35387 35398 +11
Partials 6100 6100
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Alternatives in regular expressions should be grouped when used with anchors
This reverts commit 6f3c72c. as Sonarqube is now saying that I should remove these unecessary groups
Ok 😂 so I tried to make Sonarqube happy as it said I should group the anchored alternatives https://rules.sonarsource.com/java/RSPEC-5850 The example ^alt1|alt2|alt3$ does not apply to our code as we only have 2 alternatives, so the reason of alt2 then not being anchored isn't a concern for us. I therefore marked the issues regarding the regex as won't fix in Sonarqube. |
Kudos, SonarCloud Quality Gate passed! |
Bumps
jts.version
from 1.18.2 to 1.19.0.Updates
jts-core
from 1.18.2 to 1.19.0Updates
jts-io-common
from 1.18.2 to 1.19.0Dependabot 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)