Skip to content

Update dependencies #641

@oharsta

Description

@oharsta

Serverside. Note the azure, microsoft-graph, flyway, spring and rest-assured can't be bumped to a new major version as of backward incompatibility (spring-boot v4 and jackson ObjectMapper 3)

cd server
mvn versions:display-dependency-updates -DprocessDependencyManagement=false -DdependencyIncludes=*:*

[INFO] The following dependencies in Dependencies have newer versions:
[INFO]   com.azure:azure-identity ..................... 1.17.0 -> 1.19.0-beta.1
[INFO]   com.fasterxml.jackson.datatype:jackson-datatype-jdk8 ...
[INFO]                                                         2.19.2 -> 2.21.0
[INFO]   com.icegreen:greenmail-junit5 ......................... 2.1.5 -> 2.1.8
[INFO]   com.microsoft.graph:microsoft-graph ................. 5.80.0 -> 6.60.0
[INFO]   com.squareup.okhttp3:okhttp .......................... 4.12.0 -> 5.3.2
[INFO]   commons-codec:commons-codec ......................... 1.19.0 -> 1.21.0
[INFO]   io.hypersistence:hypersistence-utils-hibernate-63 ... 3.10.3 -> 3.15.1
[INFO]   io.micrometer:micrometer-registry-prometheus ..... 1.15.1 -> 1.17.0-M1
[INFO]   io.rest-assured:json-path ............................. 5.5.6 -> 6.0.0
[INFO]   io.rest-assured:rest-assured .......................... 5.5.6 -> 6.0.0
[INFO]   io.rest-assured:xml-path .............................. 5.5.6 -> 6.0.0
[INFO]   net.logstash.logback:logstash-logback-encoder ............. 8.1 -> 9.0
[INFO]   org.bouncycastle:bcpkix-jdk18on ......................... 1.81 -> 1.83
[INFO]   org.bouncycastle:bcprov-jdk18on ......................... 1.81 -> 1.83
[INFO]   org.flywaydb:flyway-core ........................... 11.11.1 -> 12.0.0
[INFO]   org.flywaydb:flyway-mysql .......................... 11.11.1 -> 12.0.0
[INFO]   org.mariadb.jdbc:mariadb-java-client .................. 3.5.5 -> 3.5.7
[INFO]   org.projectlombok:lombok .......................... 1.18.38 -> 1.18.42
[INFO]   org.springdoc:springdoc-openapi-starter-webmvc-ui .... 2.8.14 -> 3.0.1
[INFO]   org.wiremock:wiremock-standalone ............. 3.13.1 -> 4.0.0-beta.28

And the GUI's:

