Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Bump fish.payara.extras:payara-embedded-all from 5.2022.3 to 6.2023.8 #383

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion base-it/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies {
testImplementation group: 'ch.qos.logback', name: 'logback-classic', version: project.ext.logbackVersion
testImplementation group: 'com.h2database', name: 'h2', version: '2.2.220'
testImplementation group: 'org.jboss.arquillian.container', name: 'arquillian-glassfish-embedded-3.1', version: '1.0.2'
testImplementation(group: 'fish.payara.extras', name: 'payara-embedded-all', version: '5.2022.3')
testImplementation(group: 'fish.payara.extras', name: 'payara-embedded-all', version: '6.2023.8')
compileOnly(group: 'jakarta.platform', name: 'jakarta.jakartaee-api', version: '8.0.0')
}
test {
Expand Down
2 changes: 1 addition & 1 deletion dbtools-it/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies {
testImplementation project(':ds2-oss-core-crypto-bouncycastle')
testImplementation project(':ds2-oss-core-testutils')
testImplementation group: 'org.eclipse.persistence', name: 'eclipselink', version: '4.0.2'
testImplementation(group: 'fish.payara.extras', name: 'payara-embedded-all', version: '5.2022.3')
testImplementation(group: 'fish.payara.extras', name: 'payara-embedded-all', version: '6.2023.8')
compileOnly 'org.slf4j:slf4j-api:2.0.7'
implementation(group: 'jakarta.platform', name: 'jakarta.jakartaee-api', version: '8.0.0')
}
Expand Down
2 changes: 1 addition & 1 deletion options-it/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies {
testImplementation group: 'com.h2database', name: 'h2', version: '2.2.220'
testImplementation group: 'org.jboss.arquillian.container', name: 'arquillian-glassfish-embedded-3.1', version: '1.0.2'
testImplementation group: 'com.lmax', name: 'disruptor', version: '3.4.4'
testImplementation(group: 'fish.payara.extras', name: 'payara-embedded-all', version: '5.2022.3')
testImplementation(group: 'fish.payara.extras', name: 'payara-embedded-all', version: '6.2023.8')
testImplementation project(':ds2-oss-core-crypto-bouncycastle')
testImplementation project(':ds2-oss-core-testutils')
implementation(group: 'javax', name: 'javaee-api', version: '8.0.1')
Expand Down