Skip to content

Commit 0b71446

Browse files
TOMEE-4473 OpenJPA 4.1.0
Bumps `version.openjpa` from 4.0.1 to 4.1.0. Updates `org.apache.openjpa:openjpa` from 4.0.1 to 4.1.0 Updates `org.apache.openjpa:openjpa-maven-plugin` from 4.0.1 to 4.1.0 --- updated-dependencies: - dependency-name: org.apache.openjpa:openjpa dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: org.apache.openjpa:openjpa-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5b5248c commit 0b71446

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

boms/tomee-microprofile/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1137,7 +1137,7 @@
11371137
<dependency>
11381138
<groupId>org.apache.openjpa</groupId>
11391139
<artifactId>openjpa</artifactId>
1140-
<version>4.0.1</version>
1140+
<version>4.1.0</version>
11411141
<exclusions>
11421142
<exclusion>
11431143
<artifactId>*</artifactId>

boms/tomee-plume/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1203,7 +1203,7 @@
12031203
<dependency>
12041204
<groupId>org.apache.openjpa</groupId>
12051205
<artifactId>openjpa</artifactId>
1206-
<version>4.0.1</version>
1206+
<version>4.1.0</version>
12071207
<exclusions>
12081208
<exclusion>
12091209
<artifactId>*</artifactId>

boms/tomee-plus/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1225,7 +1225,7 @@
12251225
<dependency>
12261226
<groupId>org.apache.openjpa</groupId>
12271227
<artifactId>openjpa</artifactId>
1228-
<version>4.0.1</version>
1228+
<version>4.1.0</version>
12291229
<exclusions>
12301230
<exclusion>
12311231
<artifactId>*</artifactId>

boms/tomee-webprofile/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@
510510
<dependency>
511511
<groupId>org.apache.openjpa</groupId>
512512
<artifactId>openjpa</artifactId>
513-
<version>4.0.1</version>
513+
<version>4.1.0</version>
514514
<exclusions>
515515
<exclusion>
516516
<artifactId>*</artifactId>

examples/alternate-descriptors/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<dependency>
6868
<groupId>org.apache.openjpa</groupId>
6969
<artifactId>openjpa</artifactId>
70-
<version>4.0.1</version>
70+
<version>4.1.0</version>
7171
<scope>provided</scope>
7272
<exclusions>
7373
<exclusion>

examples/multi-jpa-provider-testing/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
<dependency>
145145
<groupId>org.apache.openjpa</groupId>
146146
<artifactId>openjpa</artifactId>
147-
<version>4.0.1</version>
147+
<version>4.1.0</version>
148148
<scope>test</scope>
149149
<exclusions>
150150
<exclusion>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@
216216
<version.geronimo-mail_2.1_provider>1.0.1</version.geronimo-mail_2.1_provider>
217217
<version.johnzon>2.0.1</version.johnzon>
218218
<version.myfaces>4.0.2</version.myfaces>
219-
<version.openjpa>4.0.1</version.openjpa>
219+
<version.openjpa>4.1.0</version.openjpa>
220220
<version.openwebbeans>4.0.3</version.openwebbeans>
221221
<!-- org.eclipse -->
222222
<version.eclipselink>4.0.5</version.eclipselink>

0 commit comments

Comments
 (0)