summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenovate Bot <renovate-bot@benkard.de>2023-02-18 01:03:05 +0000
committerRenovate Bot <renovate-bot@benkard.de>2023-02-18 01:03:05 +0000
commit0b6ff259228f46625efeed6d0b51f169b383832d (patch)
treeb0587d44376da77439daf41ca1055493d7e7e93b
parent1b22601000a0973e7671dd2a3350a6c7db009a6a (diff)
Update all non-major dependencies
-rw-r--r--pom.xml8
-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, 9 insertions, 9 deletions
diff --git a/pom.xml b/pom.xml
index 7a6e769..8264b18 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
<compiler-plugin.version>3.10.1</compiler-plugin.version>
<enforcer-plugin.version>3.2.1</enforcer-plugin.version>
<processor-plugin.version>4.2</processor-plugin.version>
- <quarkus.version>2.16.2.Final</quarkus.version>
+ <quarkus.version>2.16.3.Final</quarkus.version>
<resources-plugin.version>3.3.0</resources-plugin.version>
<spotless-plugin.version>2.33.0</spotless-plugin.version>
@@ -39,11 +39,11 @@
<hibernate-types.version>2.21.1</hibernate-types.version>
<jakarta-jacc-api.version>1.6.1</jakarta-jacc-api.version>
<jna.version>5.13.0</jna.version>
- <jsoup.version>1.15.3</jsoup.version>
+ <jsoup.version>1.15.4</jsoup.version>
<kotlin-annotations.version>1.8.10</kotlin-annotations.version>
<liquibase.version>4.19.0</liquibase.version>
- <postgresql.version>42.5.3</postgresql.version>
- <rome.version>1.18.0</rome.version>
+ <postgresql.version>42.5.4</postgresql.version>
+ <rome.version>1.19.0</rome.version>
</properties>
<dependencyManagement>
diff --git a/src/main/resources/META-INF/resources/package.json b/src/main/resources/META-INF/resources/package.json
index 8ade27a..c1a9470 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.199.0",
+ "flow-bin": "^0.200.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 a914fb3..cc565df 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.199.0:
- version "0.199.0"
- resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.199.0.tgz#e710c0834d4e1032529a633e0cf32d89a102fcfb"
- integrity sha512-8N8jn59ghgtDSogFoy1Ld1P8NlfdlVUcXSRADDf8WyX3SMMA6b1SbqraTRXxJDNn0F3WdVBHKdufdUg73y4Nhw==
+flow-bin@^0.200.0:
+ version "0.200.0"
+ resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.200.0.tgz#bae10e7454aca131f72f084f64371f5098c5be07"
+ integrity sha512-4KquALYPkCCTCZ43GIqTDZDOf4znU3/kXsigpiwwORV8l/ctqwvKkqCOhjqvGy5DtbiL6WTPBqLwGAlxeGeNIA==
follow-redirects@^1.0.0:
version "1.15.1"