Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
Renovate Bot committed Sep 27, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 634da83 commit 12ad72d
Showing 3 changed files with 14 additions and 14 deletions.
18 changes: 9 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -22,25 +22,25 @@

<antrun-plugin.version>3.1.0</antrun-plugin.version>
<compiler-plugin.version>3.13.0</compiler-plugin.version>
<enforcer-plugin.version>3.4.1</enforcer-plugin.version>
<enforcer-plugin.version>3.5.0</enforcer-plugin.version>
<processor-plugin.version>4.2</processor-plugin.version>
<quarkus.version>3.9.2</quarkus.version>
<quarkus.version>3.15.1</quarkus.version>
<resources-plugin.version>3.3.1</resources-plugin.version>
<spotless-plugin.version>2.43.0</spotless-plugin.version>

<basic-annotations.version>0.2.0</basic-annotations.version>
<blaze-persistence.version>1.6.11</blaze-persistence.version>
<blaze-persistence.version>1.6.12</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.4.Final</hibernate.version>
<hibernate-types.version>3.7.3</hibernate-types.version>
<hibernate.version>6.6.1.Final</hibernate.version>
<hibernate-types.version>3.8.2</hibernate-types.version>
<jakarta-jacc-api.version>1.6.1</jakarta-jacc-api.version>
<jna.version>5.14.0</jna.version>
<jsoup.version>1.17.2</jsoup.version>
<jna.version>5.15.0</jna.version>
<jsoup.version>1.18.1</jsoup.version>
<kotlin-annotations.version>2.0.20</kotlin-annotations.version>
<liquibase.version>4.27.0</liquibase.version>
<postgresql.version>42.7.3</postgresql.version>
<liquibase.version>4.29.2</liquibase.version>
<postgresql.version>42.7.4</postgresql.version>
<rome.version>2.1.0</rome.version>
</properties>

2 changes: 1 addition & 1 deletion src/main/resources/META-INF/resources/package.json
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@
"@babel/plugin-transform-flow-strip-types": "^7.0.0",
"cssnano": "^5.1.13",
"eslint": "^8.23.0",
"flow-bin": "^0.233.0",
"flow-bin": "^0.247.0",
"parcel": "^2.7.0",
"snowpack": "2.8.0"
},
8 changes: 4 additions & 4 deletions src/main/resources/META-INF/resources/yarn.lock
Original file line number Diff line number Diff line change
@@ -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.233.0:
version "0.233.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.233.0.tgz#e31951c81d3ec590e1cbfd96e540f6dd2459554c"
integrity sha512-BInTgW8v6xdWzVcItgKKUYCacheMw78Xrrn0Ziii5lN+vf/RKmvVX9mFHuOSN1zawZuq7GpqmT6oIS/oQuOAQg==
flow-bin@^0.247.0:
version "0.247.1"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.247.1.tgz#8c8d08fcee11ca43cbb6059edb9933a29bdedc57"
integrity sha512-03wwQ5kPW4CYqhXvxTseMs2v6QuVwCtifVkON2UUyDg6Jp1+CaQpLAZK+sFNzQOExKp0Yvoug+fZOUb33ARwHQ==

follow-redirects@^1.0.0:
version "1.15.1"

0 comments on commit 12ad72d

Please sign in to comment.