Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Renovate Bot committed Dec 15, 2023
1 parent 12c9a27 commit c273407
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,23 +24,23 @@
<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.6.0</quarkus.version>
<quarkus.version>3.6.3</quarkus.version>
<resources-plugin.version>3.3.1</resources-plugin.version>
<spotless-plugin.version>2.41.0</spotless-plugin.version>
<spotless-plugin.version>2.41.1</spotless-plugin.version>

<basic-annotations.version>0.2.0</basic-annotations.version>
<blaze-persistence.version>1.6.10</blaze-persistence.version>
<findbugs-jsr305.version>3.0.2</findbugs-jsr305.version>
<flexmark.version>0.64.8</flexmark.version>
<google.java.format.version>1.15.0</google.java.format.version>
<hibernate.version>6.4.0.Final</hibernate.version>
<hibernate.version>6.4.1.Final</hibernate.version>
<hibernate-types.version>3.6.1</hibernate-types.version>
<jakarta-jacc-api.version>1.6.1</jakarta-jacc-api.version>
<jna.version>5.13.0</jna.version>
<jna.version>5.14.0</jna.version>
<jsoup.version>1.17.1</jsoup.version>
<kotlin-annotations.version>1.9.20</kotlin-annotations.version>
<liquibase.version>4.25.0</liquibase.version>
<postgresql.version>42.7.0</postgresql.version>
<postgresql.version>42.7.1</postgresql.version>
<rome.version>2.1.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.223.0",
"flow-bin": "^0.224.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.223.0:
version "0.223.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.223.0.tgz#38fb6efd6c202b774d01834ded0620eb8eebad89"
integrity sha512-E+GmTcBTPIRfnX/Dk19zJewX9grxoVQU+RG3Ypd/Os0OkUSOF7K3Sxo2I+8Oz1EpnPMGhnbM4WRAUuY0JaHRsw==
flow-bin@^0.224.0:
version "0.224.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.224.0.tgz#99454c9a37d2c531e831fa1261ad3e38f24edaf1"
integrity sha512-dsfQCDzOzNL/6bSQMGSSjTUNU7jpniZzmHQRt1rjD7AROthtXdqAkWQ00Xoifn42xeMaO/YkjlOvjpDA4F5Igw==

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

0 comments on commit c273407

Please sign in to comment.