Skip to content

Commit

Permalink
Downgrade aqjms version and lb fix (#990)
Browse files Browse the repository at this point in the history
  • Loading branch information
andytael authored Nov 21, 2024
1 parent 7bb8eff commit 8569246
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-- liquibase formatted sql

--changeset atael:1
--changeset account:1
grant execute on dbms_aq to account;
grant execute on dbms_aqadm to account;
grant execute on dbms_aqin to account;
Expand All @@ -13,7 +13,7 @@ grant execute on dbms_aqjms_internal to account;
--rollback revoke dbms_aqjms from ACCOUNT;
--rollback revoke dbms_aqjms_internal from ACCOUNT;

--changeset atael:2 endDelimiter:/
--changeset account:2 endDelimiter:/
begin
-- deposits
begin
Expand Down
4 changes: 4 additions & 0 deletions cloudbank-v4/checks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
<type>pom</type>
<version>${oracle-springboot-starter.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-jdbc</artifactId>
</dependency>
</dependencies>

<build>
Expand Down
2 changes: 1 addition & 1 deletion cloudbank-v4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

<micrometer-core.version>1.13.2</micrometer-core.version>
<lombok.version>1.18.34</lombok.version>
<oracle-springboot-starter.version>23.4.0</oracle-springboot-starter.version>
<oracle-springboot-starter.version>24.3.0</oracle-springboot-starter.version>
<oracle-microtx-starter.version>24.2.1</oracle-microtx-starter.version>
<liquibase.version>4.29.1</liquibase.version>
<datasource-micrometer-spring-boot.version>1.0.5</datasource-micrometer-spring-boot.version>
Expand Down

0 comments on commit 8569246

Please sign in to comment.