cd client
nvm use
yarn outdated
Package                   Current Wanted  Latest  Package Type           URL                                                                               
@eslint/js                9.39.1  9.39.2  9.39.2  devDependencies        https://eslint.org                                                                
@surfnet/sds              0.0.157 0.0.157 0.0.159 dependencies           https://github.com/SURFnet/sds                                                    
@testing-library/jest-dom 6.7.0   6.9.1   6.9.1   devDependencies        https://github.com/testing-library/jest-dom#readme                                
@testing-library/react    16.3.0  16.3.2  16.3.2  devDependencies        https://github.com/testing-library/react-testing-library#readme                   
@vitejs/plugin-react      5.1.0   5.1.3   5.1.3   dependencies           https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react#readme
dompurify                 3.2.6   3.3.1   3.3.1   dependencies           https://github.com/cure53/DOMPurify                                               
eslint                    9.39.1  9.39.2  9.39.2  devDependencies        https://eslint.org                                                                
globals                   16.5.0  16.5.0  17.3.0  devDependencies        https://github.com/sindresorhus/globals#readme                                    
isomorphic-dompurify      2.26.0  2.35.0  2.35.0  dependencies           https://github.com/kkomelin/isomorphic-dompurify#readme                           
luxon                     3.7.1   3.7.2   3.7.2   dependencies           https://github.com/moment/luxon#readme                                            
react                     19.1.1  19.2.4  19.2.4  dependencies           https://react.dev/                                                                
react-dom                 19.1.1  19.2.4  19.2.4  dependencies           https://react.dev/                                                                
react-json-view-lite      2.4.2   2.5.0   2.5.0   devDependencies        https://github.com/AnyRoad/react-json-view-lite                                   
react-router              7.12.0  7.13.0  7.13.0  dependencies           https://github.com/remix-run/react-router#readme                                  
react-router-dom          7.12.0  7.13.0  7.13.0  dependencies           https://github.com/remix-run/react-router#readme                                  
react-tooltip             5.29.1  5.30.0  5.30.0  dependencies           https://github.com/ReactTooltip/react-tooltip#readme                              
sass                      1.90.0  1.97.3  1.97.3  devDependencies        https://github.com/sass/dart-sass                                                 
tough-cookie              5.1.2   5.1.2   6.0.0   resolutionDependencies https://github.com/salesforce/tough-cookie                                        
tough-cookie              5.1.2   5.1.2   6.0.0   dependencies           https://github.com/salesforce/tough-cookie                                        
vite                      7.2.2   7.3.1   7.3.1   devDependencies        https://vite.dev                                                                  
vitest                    4.0.8   4.0.18  4.0.18  devDependencies        https://vitest.dev                                                                
zustand                   5.0.7   5.0.11  5.0.11  dependencies           https://github.com/pmndrs/zustand                                                 

And the GUI's:

cd welcome
nvm use
yarn outdated
Package                   Current Wanted  Latest  Package Type           URL                                                                               
@surfnet/sds              0.0.150 0.0.150 0.0.159 dependencies           https://github.com/SURFnet/sds                                                    
@testing-library/jest-dom 6.7.0   6.9.1   6.9.1   devDependencies        https://github.com/testing-library/jest-dom#readme                                
@testing-library/react    16.3.0  16.3.2  16.3.2  devDependencies        https://github.com/testing-library/react-testing-library#readme                   
@vitejs/plugin-react      5.1.0   5.1.3   5.1.3   devDependencies        https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react#readme
dompurify                 3.2.6   3.3.1   3.3.1   dependencies           https://github.com/cure53/DOMPurify                                               
eslint                    9.39.1  9.39.2  9.39.2  devDependencies        https://eslint.org                                                                
globals                   16.5.0  16.5.0  17.3.0  devDependencies        https://github.com/sindresorhus/globals#readme                                    
isomorphic-dompurify      2.26.0  2.35.0  2.35.0  dependencies           https://github.com/kkomelin/isomorphic-dompurify#readme                           
luxon                     3.7.1   3.7.2   3.7.2   dependencies           https://github.com/moment/luxon#readme                                            
react                     19.1.1  19.2.4  19.2.4  dependencies           https://react.dev/                                                                
react-dom                 19.1.1  19.2.4  19.2.4  dependencies           https://react.dev/                                                                
react-router              7.12.0  7.12.0  7.13.0  dependencies           https://github.com/remix-run/react-router#readme                                  
react-router-dom          7.12.0  7.12.0  7.13.0  dependencies           https://github.com/remix-run/react-router#readme                                  
react-tooltip             5.29.1  5.30.0  5.30.0  dependencies           https://github.com/ReactTooltip/react-tooltip#readme                              
sass                      1.90.0  1.97.3  1.97.3  devDependencies        https://github.com/sass/dart-sass                                                 
tough-cookie              5.1.2   5.1.2   6.0.0   resolutionDependencies https://github.com/salesforce/tough-cookie                                        
vite                      7.2.2   7.3.1   7.3.1   devDependencies        https://vite.dev                                                                  
vitest                    4.0.8   4.0.18  4.0.18  devDependencies        https://vitest.dev                                                                
zustand                   5.0.7   5.0.11  5.0.11  dependencies           https://github.com/pmndrs/zustand                                                 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Backlog

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions