Skip to content

Commit

Permalink
less cves
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Cole <[email protected]>
  • Loading branch information
codefromthecrypt committed Nov 20, 2024
1 parent 211856e commit 2f87416
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
<zipkin-proto3.version>1.0.0</zipkin-proto3.version>

<armeria.groupId>com.linecorp.armeria</armeria.groupId>
<armeria.version>1.30.1</armeria.version>
<armeria.version>1.31.0</armeria.version>
<!-- Match Armeria version to avoid conflicts including running tests in the IDE -->
<netty.version>4.1.114.Final</netty.version>
<netty.version>4.1.115.Final</netty.version>

<!-- It's easy for Jackson dependencies to get misaligned, so we manage it ourselves. -->
<jackson.version>2.17.2</jackson.version>
Expand Down
4 changes: 2 additions & 2 deletions zipkin-lens/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
<npm.skipTests>false</npm.skipTests>

<!-- Update occasionally based on LTS, but don't overrun what's in Alpine:
https://nodejs.org/en/download/
https://nodejs.org/en/download/package-manager
https://pkgs.alpinelinux.org/packages?name=nodejs&branch=edge -->
<node.version>20.15.1</node.version>
<node.version>22.11.0</node.version>
<exec-maven-plugin.version>3.3.0</exec-maven-plugin.version>
<frontend-maven-plugin.version>1.15.0</frontend-maven-plugin.version>
<maven-clean-plugin.version>3.4.0</maven-clean-plugin.version>
Expand Down

0 comments on commit 2f87416

Please sign in to comment.