Skip to content

Commit d773f5b

Browse files
dependabot[bot]pethersCopilot
authored
build(deps): bump cia.project.versions.javers from 7.11.2 to 7.11.5 (#8741)
* build(deps): bump cia.project.versions.javers from 7.11.2 to 7.11.5 Bumps `cia.project.versions.javers` from 7.11.2 to 7.11.5. Updates `org.javers:javers-core` from 7.11.2 to 7.11.5 - [Release notes](https://github.com/javers/javers/releases) - [Commits](javers/javers@v7.11.2...v7.11.5) Updates `org.javers:javers-spring-jpa` from 7.11.2 to 7.11.5 - [Release notes](https://github.com/javers/javers/releases) - [Commits](javers/javers@v7.11.2...v7.11.5) --- updated-dependencies: - dependency-name: org.javers:javers-core dependency-version: 7.11.5 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.javers:javers-spring-jpa dependency-version: 7.11.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * fix: exclude org.hibernate.orm:hibernate-core transitive dep from javers-spring-jpa Co-authored-by: pethers <1726836+pethers@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: James Pether Sörling <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>
1 parent 12f1d6b commit d773f5b

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

parent-pom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
<cia.project.versions.aws>1.12.797</cia.project.versions.aws>
8888
<cia.project.versions.aspectj>1.9.25.1</cia.project.versions.aspectj>
8989
<cia.project.versions.javassist>3.32.0-GA</cia.project.versions.javassist>
90-
<cia.project.versions.javers>7.11.2</cia.project.versions.javers>
90+
<cia.project.versions.javers>7.11.5</cia.project.versions.javers>
9191
<cia.project.versions.narayana>5.13.1.Final</cia.project.versions.narayana>
9292
<cia.project.versions.asm>9.10.1</cia.project.versions.asm>
9393
<cia.project.versions.cglib>3.3.0</cia.project.versions.cglib>

service.data.impl/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,10 @@
273273
<groupId>org.hibernate</groupId>
274274
<artifactId>hibernate-core</artifactId>
275275
</exclusion>
276+
<exclusion>
277+
<groupId>org.hibernate.orm</groupId>
278+
<artifactId>hibernate-core</artifactId>
279+
</exclusion>
276280
<exclusion>
277281
<groupId>org.springframework</groupId>
278282
<artifactId>spring-tx</artifactId>

0 commit comments

Comments
 (0)