Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/gradle/io.micronaut.application-3…
Browse files Browse the repository at this point in the history
….7.9
  • Loading branch information
detached authored Jun 16, 2023
2 parents b9f7377 + 17df5ae commit 0fb138e
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
java-version: '17'
distribution: 'adopt'
- name: Build
uses: gradle/gradle-build-action@6095a76664413da4c8c134ee32e8a8ae900f0f1f
uses: gradle/gradle-build-action@749f47bda3e44aa060e82d7b3ef7e40d953bd629
with:
arguments: clean build
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
java-version: '17'
distribution: 'adopt'
- name: Build Backend
uses: gradle/gradle-build-action@6095a76664413da4c8c134ee32e8a8ae900f0f1f
uses: gradle/gradle-build-action@749f47bda3e44aa060e82d7b3ef7e40d953bd629
with:
arguments: clean build
- uses: "marvinpinto/action-automatic-releases@latest"
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ plugins {
id "org.jetbrains.kotlin.jvm" version "1.8.10"
id "org.jetbrains.kotlin.kapt" version "1.8.10"
id "org.jetbrains.kotlin.plugin.allopen" version "1.8.10"
id "com.github.johnrengelman.shadow" version "8.1.0"
id "com.github.johnrengelman.shadow" version "8.1.1"
id "io.micronaut.application" version '3.7.9'
id 'org.flywaydb.flyway' version '9.15.2'
id 'org.flywaydb.flyway' version '9.19.1'
id 'nu.studer.jooq' version '8.1'
id 'com.github.node-gradle.node' version '3.5.1'
}
Expand All @@ -23,7 +23,7 @@ configurations {

ext {
kotlinVersion = "1.8.10"
postgresqlJdbcVersion = "42.5.4"
postgresqlJdbcVersion = "42.6.0"
jooqVersion = "3.18.0"
nodeVersion = "18.12.0"
nodeNpmVersion = "8.19.2"
Expand Down
26 changes: 13 additions & 13 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"husky": "^8.0.3",
"i18next": "^22.4.11",
"lint-staged": "^13.1.2",
"prettier": "^2.8.4",
"prettier": "^2.8.8",
"purecss": "^3.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down

0 comments on commit 0fb138e

Please sign in to comment.