Skip to content

Commit

Permalink
chore(deps): update dependency com.h2database:h2 to v2.3.232 (#753)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency com.h2database:h2 to v2.3.232

* fix: hibernate-reactive version downgrade

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Hyunsik Kang <[email protected]>
  • Loading branch information
renovate[bot] and cj848 authored Aug 12, 2024
1 parent 185e7b2 commit 6aee279
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs.example.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ hibernate6-core = { module = "org.hibernate:hibernate-core", version = "6.6.0.Fi

# hibernate-reactive
hibernate-reactive1-core = { module = "org.hibernate.reactive:hibernate-reactive-core", version = "1.1.9.Final" }
hibernate-reactive2-core = { module = "org.hibernate.reactive:hibernate-reactive-core", version = "2.4.0.Final" }
hibernate-reactive2-core = { module = "org.hibernate.reactive:hibernate-reactive-core", version = "2.3.1.Final" }

# eclipse-link
eclipselink2 = { module = "org.eclipse.persistence:org.eclipse.persistence.jpa", version = "2.7.15" }
Expand All @@ -42,7 +42,7 @@ eclipselink4 = { module = "org.eclipse.persistence:org.eclipse.persistence.jpa",
vertx-jdbc-client = { module = "io.vertx:vertx-jdbc-client", version = "4.5.9" }
agroal-pool = { module = "io.agroal:agroal-pool", version = "2.5" }

h2 = { module = "com.h2database:h2", version = "2.3.230" }
h2 = { module = "com.h2database:h2", version = "2.3.232" }

[plugins]
spring-boot3 = { id = "org.springframework.boot", version.ref = "spring-boot3" }
Expand Down

0 comments on commit 6aee279

Please sign in to comment.