summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenovate Bot <renovate-bot@benkard.de>2023-10-18 01:04:37 +0000
committerRenovate Bot <renovate-bot@benkard.de>2023-10-18 01:04:37 +0000
commit298e743d377a622cf7d3340124ea3d6a121387b0 (patch)
treeaf8fcc3c151ccf60ac1e403430faf7a3f432e9a5
parentb751f775d31c1dabd05b3edfbfd562851e6dbc9f (diff)
Update all non-major dependencies
-rw-r--r--pom.xml4
-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, 7 insertions, 7 deletions
diff --git a/pom.xml b/pom.xml
index cb8f659..c09392a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
<compiler-plugin.version>3.11.0</compiler-plugin.version>
<enforcer-plugin.version>3.4.1</enforcer-plugin.version>
<processor-plugin.version>4.2</processor-plugin.version>
- <quarkus.version>3.4.2</quarkus.version>
+ <quarkus.version>3.4.3</quarkus.version>
<resources-plugin.version>3.3.1</resources-plugin.version>
<spotless-plugin.version>2.40.0</spotless-plugin.version>
@@ -37,7 +37,7 @@
<flexmark.version>0.64.8</flexmark.version>
<google.java.format.version>1.15.0</google.java.format.version>
<hibernate.version>6.3.1.Final</hibernate.version>
- <hibernate-types.version>3.5.3</hibernate-types.version>
+ <hibernate-types.version>3.6.0</hibernate-types.version>
<jakarta-jacc-api.version>1.6.1</jakarta-jacc-api.version>
<jna.version>5.13.0</jna.version>
<jsoup.version>1.16.1</jsoup.version>
diff --git a/src/main/resources/META-INF/resources/package.json b/src/main/resources/META-INF/resources/package.json
index 126331a..29c0692 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.217.0",
+ "flow-bin": "^0.219.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 17f135b..c625482 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.217.0:
- version "0.217.2"
- resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.217.2.tgz#96affa17f3cb303019f740bffeb28cfab7ce1250"
- integrity sha512-fk4NcfybYjzlww1sEsfk71nqXvonAYpMRFEjmZxibDWWBiaw8DGmqXWZ7XzSunVB15VkJfOstn/sYP1EYPPyWg==
+flow-bin@^0.219.0:
+ version "0.219.0"
+ resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.219.0.tgz#193ae6551e4eccad7435b2ec0cfa455a40f38889"
+ integrity sha512-nX1hLdYI+mRaO5hG4acjwMni9K3KqQzt3v0pDPHKGu1lEvxEPbL3GxruFbaq8dhKR3Ntk13ptsf2krYubZ1nCw==
follow-redirects@^1.0.0:
version "1.15.1"