Skip to content

Commit

Permalink
Merge pull request #57 from ls1intum/develop
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
valentin-boehm authored Nov 27, 2023
2 parents 93ceae8 + 17649c6 commit 0f12980
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 77 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ dependencies {
implementation "io.micrometer:micrometer-registry-prometheus"
implementation "io.dropwizard.metrics:metrics-core"
implementation "org.springframework.security:spring-security-messaging"
implementation("org.springframework.boot:spring-boot-starter-webflux:3.1.5")
implementation("org.springframework.boot:spring-boot-starter-webflux")
implementation("commons-io:commons-io:2.15.0")
implementation("com.thedeanda:lorem:2.2")
implementation("org.eclipse.jgit:org.eclipse.jgit:6.7.0.202309050840-r")
Expand Down
138 changes: 69 additions & 69 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"@fortawesome/angular-fontawesome": "0.14.0",
"@fortawesome/fontawesome-svg-core": "6.4.2",
"@fortawesome/free-solid-svg-icons": "6.4.2",
"@ng-bootstrap/ng-bootstrap": "^16.0.0-rc.2",
"@ng-bootstrap/ng-bootstrap": "^16.0.0",
"@popperjs/core": "2.11.8",
"@stomp/rx-stomp": "2.0.0",
"bootstrap": "5.3.2",
Expand All @@ -100,11 +100,11 @@
"@angular/cli": "17.0.2",
"@angular/compiler-cli": "17.0.4",
"@angular/service-worker": "17.0.4",
"@types/jest": "29.5.9",
"@types/jest": "29.5.10",
"@types/node": "20.9.0",
"@types/sockjs-client": "1.5.4",
"@typescript-eslint/eslint-plugin": "6.9.1",
"@typescript-eslint/parser": "6.9.1",
"@typescript-eslint/eslint-plugin": "6.12.0",
"@typescript-eslint/parser": "6.12.0",
"browser-sync": "2.29.3",
"buffer": "6.0.3",
"concurrently": "8.2.2",
Expand All @@ -119,7 +119,7 @@
"jest-sonar": "0.2.16",
"lint-staged": "15.0.2",
"prettier": "3.1.0",
"prettier-plugin-java": "2.4.0",
"prettier-plugin-java": "2.5.0",
"prettier-plugin-packagejson": "2.4.6",
"rimraf": "5.0.5",
"swagger-ui-dist": "5.9.1",
Expand All @@ -134,7 +134,6 @@
"node_modules"
],
"overrides": {
"tough-cookie": "4.1.3",
"axios": "1.6.0"
"axios": "1.6.2"
}
}

0 comments on commit 0f12980

Please sign in to comment.