Skip to content

build(deps-dev): bump org.testcontainers:oracle-xe from 1.17.3 to 1.19.0 in /server/api-service #360

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
build(deps-dev): bump org.testcontainers:oracle-xe
Bumps [org.testcontainers:oracle-xe](https://github.com/testcontainers/testcontainers-java) from 1.17.3 to 1.19.0.
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.17.3...1.19.0)

---
updated-dependencies:
- dependency-name: org.testcontainers:oracle-xe
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 1, 2023
commit 51872457fed57830e419c1533c5fd1e09c897d77
2 changes: 1 addition & 1 deletion server/api-service/lowcoder-plugins/oraclePlugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>oracle-xe</artifactId>
<version>1.17.3</version>
<version>1.19.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down