Skip to content

Bump com.oracle.database.jdbc:ojdbc11 from 23.5.0.24.07 to 23.6.0.24.10 in /modules/oracle-xe #9520

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

Closed
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 modules/oracle-xe/build.gradle
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ dependencies {
compileOnly 'com.oracle.database.r2dbc:oracle-r2dbc:1.2.0'

testImplementation project(':jdbc-test')
testImplementation 'com.oracle.database.jdbc:ojdbc11:23.5.0.24.07'
testImplementation 'com.oracle.database.jdbc:ojdbc11:23.6.0.24.10'

compileOnly 'org.jetbrains:annotations:24.1.0'


Unchanged files with check annotations Beta

package org.testcontainers.junit;

Check failure on line 1 in core/src/test/java/org/testcontainers/junit/ComposeWithIdentifierTest.java

GitHub Actions / core (17)

ComposeWithIdentifierTest.simpleTest

org.junit.ComparisonFailure: [A redis instance defined in compose can be used in isolation] expected:<"[3]"> but was:<"[6]">

Check failure on line 1 in core/src/test/java/org/testcontainers/junit/ComposeWithIdentifierTest.java

GitHub Actions / core (21)

ComposeWithIdentifierTest.simpleTest

org.junit.ComparisonFailure: [A redis instance defined in compose can be used in isolation] expected:<"[3]"> but was:<"[6]">
import org.junit.Rule;
import org.testcontainers.containers.ComposeContainer;
LgtmStackContainer lgtm = new LgtmStackContainer("grafana/otel-lgtm:0.6.0")
// }
) {
lgtm.start();

Check failure on line 26 in modules/grafana/src/test/java/org/testcontainers/grafana/LgtmStackContainerTest.java

GitHub Actions / check (:grafana:check)

LgtmStackContainerTest.shouldPublishMetric

org.testcontainers.containers.ContainerLaunchException: Container startup failed for image grafana/otel-lgtm:0.6.0
String version = RestAssured
.get(String.format("http://%s:%s/api/health", lgtm.getHost(), lgtm.getMappedPort(3000)))