Skip to content

Commit

Permalink
Merge pull request #737 from line/renovate/com.h2database-h2-2.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency com.h2database:h2 to v2.3.230
  • Loading branch information
cj848 authored Jul 29, 2024
2 parents 5fc30a6 + 161857e commit 66e81b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/spring-batch-javax/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
}

kotlin {
jvmToolchain(8)
jvmToolchain(11)

compilerOptions {
apiVersion = KotlinVersion.KOTLIN_1_9
Expand Down
2 changes: 1 addition & 1 deletion example/spring-data-jpa-javax/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
}

kotlin {
jvmToolchain(8)
jvmToolchain(11)

compilerOptions {
apiVersion = KotlinVersion.KOTLIN_1_9
Expand Down
2 changes: 1 addition & 1 deletion libs.example.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.224" }
h2 = { module = "com.h2database:h2", version = "2.3.230" }

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

0 comments on commit 66e81b3

Please sign in to comment.