You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by GitBox <gi...@apache.org> on 2022/05/18 16:35:08 UTC

[GitHub] [sling-org-apache-sling-event] dependabot[bot] opened a new pull request, #19: Bump quartz from 2.2.0 to 2.3.2

dependabot[bot] opened a new pull request, #19:
URL: https://github.com/apache/sling-org-apache-sling-event/pull/19

   Bumps [quartz](https://github.com/quartz-scheduler/quartz) from 2.2.0 to 2.3.2.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/quartz-scheduler/quartz/releases">quartz's releases</a>.</em></p>
   <blockquote>
   <h2>Quartz 2.3.2</h2>
   <p>This a bug fix release containing fixes for:</p>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/508">#508</a> : Error with H2 1.4.200</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/505">#505</a> : CronTrigger.getTriggerBuilder() changes misfire instruction from &quot;ignore misfire&quot; to &quot;smart&quot;</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/491">#491</a> : StdJDBCDelegate.selectTriggerToAcquire may not respect maxCount</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/490">#490</a> : Return at most maxCount triggers</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/482">#482</a> : Update C3P0 version to 0.9.5.4 (CVE-2019-5427)</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/474">#474</a> : StdSchedulerFactory ConcurrentModificationException reading system properties</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/467">#467</a> : Security: XXE in initDocumentParser</li>
   </ul>
   <h2>quartz-2.3.1</h2>
   <p>THIS RELEASE REQUIRES JDK7</p>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/294">#294</a> depen: Update hikaricp-java6:2.3.13 to hikaricp-java7:2.4.13</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/316">#316</a> depen: Updated C3P0 version to 0.9.5.3</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/147">#147</a> bugfix: Fix BINARY to BLOG type for job data for hsqldb</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/156">#156</a> bugfix: Fix null string used in thread name with DirectSchedulerFactory</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/159">#159</a> bugfix: Fix extra bad char tick on drop table qurtz_fired_triggers for postgres</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/146">#146</a> bugfix: Release BLOCKED triggers in releaseAcquiredTrigger</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/212">#212</a> bugfix: QuartzInitializerListener: fix a typo</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/193">#193</a> bugfix: Job execution context impl returns incorrect recovering job key</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/172">#172</a> bugfix: Miss notify SchedulerListeners in QuartzScheduler.java</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/220">#220</a> bugifx: DailyTimeIntervalTrigger failed to set endingDailyAfterCount = 1</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/160">#160</a> improv: Add drop table if exists check in sql script for postgres</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/214">#214</a> improv: Reuse JobBuilder.storeDurably(boolean) in JobBuilder</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/281">#281</a> improv: Fix no setter for dataSource property validateOnCheckout</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/264">#264</a> improv: Fix no setter for dataSource property discardIdleConnectionsSeconds</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/245">#245</a> improv: Sybase: Changed varchar length TRIGGER_NAME from 80 to 200</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/340">#340</a> improv: Use all-caps table names in the liquibase script</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/189">#189</a> improv: NPE thrown when acquiring next trigger due to null next fire time value</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/268">#268</a> improv: Add configurable params for StdRowLockSemaphore for Failure obtaining db row lock</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/293">#293</a> build: Setup Azure CI server for Quartz project</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/66">#66</a>  build: Remove unused 'svn' requirement during maven package build</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/301">#301</a> build: Improve project with readme, and license changes log</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/302">#302</a> build: Update mvnw wrapper to use Maven 3.6.0</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/226">#226</a> build: Replace maven-forge-plugin with maven-jar-plugin</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/170">#170</a> docs: Minor fix and improvement on Javadoc</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/203">#203</a> docs: Minor fix and improvement on Javadoc</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/360">#360</a> docs: Update docs and migrate it into main source repository</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/quartz-scheduler/quartz/blob/v2.3.2/docs/changelog.adoc">quartz's changelog</a>.</em></p>
   <blockquote>
   <p>== quartz-2.3.2</p>
   <p>This release is still work in progress under <code>quartz-2.3.x</code> branch!</p>
   <p>== quartz-2.3.1</p>
   <p>Released on 25-Mar-2018</p>
   <p>THIS RELEASE REQUIRES JDK7</p>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/294">#294</a> depen: Update hikaricp-java6:2.3.13 to hikaricp-java7:2.4.13</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/316">#316</a> depen: Updated C3P0 version to 0.9.5.3</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/147">#147</a> bugfix: Fix BINARY to BLOG type for job data for hsqldb</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/156">#156</a> bugfix: Fix null string used in thread name with DirectSchedulerFactory</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/159">#159</a> bugfix: Fix extra bad char tick on drop table qurtz_fired_triggers for postgres</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/146">#146</a> bugfix: Release BLOCKED triggers in releaseAcquiredTrigger</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/212">#212</a> bugfix: QuartzInitializerListener: fix a typo</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/193">#193</a> bugfix: Job execution context impl returns incorrect recovering job key</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/172">#172</a> bugfix: Miss notify SchedulerListeners in QuartzScheduler.java</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/220">#220</a> bugifx: DailyTimeIntervalTrigger failed to set endingDailyAfterCount = 1</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/160">#160</a> improv: Add drop table if exists check in sql script for postgres</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/214">#214</a> improv: Reuse JobBuilder.storeDurably(boolean) in JobBuilder</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/281">#281</a> improv: Fix no setter for dataSource property validateOnCheckout</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/264">#264</a> improv: Fix no setter for dataSource property discardIdleConnectionsSeconds</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/245">#245</a> improv: Sybase: Changed varchar length TRIGGER_NAME from 80 to 200</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/340">#340</a> improv: Use all-caps table names in the liquibase script</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/189">#189</a> improv: NPE thrown when acquiring next trigger due to null next fire time value</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/268">#268</a> improv: Add configurable params for StdRowLockSemaphore for Failure obtaining db row lock</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/293">#293</a> build: Setup Azure CI server for Quartz project</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/66">#66</a>  build: Remove unused 'svn' requirement during maven package build</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/301">#301</a> build: Improve project with readme, and license changes log</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/302">#302</a> build: Update mvnw wrapper to use Maven 3.6.0</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/226">#226</a> build: Replace maven-forge-plugin with maven-jar-plugin</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/170">#170</a> docs: Minor fix and improvement on Javadoc</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/203">#203</a> docs: Minor fix and improvement on Javadoc</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/360">#360</a> docs: Update docs and migrate it into main source repository</li>
   </ul>
   <p>== quartz-2.3.0</p>
   <p>Released on 19-Apr-2017</p>
   <p>THIS RELEASE REQUIRES JDK7</p>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/9">#9</a>   build:  Fix the Java 8 javadoc issue with 'doclint:none'</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/6">#6</a>   bugfix: Fix cannot create tables in MySQL with InnoDB and UTF8mb4</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/93">#93</a>  bugfix: Fix the jobs recovering (on scheduler startup)</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/76">#76</a>  improv: Add missing foreign key for BLOB triggers table for ms sql server</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/114">#114</a> improv: Add 'if exists' clause to drop tables command for postgres</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/25">#25</a>  feat: Add resetTriggerFromErrorState functionality</li>
   <li><a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/126">#126</a> feat: Add support for hikari cp, upgrade c3p0 library, break static dependencies</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/quartz-scheduler/quartz/commit/3533e4063644c0436ac5e873a75b647703aea6dd"><code>3533e40</code></a> Release 2.3.2 from quartz-2.3.x</li>
   <li><a href="https://github.com/quartz-scheduler/quartz/commit/789afce2b677ab2a5cb9ee457860bb2554218c01"><code>789afce</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/517">#517</a> from chrisdennis/issue-508-2.3.x</li>
   <li><a href="https://github.com/quartz-scheduler/quartz/commit/941d1849c119aa8e74567de6e489c4843c8152a5"><code>941d184</code></a> Merge branch 'issue-508' into issue-508-2.3.x</li>
   <li><a href="https://github.com/quartz-scheduler/quartz/commit/c06996545bcaf78c387145c49d50e9392b05771d"><code>c069965</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/520">#520</a> from chrisdennis/issue-491-2.3.x</li>
   <li><a href="https://github.com/quartz-scheduler/quartz/commit/de69c4609c08a115935d4901f326f6038b69afbb"><code>de69c46</code></a> Issue <a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/491">#491</a> : Added unit test coverage</li>
   <li><a href="https://github.com/quartz-scheduler/quartz/commit/bc6be51a8ca9073a02e1d3c75e90c1718101254c"><code>bc6be51</code></a> Merge branch 'issue-491' into issue-491-2.3.x</li>
   <li><a href="https://github.com/quartz-scheduler/quartz/commit/e990cd11f1f955a8a1b3b152885079be2db63993"><code>e990cd1</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/521">#521</a> from chrisdennis/c3p0-upgrade-2.3.x</li>
   <li><a href="https://github.com/quartz-scheduler/quartz/commit/99077cd08ba21a97ef36644ca9012c99ca83177b"><code>99077cd</code></a> Merge branch 'c3p0-upgrade' into c3p0-upgrade-2.3.x</li>
   <li><a href="https://github.com/quartz-scheduler/quartz/commit/85520086adab8ffe3c16028096e1e797103af531"><code>8552008</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/522">#522</a> from chrisdennis/trigger-javadoc-fix</li>
   <li><a href="https://github.com/quartz-scheduler/quartz/commit/8ab547f7388aa88f670007bb468da65ab9ce196e"><code>8ab547f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/quartz-scheduler/quartz/issues/519">#519</a> from chrisdennis/issue-505</li>
   <li>Additional commits viewable in <a href="https://github.com/quartz-scheduler/quartz/compare/quartz-2.2.0...v2.3.2">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.quartz-scheduler:quartz&package-manager=maven&previous-version=2.2.0&new-version=2.3.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   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)
   - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
   - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
   - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
   - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
   
   You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/sling-org-apache-sling-event/network/alerts).
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@sling.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [sling-org-apache-sling-event] joerghoh commented on pull request #19: Bump quartz from 2.2.0 to 2.3.2

