summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenovate Bot <renovate-bot@benkard.de>2023-08-06 21:04:34 +0000
committerRenovate Bot <renovate-bot@benkard.de>2023-08-06 21:04:34 +0000
commit89c36e09c5e8782231a8dd209bfb927dd3aab8da (patch)
tree1e0dc117ad885637d9f41106ce22260e20a6c5f9
parent56363231515cefb37f57cf34a141ca857c7a66d9 (diff)
Update all non-major dependencies
-rw-r--r--pom.xml6
-rw-r--r--src/main/resources/META-INF/resources/package.json2
-rw-r--r--src/main/resources/META-INF/resources/yarn.lock8
3 files changed, 8 insertions, 8 deletions
diff --git a/pom.xml b/pom.xml
index d88d66d..4b1dd04 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
<processor-plugin.version>4.2</processor-plugin.version>
<quarkus.version>3.2.3.Final</quarkus.version>
<resources-plugin.version>3.3.1</resources-plugin.version>
- <spotless-plugin.version>2.36.0</spotless-plugin.version>
+ <spotless-plugin.version>2.38.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>
@@ -34,7 +34,7 @@
<basic-annotations.version>0.2.0</basic-annotations.version>
<blaze-persistence.version>1.6.9</blaze-persistence.version>
<findbugs-jsr305.version>3.0.2</findbugs-jsr305.version>
- <flexmark.version>0.64.4</flexmark.version>
+ <flexmark.version>0.64.8</flexmark.version>
<google.java.format.version>1.15.0</google.java.format.version>
<hibernate.version>6.2.7.Final</hibernate.version>
<hibernate-types.version>3.5.1</hibernate-types.version>
@@ -42,7 +42,7 @@
<jna.version>5.13.0</jna.version>
<jsoup.version>1.16.1</jsoup.version>
<kotlin-annotations.version>1.9.0</kotlin-annotations.version>
- <liquibase.version>4.21.1</liquibase.version>
+ <liquibase.version>4.23.0</liquibase.version>
<postgresql.version>42.6.0</postgresql.version>
<rome.version>2.1.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 fd80e58..e2b2dff 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.206.0",
+ "flow-bin": "^0.214.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 9427aa0..f201210 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.206.0:
- version "0.206.0"
- resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.206.0.tgz#a593304be5440a965ae773efcef55071b6d33178"
- integrity sha512-cZTEs/OEWcbxfvb8BP+Fw0Cep5wrEyEzQHGpXyjVpQXrAraRA5wZUXvTf1C5YHufQaAYY9YkKY5WAr461JvmOA==
+flow-bin@^0.214.0:
+ version "0.214.0"
+ resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.214.0.tgz#3ace7984a69309392e056f96cf3bf8623fa93d1c"
+ integrity sha512-rPexleFynYsxsBAPHqRvCIqzcRZ9KkPjlFbuOATmFlHyG6vdy9V+SWPYdzBtgsfhGbj9PZ14pzv1zzgNd7rmvQ==
follow-redirects@^1.0.0:
version "1.15.1"