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 Apr 4, 2023
1 parent 00d1987 commit db7037c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
<compiler-plugin.version>3.11.0</compiler-plugin.version>
<enforcer-plugin.version>3.2.1</enforcer-plugin.version>
<processor-plugin.version>4.2</processor-plugin.version>
<quarkus.version>2.16.4.Final</quarkus.version>
<resources-plugin.version>3.3.0</resources-plugin.version>
<spotless-plugin.version>2.34.0</spotless-plugin.version>
<quarkus.version>2.16.6.Final</quarkus.version>
<resources-plugin.version>3.3.1</resources-plugin.version>
<spotless-plugin.version>2.35.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>
Expand All @@ -42,8 +42,8 @@
<jsoup.version>1.15.4</jsoup.version>
<kotlin-annotations.version>1.8.20</kotlin-annotations.version>
<liquibase.version>4.20.0</liquibase.version>
<postgresql.version>42.5.4</postgresql.version>
<rome.version>2.0.0</rome.version>
<postgresql.version>42.6.0</postgresql.version>
<rome.version>2.1.0</rome.version>
</properties>

<dependencyManagement>
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.201.0",
"flow-bin": "^0.203.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.201.0:
version "0.201.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.201.0.tgz#bc8d7c3687526313d7a24dd920873a0273148d81"
integrity sha512-fqx6CMOhX9Xm4mN+tq/c7sqcm8aHFV1ipbLz2ZCzoNcPuUNZPoSVYm4p0qZqH0HyzMMEP1OWlU7dIkuSJ02cpg==
flow-bin@^0.203.0:
version "0.203.1"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.203.1.tgz#227b5c4c9acef2d0efe4a4a8ee84322c8de05891"
integrity sha512-W/SX7QnRmBYS0TjfgtGb9ltPZzlsNeTZ7wA1yqwChxbLaQtrxGtO4K5GKtjRwAtucMQSebB7Ao++u21fRmC4TQ==

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

0 comments on commit db7037c

Please sign in to comment.