Skip to content

Commit 89c36e0

Browse files
author
Renovate Bot
committed
Update all non-major dependencies
1 parent 5636323 commit 89c36e0

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Diff for: pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,23 +26,23 @@
2626
<processor-plugin.version>4.2</processor-plugin.version>
2727
<quarkus.version>3.2.3.Final</quarkus.version>
2828
<resources-plugin.version>3.3.1</resources-plugin.version>
29-
<spotless-plugin.version>2.36.0</spotless-plugin.version>
29+
<spotless-plugin.version>2.38.0</spotless-plugin.version>
3030

3131
<quarkus.platform.artifact-id>quarkus-universe-bom</quarkus.platform.artifact-id>
3232
<quarkus.platform.group-id>io.quarkus</quarkus.platform.group-id>
3333

3434
<basic-annotations.version>0.2.0</basic-annotations.version>
3535
<blaze-persistence.version>1.6.9</blaze-persistence.version>
3636
<findbugs-jsr305.version>3.0.2</findbugs-jsr305.version>
37-
<flexmark.version>0.64.4</flexmark.version>
37+
<flexmark.version>0.64.8</flexmark.version>
3838
<google.java.format.version>1.15.0</google.java.format.version>
3939
<hibernate.version>6.2.7.Final</hibernate.version>
4040
<hibernate-types.version>3.5.1</hibernate-types.version>
4141
<jakarta-jacc-api.version>1.6.1</jakarta-jacc-api.version>
4242
<jna.version>5.13.0</jna.version>
4343
<jsoup.version>1.16.1</jsoup.version>
4444
<kotlin-annotations.version>1.9.0</kotlin-annotations.version>
45-
<liquibase.version>4.21.1</liquibase.version>
45+
<liquibase.version>4.23.0</liquibase.version>
4646
<postgresql.version>42.6.0</postgresql.version>
4747
<rome.version>2.1.0</rome.version>
4848
</properties>

Diff for: src/main/resources/META-INF/resources/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@babel/plugin-transform-flow-strip-types": "^7.0.0",
1515
"cssnano": "^5.1.13",
1616
"eslint": "^8.23.0",
17-
"flow-bin": "^0.206.0",
17+
"flow-bin": "^0.214.0",
1818
"parcel": "^2.7.0",
1919
"snowpack": "2.8.0"
2020
},

Diff for: src/main/resources/META-INF/resources/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2229,10 +2229,10 @@ flatted@^3.1.0:
22292229
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.7.tgz#609f39207cb614b89d0765b477cb2d437fbf9787"
22302230
integrity sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==
22312231

2232-
flow-bin@^0.206.0:
2233-
version "0.206.0"
2234-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.206.0.tgz#a593304be5440a965ae773efcef55071b6d33178"
2235-
integrity sha512-cZTEs/OEWcbxfvb8BP+Fw0Cep5wrEyEzQHGpXyjVpQXrAraRA5wZUXvTf1C5YHufQaAYY9YkKY5WAr461JvmOA==
2232+
flow-bin@^0.214.0:
2233+
version "0.214.0"
2234+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.214.0.tgz#3ace7984a69309392e056f96cf3bf8623fa93d1c"
2235+
integrity sha512-rPexleFynYsxsBAPHqRvCIqzcRZ9KkPjlFbuOATmFlHyG6vdy9V+SWPYdzBtgsfhGbj9PZ14pzv1zzgNd7rmvQ==
22362236

22372237
follow-redirects@^1.0.0:
22382238
version "1.15.1"

0 commit comments

Comments
 (0)