Skip to content

Bump org.codehaus.jackson:jackson-core-asl from 1.9.13.redhat-4 to 1.9.13-atlassian-2#22

Closed
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/org.codehaus.jackson-jackson-core-asl-1.9.13-atlassian-2
Closed

Bump org.codehaus.jackson:jackson-core-asl from 1.9.13.redhat-4 to 1.9.13-atlassian-2#22
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/org.codehaus.jackson-jackson-core-asl-1.9.13-atlassian-2

Conversation

@dependabot-preview
Copy link
Copy Markdown
Contributor

Bumps org.codehaus.jackson:jackson-core-asl from 1.9.13.redhat-4 to 1.9.13-atlassian-2.

Commits

Dependabot compatibility score

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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot ignore this [minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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 [this|these] label[s] will set the current labels as the default for future PRs for this repo and language

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

…9.13-atlassian-2

Bumps [org.codehaus.jackson:jackson-core-asl](https://github.com/atlassian/jackson-1) from 1.9.13.redhat-4 to 1.9.13-atlassian-2.
- [Release notes](https://github.com/atlassian/jackson-1/releases)
- [Commits](https://github.com/atlassian/jackson-1/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@ghost
Copy link
Copy Markdown

ghost commented Apr 27, 2018

Black Duck Security Report

Merging #22 into master will not change security risk.

Click here to see full report

@pethers pethers closed this Apr 27, 2018
@dependabot-preview
Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot-preview dependabot-preview bot deleted the dependabot/maven/org.codehaus.jackson-jackson-core-asl-1.9.13-atlassian-2 branch April 27, 2018 12:18
Copilot AI added a commit that referenced this pull request Nov 21, 2025
- Correct PoliticianLazy.drl reference: Rule #1 (not #5)
- Correct PoliticianDecliningEngagement.drl reference: Rule #4 (not #23)
- Correct PoliticianIsolatedBehavior.drl reference: Rule #9 (not #22)
- Replace non-existent PartyDecliningGovernmentSupportPercentage.drl with PartyDecliningPerformance.drl (Rule #2)
- Replace non-existent PartyCoalitionDrift.drl with PartyInconsistentBehavior.drl
- Replace non-existent OppositionCoordinationIncrease.drl with PartyLowCollaboration.drl
- Update all cross-reference anchors to match RISK_RULES_INTOP_OSINT.md heading format

Co-authored-by: pethers <1726836+pethers@users.noreply.github.com>
pethers added a commit that referenced this pull request Nov 21, 2025
….md (#7912)

* Initial plan

* Add interactive visualization examples to DATA_ANALYSIS_INTOP_OSINT.md

- Add Example 1: Temporal Analysis - Politician attendance decline with interactive timeline
- Add Example 2: Comparative Analysis - Party voting alignment matrix with coalition cohesion
- Add Example 3: Network Analysis - Committee membership network with power broker identification
- Add Example 4: Predictive Intelligence - Vote outcome forecasting with confidence intervals
- Add Example 5: Pattern Recognition - Coalition formation pattern detection

All examples include:
- Interactive Mermaid visualizations (xychart, sankey, gantt, pie, graphs)
- Complete SQL queries validated against database schema
- Sample output tables with realistic data
- Risk rule activations and severity assessments
- Intelligence assessments and actionable insights
- Cross-references to related documentation

Co-authored-by: pethers <1726836+pethers@users.noreply.github.com>

* Add comprehensive summary section for enhanced examples

- Document overview of all 5 enhanced examples with key insights
- Add visualization type distribution (25+ interactive diagrams)
- Include SQL query performance metrics and complexity analysis
- Document intelligence value and actionable insights for each example
- Add educational value and usage recommendations
- Include documentation quality metrics showing 2400%+ visualization improvement
- Provide next steps for further enhancements

Co-authored-by: pethers <1726836+pethers@users.noreply.github.com>

* Address code review feedback: Fix view references and SQL query comments

- Fix data source reference in Example 2: Change from view_riksdagen_coalition_alignment_matrix to view_riksdagen_vote_data_ballot_party_summary (aligns with actual query)
- Add clarifying comments to ballot_type filter in Example 4: Document flexible filtering approach for budget-related votes
- Note: 'Salience' is correct terminology for Drools rules engine (not 'Saliency')
- Note: 'coalation' in view name view_riksdagen_party_coalation_against_annual_summary is from actual database schema

Co-authored-by: pethers <1726836+pethers@users.noreply.github.com>

* Fix risk rule references based on PR review feedback

- Correct PoliticianLazy.drl reference: Rule #1 (not #5)
- Correct PoliticianDecliningEngagement.drl reference: Rule #4 (not #23)
- Correct PoliticianIsolatedBehavior.drl reference: Rule #9 (not #22)
- Replace non-existent PartyDecliningGovernmentSupportPercentage.drl with PartyDecliningPerformance.drl (Rule #2)
- Replace non-existent PartyCoalitionDrift.drl with PartyInconsistentBehavior.drl
- Replace non-existent OppositionCoordinationIncrease.drl with PartyLowCollaboration.drl
- Update all cross-reference anchors to match RISK_RULES_INTOP_OSINT.md heading format

Co-authored-by: pethers <1726836+pethers@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: pethers <1726836+pethers@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants