summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenovate Bot <renovate-bot@benkard.de>2023-09-14 21:04:11 +0000
committerRenovate Bot <renovate-bot@benkard.de>2023-09-14 21:04:11 +0000
commita46ac5a5d44c4927f8b377189e68e0cb38a15fda (patch)
treeb4a437c1c2bedfd8c774565e8f54705fb2271461
parentdb9941bb38c8d6e88227dc03c9a99be33cf25d8c (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 8a2226b..e4fe88c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,9 +22,9 @@
<antrun-plugin.version>3.1.0</antrun-plugin.version>
<compiler-plugin.version>3.11.0</compiler-plugin.version>
- <enforcer-plugin.version>3.4.0</enforcer-plugin.version>
+ <enforcer-plugin.version>3.4.1</enforcer-plugin.version>
<processor-plugin.version>4.2</processor-plugin.version>
- <quarkus.version>3.3.2</quarkus.version>
+ <quarkus.version>3.3.3</quarkus.version>
<resources-plugin.version>3.3.1</resources-plugin.version>
<spotless-plugin.version>2.39.0</spotless-plugin.version>
@@ -42,7 +42,7 @@
<jna.version>5.13.0</jna.version>
<jsoup.version>1.16.1</jsoup.version>
<kotlin-annotations.version>1.9.10</kotlin-annotations.version>
- <liquibase.version>4.23.1</liquibase.version>
+ <liquibase.version>4.23.2</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 0858788..4ff34b3 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.215.0",
+ "flow-bin": "^0.216.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 8b7db89..6fd352d 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.215.0:
- version "0.215.1"
- resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.215.1.tgz#1df7f284087a2edca89b6af5df8e7cc13f53f926"
- integrity sha512-Q8Ed0w492tI9O/US11bC2Gtme0gkK/RNZBLTXBgSnRo3JaQor2cPRcKcwQX2mPBoV9/KrtAVVCnhzu4zTpkWTg==
+flow-bin@^0.216.0:
+ version "0.216.1"
+ resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.216.1.tgz#c370af830e46645087a2aea4056507cc44acc031"
+ integrity sha512-mdhkQiSSZ/nyPq/pmk2tdbV3btYTlTYqBT/96nSSTGQmvTWQ0no9XMLZ/SygNafL4PPerfkpwQwprA1M35+9Bg==
follow-redirects@^1.0.0:
version "1.15.1"