Skip to content

chore(deps): bump org.bsc.langgraph4j:langgraph4j-core-jdk8 from 1.0.0 to 1.1.5#50

Merged
pratyush618 merged 1 commit intomainfrom
dependabot/gradle/org.bsc.langgraph4j-langgraph4j-core-jdk8-1.1.5
Mar 31, 2026
Merged

chore(deps): bump org.bsc.langgraph4j:langgraph4j-core-jdk8 from 1.0.0 to 1.1.5#50
pratyush618 merged 1 commit intomainfrom
dependabot/gradle/org.bsc.langgraph4j-langgraph4j-core-jdk8-1.1.5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 30, 2026

Bumps org.bsc.langgraph4j:langgraph4j-core-jdk8 from 1.0.0 to 1.1.5.

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.


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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps org.bsc.langgraph4j:langgraph4j-core-jdk8 from 1.0.0 to 1.1.5.

---
updated-dependencies:
- dependency-name: org.bsc.langgraph4j:langgraph4j-core-jdk8
  dependency-version: 1.1.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Mar 30, 2026
@pratyush618 pratyush618 merged commit cf38686 into main Mar 31, 2026
10 checks passed
@dependabot dependabot Bot deleted the dependabot/gradle/org.bsc.langgraph4j-langgraph4j-core-jdk8-1.1.5 branch March 31, 2026 17:03
pratyush618 pushed a commit that referenced this pull request Apr 7, 2026
Bumps org.bsc.langgraph4j:langgraph4j-core-jdk8 from 1.0.0 to 1.1.5.

---
updated-dependencies:
- dependency-name: org.bsc.langgraph4j:langgraph4j-core-jdk8
  dependency-version: 1.1.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pratyush618 added a commit that referenced this pull request Apr 7, 2026
* Add agenteval-contracts module for behavioral invariant testing

Sealed Contract interface (Deterministic, LLMJudged, Composite),
fluent builder, ContractVerifier orchestrator, StandardContracts
library, JSON definition loader, JUnit 5 integration, 38 tests.

* Add agenteval-statistics module for statistical rigor

Distributions (normal/t CDF), DescriptiveCalculator, InferenceCalculator
(t-CI, bootstrap, paired t-test, Wilcoxon, Cohen's d, power analysis),
StatisticalAnalyzer facade, StatisticalConfig, 59 tests.

* Add agenteval-chaos module for agent resilience testing

ChaosInjector sealed interface (ToolFailure, ContextCorruption,
Latency, SchemaMutation), ChaosSuite orchestrator, ResilienceEvaluator,
14 built-in scenarios, 20 tests.

* Register contracts, statistics, chaos modules in parent POM and BOM

* Remove unused constants from InferenceCalculator

* chore(deps): bump org.bsc.langgraph4j:langgraph4j-core-jdk8 (#50)

Bumps org.bsc.langgraph4j:langgraph4j-core-jdk8 from 1.0.0 to 1.1.5.

---
updated-dependencies:
- dependency-name: org.bsc.langgraph4j:langgraph4j-core-jdk8
  dependency-version: 1.1.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* chore(deps): bump spring-ai.version from 1.0.0 to 1.1.4 (#32)

Bumps `spring-ai.version` from 1.0.0 to 1.1.4.

Updates `org.springframework.ai:spring-ai-model` from 1.0.0 to 1.1.4
- [Release notes](https://github.com/spring-projects/spring-ai/releases)
- [Commits](spring-projects/spring-ai@v1.0.0...v1.1.4)

Updates `org.springframework.ai:spring-ai-client-chat` from 1.0.0 to 1.1.4
- [Release notes](https://github.com/spring-projects/spring-ai/releases)
- [Commits](spring-projects/spring-ai@v1.0.0...v1.1.4)

Updates `org.springframework.ai:spring-ai-commons` from 1.0.0 to 1.1.4
- [Release notes](https://github.com/spring-projects/spring-ai/releases)
- [Commits](spring-projects/spring-ai@v1.0.0...v1.1.4)

---
updated-dependencies:
- dependency-name: org.springframework.ai:spring-ai-model
  dependency-version: 1.1.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.springframework.ai:spring-ai-client-chat
  dependency-version: 1.1.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.springframework.ai:spring-ai-commons
  dependency-version: 1.1.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* Add spotbugs exclusions for agenteval-contracts module

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant