Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Renovate Bot committed Feb 2, 2023
1 parent 304c965 commit 7658556
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@

<antrun-plugin.version>3.1.0</antrun-plugin.version>
<compiler-plugin.version>3.10.1</compiler-plugin.version>
<enforcer-plugin.version>3.1.0</enforcer-plugin.version>
<enforcer-plugin.version>3.2.1</enforcer-plugin.version>
<processor-plugin.version>4.2</processor-plugin.version>
<quarkus.version>2.16.0.Final</quarkus.version>
<quarkus.version>2.16.1.Final</quarkus.version>
<resources-plugin.version>3.3.0</resources-plugin.version>
<spotless-plugin.version>2.31.0</spotless-plugin.version>

Expand All @@ -42,7 +42,7 @@
<jsoup.version>1.15.3</jsoup.version>
<kotlin-annotations.version>1.8.0</kotlin-annotations.version>
<liquibase.version>4.19.0</liquibase.version>
<postgresql.version>42.5.1</postgresql.version>
<postgresql.version>42.5.2</postgresql.version>
<rome.version>1.18.0</rome.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/resources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@babel/plugin-transform-flow-strip-types": "^7.0.0",
"cssnano": "^5.1.13",
"eslint": "^8.23.0",
"flow-bin": "^0.198.0",
"flow-bin": "^0.199.0",
"parcel": "^2.7.0",
"snowpack": "2.8.0"
},
Expand Down
8 changes: 4 additions & 4 deletions src/main/resources/META-INF/resources/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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.198.0:
version "0.198.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.198.0.tgz#c5edf94b3f0bf4569e9a9f20b66a3f115e5f469d"
integrity sha512-sUNcC9FD30/4p2uSYi7WwQSMMvZNbeIMMbyjZkGfUrIJTEjb+SiLEXT3TH3SV/isFEwm7H/9k9528vhZwtoMcA==
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==

follow-redirects@^1.0.0:
version "1.15.1"
Expand Down

0 comments on commit 7658556

Please sign in to comment.