Skip to content

Commit

Permalink
package updates mirroring dependabot PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
erik-a-e committed Oct 10, 2023
1 parent aaf1763 commit 5a40af5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions apps/backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
<java.version>17</java.version>

<springdoc.version>2.2.0</springdoc.version>
<hypersistence-utils-hibernate-62.version>3.5.2</hypersistence-utils-hibernate-62.version>
<hypersistence-utils-hibernate-62.version>3.5.3</hypersistence-utils-hibernate-62.version>
<logstash-logback-encoder.version>7.4</logstash-logback-encoder.version>

<docx4j.version>11.4.9</docx4j.version>
<lucene.version>8.11.2</lucene.version>
<shedlock.version>5.7.0</shedlock.version>
<shedlock.version>5.8.0</shedlock.version>
<commons-collections4.version>4.4</commons-collections4.version>

<microsoft-graph.version>5.70.0</microsoft-graph.version>
Expand All @@ -33,7 +33,7 @@

<!-- transitive versions -->
<commons-compress.version>1.24.0</commons-compress.version>
<commons-io.version>2.13.0</commons-io.version>
<commons-io.version>2.14.0</commons-io.version>
<guava.version>32.1.2-jre</guava.version>
<jna.version>5.13.0</jna.version>
<jetbrains.annotation.version>24.0.1</jetbrains.annotation.version>
Expand All @@ -44,7 +44,7 @@
<woodstox-core.version>6.5.1</woodstox-core.version>

<!-- kafka -->
<confluent.version>7.5.0</confluent.version>
<confluent.version>7.5.1</confluent.version>
<avro.version>1.11.2</avro.version>

<!-- Test -->
Expand Down
2 changes: 1 addition & 1 deletion apps/frackend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"devDependencies": {
"@types/cookie-parser": "1.4.4",
"@types/express": "4.17.18",
"@types/node": "20.8.3",
"@types/node": "20.8.4",
"@typescript-eslint/eslint-plugin": "6.7.5",
"eslint": "8.51.0",
"eslint-config-prettier": "9.0.0",
Expand Down

0 comments on commit 5a40af5

Please sign in to comment.