Skip to content

Commit

Permalink
update patch
Browse files Browse the repository at this point in the history
  • Loading branch information
radtriste committed Sep 5, 2023
1 parent efc642a commit 9059e6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ index 37608a0de9..b7087b7e44 100644
<version.com.google.gson>2.10.1</version.com.google.gson>
<!-- currently required for integration test only -->
- <version.com.oracle.database.jdbc>21.3.0.0</version.com.oracle.database.jdbc>
+ <version.com.oracle.database.jdbc>21.5.0.0</version.com.oracle.database.jdbc>
+ <version.com.oracle.database.jdbc>23.2.0.0</version.com.oracle.database.jdbc>
<version.com.sun.xml.bind.core>2.3.0.1</version.com.sun.xml.bind.core>
<version.com.sun.xml.bind.impl>2.3.5</version.com.sun.xml.bind.impl>
<version.com.sun.activation>2.0.0</version.com.sun.activation>
Expand All @@ -17,7 +17,7 @@ index 37608a0de9..b7087b7e44 100644
<version.io.micrometer>1.10.5</version.io.micrometer>
- <version.org.flywaydb>9.8.3</version.org.flywaydb>
- <version.org.postgresql>42.5.1</version.org.postgresql>
+ <version.org.flywaydb>9.16.3</version.org.flywaydb>
+ <version.org.flywaydb>9.17.0</version.org.flywaydb>
+ <version.org.postgresql>42.6.0</version.org.postgresql>
<version.io.serverlessworkflow>4.0.4.Final</version.io.serverlessworkflow>
<!-- Aligned with Quarkus 2.7 (LTS) - see https://issues.redhat.com/browse/KOGITO-7971 -->
Expand All @@ -36,7 +36,7 @@ index 37608a0de9..b7087b7e44 100644
<version.org.json-unit-assertj>2.9.0</version.org.json-unit-assertj>
<version.org.hamcrest>1.3</version.org.hamcrest> <!-- else old version coming from Mockito wins and breaks tests -->
- <version.org.junit.minor>8.2</version.org.junit.minor> <!-- so that org.junit.platform and org.junit can share the same minor version -->
+ <version.org.junit.minor>9.2</version.org.junit.minor> <!-- so that org.junit.platform and org.junit can share the same minor version -->
+ <version.org.junit.minor>9.3</version.org.junit.minor> <!-- so that org.junit.platform and org.junit can share the same minor version -->
<version.org.junit>5.${version.org.junit.minor}</version.org.junit>
<version.org.junit.jupiter>5.9.2</version.org.junit.jupiter>
<version.org.junit.vintage>5.9.2</version.org.junit.vintage>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ index 8ee023830e..b495cd9857 100644
<version.org.springframework.cloud.kubernetes.fabric8>3.0.2</version.org.springframework.cloud.kubernetes.fabric8>
<!-- CVE-2022-25857: Upgrading snakeyaml until we upgrade to Spring Boot 3.x -->
<!-- See: https://github.com/spring-projects/spring-boot/issues/32221 -->
+ <version.org.springframework.security>1.0.2</version.org.springframework.security>
+ <version.org.springframework.security>1.1.2</version.org.springframework.security>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 9059e6e

Please sign in to comment.