Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
Bump jdbc driver for oracle+postgres/oracle image for testing (#7433)
Browse files Browse the repository at this point in the history
Bump jdbc driver for oracle+postgres/oracle image for testing
  • Loading branch information
CVdV-au authored Nov 12, 2024
1 parent ce9fcab commit fdc7452
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
oracle:
image: palantirtechnologies/oracle-atlasdb:19.24.0.0
image: palantirtechnologies/oracle-atlasdb:19.25.0.0
volumes:
- ./docker-startup:/opt/oracle/scripts/startup
ports:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
oracle:
image: palantirtechnologies/oracle-atlasdb:19.24.0.0
image: palantirtechnologies/oracle-atlasdb:19.25.0.0
ports:
- "1521"
environment:
Expand Down
5 changes: 5 additions & 0 deletions changelog/@unreleased/pr-7433.v2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
type: improvement
improvement:
description: Bump jdbc driver for oracle+postgres/oracle image for testing
links:
- https://github.com/palantir/atlasdb/pull/7433
4 changes: 2 additions & 2 deletions versions.lock
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ com.lmax:disruptor:3.4.2 (2 constraints: e9157edc)
com.netflix.feign:feign-core:8.18.0 (3 constraints: de3f76e0)
com.netflix.feign:feign-jackson:8.18.0 (1 constraints: c718909e)
com.ning:compress-lzf:0.8.4 (1 constraints: 9a0f7888)
com.oracle.database.jdbc:ojdbc11:23.4.0.24.05 (1 constraints: 6206a75e)
com.oracle.database.jdbc:ojdbc11:23.6.0.24.10 (1 constraints: 6006b65e)
com.palantir.cassandra:cassandra-all:2.2.18-1.108.0 (1 constraints: c206ef6b)
com.palantir.cassandra:cassandra-thrift:2.2.18-1.108.0 (2 constraints: 0f180ff6)
com.palantir.common:streams:2.4.0 (1 constraints: 08050136)
Expand Down Expand Up @@ -279,7 +279,7 @@ org.ow2.asm:asm-analysis:5.0.3 (1 constraints: ee09d4b2)
org.ow2.asm:asm-commons:5.0.3 (1 constraints: ee09d4b2)
org.ow2.asm:asm-tree:5.0.3 (4 constraints: d8272223)
org.ow2.asm:asm-util:5.0.3 (1 constraints: ee09d4b2)
org.postgresql:postgresql:42.7.3 (1 constraints: 42055b3b)
org.postgresql:postgresql:42.7.4 (1 constraints: 43055c3b)
org.slf4j:jcl-over-slf4j:2.0.16 (3 constraints: 412fd1ed)
org.slf4j:jul-to-slf4j:2.0.16 (1 constraints: b10e825e)
org.slf4j:log4j-over-slf4j:2.0.16 (3 constraints: 412fd1ed)
Expand Down
4 changes: 2 additions & 2 deletions versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@ com.google.protobuf:* = 3.25.4

# Database drivers can have unexpected breaking changes and should be upgraded with caution
com.datastax.cassandra:cassandra-driver-core = 3.8.0
com.oracle.database.jdbc:ojdbc11 = 23.4.0.24.05
com.oracle.database.jdbc:ojdbc11 = 23.6.0.24.10
com.palantir.cassandra:* = 2.2.18-1.108.0
org.postgresql:postgresql = 42.7.3
org.postgresql:postgresql = 42.7.4

# transitive dep with API breaks in 0.14.0
org.apache.thrift:libthrift = 0.17.0

0 comments on commit fdc7452

Please sign in to comment.