diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-12-17 09:25:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-17 09:25:01 +0100 |
commit | f40b29e68f540a6d0f5af61ad6c67896abaabd32 (patch) | |
tree | b2c1ef64879fe3c1b3c87c8ba195e5fb6fb788f5 | |
parent | e6eda4ca551e627acf81092ec078c455c165a901 (diff) |
chore(deps): update all non-major dependencies (#12)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-rw-r--r-- | pom.xml | 8 | ||||
-rw-r--r-- | src/main/resources/META-INF/resources/package.json | 2 | ||||
-rw-r--r-- | src/main/resources/META-INF/resources/yarn.lock | 8 |
3 files changed, 9 insertions, 9 deletions
@@ -24,9 +24,9 @@ <compiler-plugin.version>3.10.1</compiler-plugin.version> <enforcer-plugin.version>3.1.0</enforcer-plugin.version> <processor-plugin.version>4.2</processor-plugin.version> - <quarkus.version>2.13.3.Final</quarkus.version> + <quarkus.version>2.15.0.Final</quarkus.version> <resources-plugin.version>3.3.0</resources-plugin.version> - <spotless-plugin.version>2.27.2</spotless-plugin.version> + <spotless-plugin.version>2.28.0</spotless-plugin.version> <quarkus.platform.artifact-id>quarkus-universe-bom</quarkus.platform.artifact-id> <quarkus.platform.group-id>io.quarkus</quarkus.platform.group-id> @@ -41,8 +41,8 @@ <jna.version>5.12.1</jna.version> <jsoup.version>1.15.3</jsoup.version> <kotlin-annotations.version>1.7.22</kotlin-annotations.version> - <liquibase.version>4.17.0</liquibase.version> - <postgresql.version>42.5.0</postgresql.version> + <liquibase.version>4.18.0</liquibase.version> + <postgresql.version>42.5.1</postgresql.version> <rome.version>1.18.0</rome.version> </properties> diff --git a/src/main/resources/META-INF/resources/package.json b/src/main/resources/META-INF/resources/package.json index 21ce087..d8c46ed 100644 --- a/src/main/resources/META-INF/resources/package.json +++ b/src/main/resources/META-INF/resources/package.json @@ -14,7 +14,7 @@ "@babel/plugin-transform-flow-strip-types": "^7.0.0", "cssnano": "^5.1.13", "eslint": "^8.23.0", - "flow-bin": "^0.186.0", + "flow-bin": "^0.196.0", "parcel": "^2.7.0", "snowpack": "2.8.0" }, diff --git a/src/main/resources/META-INF/resources/yarn.lock b/src/main/resources/META-INF/resources/yarn.lock index 6f560e0..ba0e9b9 100644 --- a/src/main/resources/META-INF/resources/yarn.lock +++ b/src/main/resources/META-INF/resources/yarn.lock @@ -2229,10 +2229,10 @@ flatted@^3.1.0: resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.7.tgz#609f39207cb614b89d0765b477cb2d437fbf9787" integrity sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ== -flow-bin@^0.186.0: - version "0.186.0" - resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.186.0.tgz#b60b720dea977516db8e77fdd3911f66e86c6378" - integrity sha512-p5g03TsAipO6Wu22rpphRZQ9EYuhVWANN698MRLWRyP7ZtkEyCpFHDfmzRHM4Ym/tbCQCMdLJ9JX/GmuiDsB2w== +flow-bin@^0.196.0: + version "0.196.0" + resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.196.0.tgz#171952a2f30c48e45f4e9b6ac4a51968594c222d" + integrity sha512-FnLpDvRV8ELcpxSeYBo4SPADUk0OMReX8zV/1dOF63PesO8tHVBJX/CI1JOdx2emzXRs3Lv8/UMz9+x2OpYsSg== follow-redirects@^1.0.0: version "1.15.1" |