Posted by GitBox <gi...@apache.org>.
joerghoh commented on PR #19:
URL: https://github.com/apache/sling-org-apache-sling-event/pull/19#issuecomment-1133645089

   @dependabot ignore this dependency


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@sling.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [sling-org-apache-sling-event] joerghoh commented on pull request #19: Bump quartz from 2.2.0 to 2.3.2

Posted by GitBox <gi...@apache.org>.
joerghoh commented on PR #19:
URL: https://github.com/apache/sling-org-apache-sling-event/pull/19#issuecomment-1133645007

   We should not have a direct dependency to the quartz scheduler here, instead the sling scheduler bundle should expose all necessary features;quartz should be an implementation detail of the bundle, and it should not leak.
   
   I found that these references in the code towards quartz:
   * In [ScheduleInfoImpl](https://github.com/apache/sling-org-apache-sling-event/blob/59edcddc14e65f2c90f17df1402aee55b00c69a0/src/main/java/org/apache/sling/event/impl/support/ScheduleInfoImpl.java#L28) a ```CronExpression```  is used to validate that the expression is an actual valid cron expression.
   
   While we could actually trying to asses ourselves, if that expression is a valid cron expression I would favor an extension of the Scheduler API like ```static boolean isValidCronExpression (String expression)```, and internally it could implement it using a CronExpression. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@sling.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [sling-org-apache-sling-event] dependabot[bot] commented on pull request #19: Bump quartz from 2.2.0 to 2.3.2

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #19:
URL: https://github.com/apache/sling-org-apache-sling-event/pull/19#issuecomment-1133645095

   OK, I won't notify you about org.quartz-scheduler:quartz again, unless you re-open this PR or update it yourself. 😢


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@sling.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [sling-org-apache-sling-event] sonarcloud[bot] commented on pull request #19: Bump quartz from 2.2.0 to 2.3.2

Posted by GitBox <gi...@apache.org>.
sonarcloud[bot] commented on PR #19:
URL: https://github.com/apache/sling-org-apache-sling-event/pull/19#issuecomment-1130272978

   Kudos, SonarCloud Quality Gate passed!&nbsp; &nbsp; [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png 'Quality Gate passed')](https://sonarcloud.io/dashboard?id=apache_sling-org-apache-sling-event&pullRequest=19)
   
   [![Bug](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/bug-16px.png 'Bug')](https://sonarcloud.io/project/issues?id=apache_sling-org-apache-sling-event&pullRequest=19&resolved=false&types=BUG) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/issues?id=apache_sling-org-apache-sling-event&pullRequest=19&resolved=false&types=BUG) [0 Bugs](https://sonarcloud.io/project/issues?id=apache_sling-org-apache-sling-event&pullRequest=19&resolved=false&types=BUG)  
   [![Vulnerability](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/vulnerability-16px.png 'Vulnerability')](https://sonarcloud.io/project/issues?id=apache_sling-org-apache-sling-event&pullRequest=19&resolved=false&types=VULNERABILITY) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/issues?id=apache_sling-org-apache-sling-event&pullRequest=19&resolved=false&types=VULNERABILITY) [0 Vulnerabilities](https://sonarcloud.io/project/issues?id=apache_sling-org-apache-sling-event&pullRequest=19&resolved=false&types=VULNERABILITY)  
   [![Security Hotspot](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/security_hotspot-16px.png 'Security Hotspot')](https://sonarcloud.io/project/security_hotspots?id=apache_sling-org-apache-sling-event&pullRequest=19&resolved=false&types=SECURITY_HOTSPOT) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/security_hotspots?id=apache_sling-org-apache-sling-event&pullRequest=19&resolved=false&types=SECURITY_HOTSPOT) [0 Security Hotspots](https://sonarcloud.io/project/security_hotspots?id=apache_sling-org-apache-sling-event&pullRequest=19&resolved=false&types=SECURITY_HOTSPOT)  
   [![Code Smell](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/code_smell-16px.png 'Code Smell')](https://sonarcloud.io/project/issues?id=apache_sling-org-apache-sling-event&pullRequest=19&resolved=false&types=CODE_SMELL) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/issues?id=apache_sling-org-apache-sling-event&pullRequest=19&resolved=false&types=CODE_SMELL) [0 Code Smells](https://sonarcloud.io/project/issues?id=apache_sling-org-apache-sling-event&pullRequest=19&resolved=false&types=CODE_SMELL)
   
   [![No Coverage information](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/CoverageChart/NoCoverageInfo-16px.png 'No Coverage information')](https://sonarcloud.io/component_measures?id=apache_sling-org-apache-sling-event&pullRequest=19&metric=coverage&view=list) No Coverage information  
   [![0.0%](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/Duplications/3-16px.png '0.0%')](https://sonarcloud.io/component_measures?id=apache_sling-org-apache-sling-event&pullRequest=19&metric=new_duplicated_lines_density&view=list) [0.0% Duplication](https://sonarcloud.io/component_measures?id=apache_sling-org-apache-sling-event&pullRequest=19&metric=new_duplicated_lines_density&view=list)
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@sling.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [sling-org-apache-sling-event] dependabot[bot] closed pull request #19: Bump quartz from 2.2.0 to 2.3.2

Posted by GitBox <gi...@apache.org>.
dependabot[bot] closed pull request #19: Bump quartz from 2.2.0 to 2.3.2
URL: https://github.com/apache/sling-org-apache-sling-event/pull/19


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@sling.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org