Skip to content

Commit

Permalink
Merge pull request #646 from ShioCMS/dependabot/gradle/shio-app/0.3.9…
Browse files Browse the repository at this point in the history
…/com.h2database-h2-2.1.214

Bump h2 from 1.4.200 to 2.1.214 in /shio-app
  • Loading branch information
alegauss authored Nov 10, 2024
2 parents 63e9144 + 0bebab7 commit 444e827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shio-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ dependencies {
implementation group: 'com.oracle.ojdbc', name: 'ojdbc8', version: '19.3.0.0'

// H2
implementation group: 'com.h2database', name: 'h2', version:'1.4.200'
implementation group: 'com.h2database', name: 'h2', version:'2.1.214'

// MariaDB
implementation group: 'org.mariadb.jdbc', name: 'mariadb-java-client', version: '3.1.2'
Expand Down

0 comments on commit 444e827

Please sign in to comment.