Skip to content

Commit

Permalink
TOMEE-4441 - Bump org.eclipse.persistence:eclipselink from 4.0.4 to 4…
Browse files Browse the repository at this point in the history
….0.5 (#1729)

Bumps org.eclipse.persistence:eclipselink from 4.0.4 to 4.0.5.

---
updated-dependencies:
- dependency-name: org.eclipse.persistence:eclipselink
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 2, 2025
1 parent b914dae commit 8ec3fbd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion boms/tomee-plume/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2215,7 +2215,7 @@
<dependency>
<groupId>org.eclipse.persistence</groupId>
<artifactId>eclipselink</artifactId>
<version>4.0.4</version>
<version>4.0.5</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/jpa-eclipselink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<surefire.argline />
<version.eclipselink>4.0.4</version.eclipselink>
<version.eclipselink>4.0.5</version.eclipselink>
</properties>
<build>
<defaultGoal>install</defaultGoal>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
<version.openjpa>4.0.1</version.openjpa>
<version.openwebbeans>4.0.3</version.openwebbeans>
<!-- org.eclipse -->
<version.eclipselink>4.0.4</version.eclipselink>
<version.eclipselink>4.0.5</version.eclipselink>
<!-- org.glassfish -->
<version.mojarra>4.0.8</version.mojarra>
<!-- org.hibernate -->
Expand Down

0 comments on commit 8ec3fbd

Please sign in to comment.